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_vfsops.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-23
Sigh. The diff is out for testing for three months without a single problem.
Artur Grabowski
2002-02-22
More locking in the NFS code
Constantine Sapuntzakis
2002-02-10
theo doesn't like this code
Nathan Binkert
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-12-11
minor fixes.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-14
allow swaples diskless configs; deradt@ ok
Michael Shalayeff
2001-07-27
Don't accept arbitrary size file handles as the kernel buffer we are copying
Constantine Sapuntzakis
2001-06-30
Get root filehandle via nfs_root.
Constantine Sapuntzakis
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-06-24
Change handling of NFS root vnode. Moves recognition of NFS root vnode into
Constantine Sapuntzakis
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-02-20
use void * consistently in vfs_mount and sys_mount. ok @art
assar
2000-05-19
from tsarna@netbsd.org (sysctl changes to come later):
Michael Shalayeff
2000-02-07
update to use new checkexp vfs operation
assar
2000-01-06
Fix for NFS swap device.
Steve Murphree
2000-01-01
Correct casts in nfs_statfs() V3 code to correspond to reality (ie:
Todd C. Miller
1999-06-10
Fill in mount_info in nfs_decode_args
Todd C. Miller
1999-05-31
New struct statfs with mount options. NOTE: this replaces statfs(2),
Todd C. Miller
1998-08-19
Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering
Constantine Sapuntzakis
1998-02-08
Updates to match type changes in syscall tables
Thorsten Lockert
1997-11-11
Make diskless machines boot again. remove statics
Niklas Hallqvist
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-04-18
oops
Theo de Raadt
1997-04-18
new socket required if changing NOCONN; fvdl
Theo de Raadt
1997-04-18
ensure nfs_mountroot device is a network device; from who-knows-who at
Theo de Raadt
1997-01-15
prevent -Wall warning:
kstailey
1996-12-24
reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout...
dm
1996-12-17
NFS attribute cache timeout mount param
dm
1996-09-21
fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10month
Theo de Raadt
1996-06-02
removed an unused variable
Niklas Hallqvist
1996-06-01
allow client-only kernel to be compiled.
Michael Shalayeff
1996-05-28
sync
Theo de Raadt
1996-05-14
NFSMNT_RESVPORT set in wrong place
Theo de Raadt
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
1996-01-08
graichen@freebsd.org: fixed -type:=direct mounts in amd
dm
1995-12-21
from cgd; handle 64-bit pointers and longs
Theo de Raadt
1995-10-28
force NFSMNT_RESVPORT on always
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt