aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pserve.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox1-0/+6
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-12/+12
2018-03-239pserve: fix memory leak in warningRay Lai1-0/+2
2010-12-07delete 9P2000.uRuss Cox1-145/+21
2009-12-109pserve: roll back changeset 3118 - broke ssh-agent talking to factotumRuss Cox1-53/+1
2009-11-30Related to issueMichael Teichgräber1-0/+53
2008-06-119pserve: add -c optionRuss Cox1-2/+11
2007-10-129pserve: add -n flag to reject auth by clientsRuss Cox1-1/+9
2007-08-289pserve: delete from correct hash slot (fix infinite loop)Russ Cox1-1/+1
2007-08-229pserve: fix a new race involving assert(c->nmsg == 0).Russ Cox1-3/+3
2007-08-229pserve: fix races causing assert(c->nmsg == 0) to fail.Russ Cox1-26/+36
2007-06-18ignore window resize; should be elsewherersc1-0/+2
2006-05-27use same name that srv.c doesrsc1-3/+1
2006-05-04paranoia about extensionrsc1-1/+1
2006-05-04paranoia about extensionrsc1-1/+6
2006-04-21darwinrsc1-0/+2
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-7/+7
2006-03-03change Tcreate message in 9P2000.ursc1-1/+7
2006-02-03fix offsetsrsc1-3/+19
2005-11-219P2000.u fixes (Lucho Ionkov)rsc1-4/+15
2005-11-12x11, used, etc.rsc1-11/+18
2005-09-13Signedness.rsc1-3/+3
2005-09-13Signedness bugs for Mac OS X.rsc1-2/+3
2005-09-13Add 9P2000.u extensions.rsc1-15/+135
2005-07-27use correct type for NOFID (sunos)rsc1-1/+1
2005-03-21add srv -a optionrsc1-19/+95
2005-03-18add verbose9pserve environment variable; fix afid refrsc1-1/+6
2005-03-18ignore tstprsc1-1/+3
2005-02-11bug fixes; quieterrsc1-3/+3
2005-01-17do not call exits in threaded programsrsc1-1/+1
2005-01-06more precision on timersc1-2/+7
2005-01-04more debuggingrsc1-82/+149
2004-12-28remove debugging printrsc1-1/+0
2004-12-28remove race between openfdthread and connoutthread msgput,rsc1-1/+8
2004-12-28use threaddaemonizersc1-14/+8
2004-12-27use new thread libraryrsc1-153/+1
2004-03-25Today's changes.rsc1-1/+1
2004-03-05Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc1-3/+5
2004-03-02Long-standing stability bugs fixed in 9pserve.rsc1-19/+42
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
2003-12-17Tweaks to various bits.rsc1-23/+44
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go wit...rsc1-32/+425
2003-12-09check everything in so i can move to linux and valgrind.rsc1-60/+409
2003-12-06File system stuff.rsc1-0/+597