Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -5/+4 | |
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 | silence more warnings | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/6744056 | |||||
2012-08-03 | vacfs: fix create srv with ORCLOSE on plan 9 | David du Colombier | 1 | -9/+11 | |
In the current code, the srv file is removed just after the main thread exits, while the srv thread is still running, which is not the expected behavior. We moved the srv creation just before the procrfork, in order that the srv file will not be removed until the srv thread exits. R=rsc http://codereview.appspot.com/6397047 | |||||
2012-04-04 | vacfs: remove 9P2000.u relic | David du Colombier | 1 | -5/+0 | |
R=rsc http://codereview.appspot.com/5970072 | |||||
2011-06-13 | vacfs: document replacement of -c flag by -M | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049 | |||||
2010-12-07 | delete 9P2000.u | Russ Cox | 1 | -16/+4 | |
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | |||||
2009-07-26 | vacfs: no post9pservice with -i | Russ Cox | 1 | -1/+1 | |
http://codereview.appspot.com/96159 | |||||
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 1 | -6/+31 | |
2008-06-15 | vacfs: present qids correctly | Russ Cox | 1 | -6/+3 | |
2008-06-14 | vacfs: plan 9 compatibility | Russ Cox | 1 | -31/+90 | |
2008-06-14 | vac: major cleanup and bug fixes | Russ Cox | 1 | -2/+2 | |
2008-06-14 | vac: cleanup | Russ Cox | 1 | -25/+1 | |
2008-06-14 | vac: clean up, add unvac | Russ Cox | 1 | -137/+39 | |
2008-04-17 | vacfs: quieter | Russ Cox | 1 | -1/+0 | |
2008-04-17 | vacfs: implement -m flag | Russ Cox | 1 | -13/+7 | |
2007-01-18 | Decode uid/gid strings as numbers if possible. (Michael Kaminsky) | rsc | 1 | -0/+2 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -4/+4 | |
2005-11-21 | 9P2000.u fixes (Lucho Ionkov) | rsc | 1 | -2/+5 | |
2005-09-13 | Add 9P2000.u extensions. | rsc | 1 | -9/+55 | |
2005-07-24 | venti updates | rsc | 1 | -4/+7 | |
2005-03-15 | sunos | rsc | 1 | -1/+1 | |
2005-01-19 | do not use shutdown on mac | rsc | 1 | -4/+6 | |
2005-01-19 | avoid c99 | rsc | 1 | -15/+22 | |
2005-01-17 | do not call exits in threaded programs | rsc | 1 | -1/+1 | |
2005-01-16 | different naming convention | rsc | 1 | -4/+18 | |
2005-01-16 | use EARGF | rsc | 1 | -3/+3 | |
2005-01-16 | make vacfs work; thanks to lucho | rsc | 1 | -139/+140 | |
2003-11-23 | start thinking about vac -- doesn't build yet | rsc | 1 | -0/+849 | |