summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsrvcache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* grow NFS request cache for the server side from 64 to 2048 entries.beck2013-11-261-2/+2
| | | | | | | | | | FreeBSD did the corresponding change a while ago - the server request cache is used to avoid giving unnecessary failures to clients when a request is completed server side, but the client does not receive the result and therefore retries the request. This avoids errors like "file already exists" when the client tries to create files on a busy NFS server. ok krw@, tedu@, dcoppa@, deraadt@
* Touch of KNF and style(9), spaces and comments.thib2007-10-291-15/+10
| | | | | | make pretty. ok krw@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Remove NQNFScsapuntz2001-06-251-2/+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-6/+12
| | | | | Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?..
* from cgd; handle 64-bit pointers and longsderaadt1995-12-211-5/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+84