plan9port/src/cmd/vac
David du Colombier 3a616eaa80 vacfs: fix create srv with ORCLOSE on plan 9
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-08-03 21:12:10 +02:00
..
dat.h vac: major cleanup and bug fixes 2008-06-14 23:08:50 -04:00
error.c Vac works. 2004-03-15 01:56:49 +00:00
error.h os x changes 2005-01-11 17:43:53 +00:00
exc vac: add -a and -x flags 2008-07-03 01:34:48 -04:00
exc.in vac: add -a and -x flags 2008-07-03 01:34:48 -04:00
exc.out vac: add -a and -x flags 2008-07-03 01:34:48 -04:00
file.c vac: handle mid 2011-12-07 14:07:25 -05:00
fns.h vac: add -a and -x flags 2008-07-03 01:34:48 -04:00
glob.c vac: add -a and -x flags 2008-07-03 01:34:48 -04:00
mkfile vac: add -a and -x flags 2008-07-03 01:34:48 -04:00
pack.c venti: 32-bit extensions to data structures 2009-05-25 02:11:27 -07:00
stdinc.h venti: import changes from plan 9 2011-11-08 11:48:18 -05:00
testinc.c vac: add -a and -x flags 2008-07-03 01:34:48 -04:00
unvac.c unvac: always create writable directories 2011-02-23 08:26:35 -05:00
vac.c vac: fix segfault on DMSYMLINK or DMDEVICE 2012-01-16 17:06:41 -05:00
vac.h venti: 32-bit extensions to data structures 2009-05-25 02:11:27 -07:00
vacfs.c vacfs: fix create srv with ORCLOSE on plan 9 2012-08-03 21:12:10 +02:00