aboutsummaryrefslogtreecommitdiff
path: root/src/lib9p
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox1-0/+6
Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
2020-01-10Trivial changes: whitespace and modes.Dan Cross8-26/+22
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-2/+2
R=rsc http://codereview.appspot.com/6744054
2010-12-07delete 9P2000.uRuss Cox2-17/+18
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
2009-07-08mergeRuss Cox1-0/+3
2008-07-09lib9p: add ramfs build rule (ramfs does not work)Russ Cox1-0/+4
2008-07-04lib9p: add Srv.foreground flagRuss Cox1-1/+4
2008-07-04lib9p: update diroffset correctly on rewindRuss Cox1-1/+1
2008-05-10lib9p: remove unused variablesRuss Cox1-2/+0
2008-05-05post9pservice: accept mtpt (via fuse)Russ Cox1-5/+7
2008-05-05lib9p: make ramfs buildRuss Cox1-8/+8
2008-02-04lib9p: fix Tattach ref count bugRuss Cox1-1/+1
2006-10-12correct ref counting in walkfile (Nemo)rsc1-5/+1
2006-06-26no need for auth.hrsc11-11/+0
2006-06-26no need to call amountrsc1-1/+2
2006-04-20no warning (andrey)rsc1-2/+0
2006-04-19avoid double lock (lucho ionkov)rsc2-3/+5
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2-7/+7
2006-03-21faster destroyfid callsrsc1-2/+42
2006-02-14put NUL in right place!rsc1-3/+4
2006-02-05Experiment: ignore double-responds.rsc2-3/+14
Also allow nil string as empty string in readstr.
2006-01-279p.ursc1-1/+1
2006-01-279p2000.ursc2-9/+15
2005-03-04make chatty9p an extern int for the mac.rsc1-0/+2
2005-02-11build changesrsc1-1/+0
2005-02-11call srv->start at startrsc2-7/+22
2005-02-08use sysfatalrsc1-12/+6
2004-12-26updates from plan 9rsc4-1/+16
2004-04-20make things work on SunOSrsc1-1/+13
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-03-21Small tweaksrsc17-0/+2175
Lots of new code imported.