summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_syscalls.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* PHOLD the nfsd.art2000-11-091-3/+8
| | | | | PRELE the nfsiod when it exits (shouldn't be necessary to PHOLD it because it's a kernel thread, but it doesn't hurt.
* return ENOSYS for NFSSVC_BIOD request. since none to call it anywaymickey2000-05-241-5/+1
|
* from tsarna@netbsd.org (sysctl changes to come later):mickey2000-05-191-6/+50
| | | | | | | Death to nfsiod! It is replaced by kernel threads that do the same thing. The number of kernel threads used is set with the vfs.nfs.iothreads sysctl.
* moved sys_getfh to vfs_syscalls.cassar2000-02-071-42/+1
|
* More splbio()'s added so that reassignbuf can do its thing.csapuntz1997-12-021-2/+3
|
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-3/+1
|
* back out vfs lite2 till after 2.2deraadt1997-10-061-1/+3
|
* VFS Lite2 Changescsapuntz1997-10-061-3/+1
|
* ifdef out some vars used only w/ NFSCLIENT definedmickey1997-03-301-3/+5
|
* Keep dirty list used by in-kernel update(8) in sync with bufferstholo1996-06-141-1/+3
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-20/+20
|
* Minor cleanups. Checked against Lite2.mickey1996-04-171-20/+20
| | | | (NetBSD's was really just a Lite2's, but w/ 64bit support)
* From NetBSD: NFSv3 import (tomorrow's Net's kernel)mickey1996-03-311-198/+455
| | | | | Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?..
* From NetBSD: merge with 960217 (still NFSv2)niklas1996-02-291-31/+53
|
* from cgd; handle 64-bit pointers and longsderaadt1995-12-211-5/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+885