index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
nfs
/
nfs_syscalls.c
Age
Commit message (
Expand
)
Author
2002-10-29
Get rid of some commons.
Artur Grabowski
2002-08-23
Just like getvnode, make getsock FREF the file so that we can't get away
Artur Grabowski
2002-07-24
Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@
Thomas Nordin
2002-07-12
Change the locking on the mountpoint slightly. Instead of using mnt_lock
Artur Grabowski
2002-06-11
Remove some unused code for dealing with nfs over kerberos. No actual change,
Hans Insulander
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-12
Fix all users of getsock to use FREF/FRELE properly.
Artur Grabowski
2002-02-10
theo doesn't like this code
Nathan Binkert
2002-02-08
- Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have
Artur Grabowski
2002-02-05
Add counting of temporary references to a struct file (as opposed to references
Artur Grabowski
2002-01-20
Move nfs_norsvport out from behind #ifdef NFSSERVER so ramdisk
Hugh Graham
2002-01-16
use queue.h macro's
Eric Jackson
2002-01-11
Add a new sysctl that removes the requirement for reserved ports to be
Nathan Binkert
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-15
Remove creds from struct buf, move the creds that nfs need into the nfs node.
Artur Grabowski
2001-06-26
Remove left-over code from cleaning that was causing servers to fail to respond
Constantine Sapuntzakis
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-02-23
Change the B_DELWRI flag using buf_dirty and buf_undirty instead of
Constantine Sapuntzakis
2000-11-09
PHOLD the nfsd.
Artur Grabowski
2000-05-24
return ENOSYS for NFSSVC_BIOD request. since none to call it anyway
Michael Shalayeff
2000-05-19
from tsarna@netbsd.org (sysctl changes to come later):
Michael Shalayeff
2000-02-07
moved sys_getfh to vfs_syscalls.c
assar
1997-12-02
More splbio()'s added so that reassignbuf can do its thing.
Constantine Sapuntzakis
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-03-30
ifdef out some vars used only w/ NFSCLIENT defined
Michael Shalayeff
1996-06-14
Keep dirty list used by in-kernel update(8) in sync with buffers
Thorsten Lockert
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-17
Minor cleanups. Checked against Lite2.
Michael Shalayeff
1996-03-31
From NetBSD: NFSv3 import (tomorrow's Net's kernel)
Michael Shalayeff
1996-02-29
From NetBSD: merge with 960217 (still NFSv2)
Niklas Hallqvist
1995-12-21
from cgd; handle 64-bit pointers and longs
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt