summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_vfsops.c
AgeCommit message (Collapse)Author
1998-08-19Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobberingConstantine Sapuntzakis
of lvalues that ANSI abhors. And it fixes df on NFS version 3 mounts on Sparcs.
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-11-11Make diskless machines boot again. remove staticsNiklas 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-18oopsTheo de Raadt
1997-04-18new socket required if changing NOCONN; fvdlTheo de Raadt
1997-04-18ensure nfs_mountroot device is a network device; from who-knows-who atTheo de Raadt
netbsd but who-can-tell because they don't make their cvs tree available so that people can check and give proper credit.
1997-01-15prevent -Wall warning:kstailey
nfs_vfsops.c:456: warning: `adjsock' might be used uninitialized in this function
1996-12-24reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache ↵dm
timeout flags
1996-12-17NFS attribute cache timeout mount paramdm
1996-09-21fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10monthTheo de Raadt
old PR and the fix is mostly unchanged).
1996-06-02removed an unused variableNiklas Hallqvist
1996-06-01allow client-only kernel to be compiled.Michael Shalayeff
1996-05-28syncTheo de Raadt
1996-05-14NFSMNT_RESVPORT set in wrong placeTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-17Minor cleanups. Checked against Lite2.Michael Shalayeff
(NetBSD's was really just a Lite2's, but w/ 64bit support)
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?..
1996-02-29From NetBSD: merge with 960217 (still NFSv2)Niklas Hallqvist
1996-01-08graichen@freebsd.org: fixed -type:=direct mounts in amddm
1995-12-21from cgd; handle 64-bit pointers and longsTheo de Raadt
1995-10-28force NFSMNT_RESVPORT on alwaysTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt