summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsproto.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove redundant comment.thib2009-07-081-6/+1
| | | | OK blambert@
* Remove unused procnums (NQNFS leftovers) and cleanup.thib2009-05-301-4/+3
| | | | OK blambert@ sometime ago
* o sync comment with reality, we have never malloc()'ed filehandlesthib2008-08-081-8/+4
| | | | | | | | and the dead code that was supposed todo that has been removed. o rename the NFS_SMALLFH constant to NFS_MAXFHSIZE, since it better reflects what it's for. ok blambert@
* remove an unused typedef.thib2007-06-061-10/+1
| | | | ok pedro@
* crank max sizes. from millert. believed to solve pr3561tedu2003-11-281-3/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* add NFS_VER4rees2002-01-281-1/+2
|
* Remove NQNFScsapuntz2001-06-251-6/+1
|
* Minor cleanups. Checked against Lite2.mickey1996-04-171-0/+1
| | | | (NetBSD's was really just a Lite2's, but w/ 64bit support)
* From NetBSD: NFSv3 import (tomorrow's Net's kernel)mickey1996-03-311-0/+441
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?..