summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd/nfsd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+9
|
* Default to udp if neither udp nor tcp is specified. The previous revisionbde1996-05-011-1/+2
| | | | | was broken. It forced udp in all cases except the extremely unusual case argc == 0.
* default to udp if no flags specified...closes PR#bin/759scrappy1996-04-131-0/+1
| | | | - should this be documented in the man page?
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
|
* Make nfsd use setproctitle from libutil...peter1996-01-011-0/+9
| | | | | Old code is still #ifdef OLD_SETPROCTITLE for comparison with the old code.
* The version of setproctitle() inside nfsd was busted. It was not terminatingpeter1995-12-151-0/+1
| | | | | | | | | the argv array, causing parts of the argv[0] to be picked up several times by libkvm, causing strange ps results for the nfs-server and nfs-master processes.. :-] (How many copies of setproctitle() do we need anyway? NetBSD has it in libc and BSDI have it in libutil.)
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-25/+85
| | | | | | | | | | | | | | | | | | 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/+12
|
* Use nulls to pad proctitle rather than spaces...makes ps(1) output moredg1994-08-111-1/+1
| | | | readable.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+589
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud