summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_serv.c
AgeCommit message (Expand)Author
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-26Back out changes to symlink and mknod that were not well tested.Todd C. Miller
2001-07-26change vop_symlink and vop_mknod to return vpp (the created node)assar
2001-07-06From NetBSD; Server could lose requests during write-gathering, causing clientNiklas Hallqvist
2001-06-27Remove old vm.Artur Grabowski
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-03-25Fix v3 double-free, potential mrep double-free. Thanks to dawson and Team forConstantine Sapuntzakis
1999-03-15do not call nfsm_adj() with negative values; dmTheo de Raadt
1999-02-26compatibility with uvm vnode pagerArtur Grabowski
1999-02-06Use bitwise operations to extract high and low words from the quadTodd C. Miller
1999-02-01non-root users can mkfifo over NFS; mrg@netbsd.orgTodd C. Miller
1998-08-19Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobberingConstantine Sapuntzakis
1998-02-22Changes made for GCC 2.8 -Wall pleasuresNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-04-18indentTheo de Raadt
1997-01-31do not walk off the end of a directory info buffer; netbsd pr#3170, mhitch@ge...Theo de Raadt
1997-01-28Put back lost VOP_GETATTR call, but in a better placeNiklas Hallqvist
1996-12-14better nfsrv_access() control, from netbsdTheo de Raadt
1996-11-08Rearrange condition so invalid dereferences can't happenNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-17Minor cleanups. Checked against Lite2.Michael Shalayeff
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
1996-02-29From NetBSD: merge with 960217 (still NFSv2)Niklas Hallqvist
1995-12-21from cgd; handle 64-bit pointers and longsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt