summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfsrvstats.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Completed function declarations and/or added prototypes and/or movedbde1995-12-031-1/+55
| | | | prototypes to the right place.
* Completed function declarations and/or added prototypes.bde1995-11-211-1/+4
|
* Include a prerequisite header (so this is consistent again with thejoerg1995-10-311-1/+3
| | | | NFSv2 state).
* Second batch of cleanup changes.phk1995-10-291-3/+1
| | | | | This time mostly making a lot of things static and some unused variables here and there.
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-6/+6
| | | | the LINT configuation.
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-53/+226
| | | | | | | | | | | | | | | | | | 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>
* YFfixphk1995-02-141-1/+5
| | | | | | +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * ));
* Forward-declare a few structures to avoid warning messages.wollman1994-11-021-1/+4
|
* Implement fs.nfs MIB variables.wollman1994-10-231-2/+12
|
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-23/+31
| | | | | | | 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-2/+49
| | | | bad, I will get to it eventually, unless somebody beats me to it.
* More idempotency....... this is fun :-)paul1994-08-211-1/+6
|
* Made NFS attribute cache timeouts kernel config file tunable viadg1994-08-041-1/+5
| | | | NFS_MINATTRTIMO and NFS_MAXATTRTIMO.
* Added $Id$dg1994-08-021-0/+1
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+297
OpenPOWER on IntegriCloud