summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_syscalls.c
Commit message (Collapse)AuthorAgeFilesLines
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-8/+21
| | | | any other kernel that uses it). Use with option NFS.
* Staticize.phk1995-12-171-7/+10
|
* Completed function declarations and/or added prototypes and/or movedbde1995-12-031-4/+1
| | | | prototypes to the right place.
* Completed function declarations, added prototypes and removed redundantbde1995-11-211-7/+14
| | | | declarations.
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-141-1/+6
| | | | | | | | | | structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that.
* Second batch of cleanup changes.phk1995-10-291-4/+1
| | | | | This time mostly making a lot of things static and some unused variables here and there.
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-162/+409
| | | | | | | | | | | | | | | | | | 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>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-84/+65
| | | | | | | But mostly it is changes to use the list-maintenance macros instead of doing the pointer-gymnastics by hand. Obtained from: NetBSD
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-19/+34
| | | | bad, I will get to it eventually, unless somebody beats me to it.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+10
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+874
OpenPOWER on IntegriCloud