Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -15/+14 | |
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-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 1 | -2/+2 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2010-12-07 | delete 9P2000.u | Russ Cox | 1 | -16/+17 | |
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | |||||
2009-07-08 | merge | Russ Cox | 1 | -0/+3 | |
2008-07-04 | lib9p: update diroffset correctly on rewind | Russ Cox | 1 | -1/+1 | |
2008-02-04 | lib9p: fix Tattach ref count bug | Russ Cox | 1 | -1/+1 | |
2006-06-26 | no need for auth.h | rsc | 1 | -1/+0 | |
2006-04-19 | avoid double lock (lucho ionkov) | rsc | 1 | -1/+3 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -5/+5 | |
2006-03-21 | faster destroyfid calls | rsc | 1 | -2/+42 | |
2006-02-14 | put NUL in right place! | rsc | 1 | -3/+4 | |
2006-02-05 | Experiment: ignore double-responds. | rsc | 1 | -2/+10 | |
Also allow nil string as empty string in readstr. | |||||
2006-01-27 | 9p2000.u | rsc | 1 | -8/+14 | |
2005-03-04 | make chatty9p an extern int for the mac. | rsc | 1 | -0/+2 | |
2005-02-11 | call srv->start at start | rsc | 1 | -0/+3 | |
2004-03-21 | Small tweaks | rsc | 1 | -0/+837 | |
Lots of new code imported. |