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
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-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-08
There are NFS servers where it's possible to modify a symbolic link. Remove a...
Constantine Sapuntzakis
2002-02-05
Add counting of temporary references to a struct file (as opposed to references
Artur Grabowski
2002-02-04
Cleanup mountroot-related definitions.
Miod Vallat
2002-01-28
add NFS_VER4
Jim Rees
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
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-22
Init the creds in nfs_open too.
Artur Grabowski
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-14
Workaround a compiler bug on m68k.
Artur Grabowski
2001-12-11
minor fixes.
Artur Grabowski
2001-12-10
Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-12-04
Readd VOP_MMAP, will be used soon. Right now it's just a question to
Artur Grabowski
2001-12-01
Unlock and drop vnode if VOP_GETATTR fails.
Artur Grabowski
2001-11-30
Whooops.
Artur Grabowski
2001-11-30
Call buf_cleanout, which handles wakeups
Constantine Sapuntzakis
2001-11-29
Make sure the nfs vnodes are on the syncer worklist.
Artur Grabowski
2001-11-29
Make sure the whole buffer is initialized before calling bgetvp.
Artur Grabowski
2001-11-29
Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.
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-11-14
allow swaples diskless configs; deradt@ ok
Michael Shalayeff
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-16
Add some missing lengths checks when passing data from userland to
Todd C. Miller
2001-08-19
Remove some more.
Artur Grabowski
2001-08-19
Stop whining.
Artur Grabowski
2001-08-19
add __sparc64__ to list of arch's not checked for bloated structures (also
Jason Wright
2001-07-27
Don't accept arbitrary size file handles as the kernel buffer we are copying
Constantine Sapuntzakis
2001-07-26
Back out changes to symlink and mknod that were not well tested.
Todd C. Miller
2001-07-26
change vop_symlink and vop_mknod to return vpp (the created node)
assar
2001-07-06
From NetBSD; Server could lose requests during write-gathering, causing client
Niklas Hallqvist
2001-07-03
In readdir, set the calling process in the constructed uio structures.
Constantine Sapuntzakis
2001-06-30
Get root filehandle via nfs_root.
Constantine Sapuntzakis
2001-06-27
recieve -> receive
Nathan Binkert
2001-06-27
Remove old vm.
Artur Grabowski
2001-06-26
Remove left-over code from cleaning that was causing servers to fail to respond
Constantine Sapuntzakis
2001-06-25
Get rid of some dead code caused by the last commit
Constantine Sapuntzakis
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-06-25
Get rid of old directory caching scheme which caused persistent duplicates.
Constantine Sapuntzakis
2001-06-24
Change handling of NFS root vnode. Moves recognition of NFS root vnode into
Constantine Sapuntzakis
2001-06-23
Get rid of several unused vnode operations
Constantine Sapuntzakis
2001-06-05
make kqueue behave like select
Niels Provos
[next]