aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pserve.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-25Today's changes.rsc1-1/+1
More changes.
2004-03-05Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc1-3/+5
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.
2004-03-02Long-standing stability bugs fixed in 9pserve.rsc1-19/+42
Update win to use acme interface directly instead of via pipes. Add comment to pipe about lack of message boundaries.
2004-03-02Tweaks for the Macintosh.rsc1-1/+0
2004-02-29Small tweaks to make things build again.rsc1-1/+1
2004-02-29Fighting the good fight.rsc1-116/+68
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
2003-12-17Tweaks to various bits.rsc1-23/+44
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-32/+425
with them.
2003-12-09check everything in so i can move to linux and valgrind.rsc1-60/+409
2003-12-06File system stuff.rsc1-0/+597