summaryrefslogtreecommitdiffstats
path: root/sbin/nfsiod/nfsiod.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct use of .Nm. Do not dot terminate syslog() strings. Remove unusedcharnier1998-07-151-8/+6
| | | | #includes. Add rcsid. -Wall.
* Fix missing arguments detected by "-Wformat".jdp1997-11-181-2/+3
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2 (use new getvfsbyname() interface)peter1997-03-111-9/+8
|
* Catch the case where the children can die too soon causing wait3()peter1995-10-011-1/+3
| | | | | | | to return ECHILD, which causes the while loop to run forever. (eg: when accidently running nfsiod on a slow system with a kernel without NFS support...) Obtained from: NetBSD; Frank van den Linden <frank@struis.fwi.uva.nl>
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-1/+3
| | | | | | | | | | | | | | | | | | The version 2 support has been tested (client+server) against FreeBSD-2.0, IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support is stable AFAIK. The version 3 support has been tested with a loopback mount and minimally against an IRIX 5.3 server. It needs more testing and may have problems. I have patched amd to support the new variable length filehandles although it will still only use version 2 of the protocol. Before booting a kernel with these changes, nfs clients will need to at least build and install /usr/sbin/mount_nfs. Servers will need to build and install /usr/sbin/mountd. NFS diskless support is untested. Obtained from: Rick Macklem <rick@snowhite.cis.uoguelph.ca>
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-221-0/+14
|
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+167
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud