plan9fox/sys/src/cmd/exportfs
cinap_lenrek eed4871674 exportfs: avoid closing netfd in filter()
netfd is initially zero (stdin), when filter() closes fd0,
fd0 is free to be reused. this causes problems with openmount()
that assumes sfd being >2.

instead, we dup the our pipe end over netfd, and close the pipe.
2014-03-11 07:03:15 +01:00
..
exportfs.c exportfs: avoid closing netfd in filter() 2014-03-11 07:03:15 +01:00
exportfs.h exportfs: bring back the changes, bug was due to rendezvous group being shared by listen 2014-02-21 05:23:21 +01:00
exportsrv.c exportfs: bring back the changes, bug was due to rendezvous group being shared by listen 2014-02-21 05:23:21 +01:00
mkfile
pattern.c exportfs: get rid of limits, cleanup 2013-12-15 07:49:53 +01:00