summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Collapse)Author
1997-04-08chflags not permittedTheo de Raadt
1997-03-30ifdef out some vars used only w/ NFSCLIENT definedMichael Shalayeff
1997-02-24OpenBSD tagNiklas Hallqvist
1997-01-31do not sillyrename directories; from freebsdTheo de Raadt
1997-01-31do not walk off the end of a directory info buffer; netbsd pr#3170, ↵Theo de Raadt
mhitch@gemini.oscs.montana.edu
1997-01-28Put back lost VOP_GETATTR call, but in a better placeNiklas Hallqvist
1997-01-22get the ethernet/fddi issue half right. This needs to be fixed betterTheo de Raadt
1997-01-20better use (NETHER == 0) instead of NETHER == 0Thomas Graichen
1997-01-20replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0Thomas Graichen
because revarpwhoami is defined in if_ether.c and netbooting without an ethernet card is very unusual :-) p.s.: seems like nobody uses OpenBSD in machines without a network card - because due to this it was'nt possible to build a kernel for such a configuration ...
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-18Conditionalize GCC and ANSI/ISO C dependenciesNiklas Hallqvist
1996-12-17NFS attribute cache timeout mount paramdm
1996-12-14better nfsrv_access() control, from netbsdTheo de Raadt
1996-12-08not needed anymoreTheo de Raadt
1996-11-12typoMichael Shalayeff
1996-11-08Rearrange condition so invalid dereferences can't happenNiklas Hallqvist
1996-10-20Fix panic message if NFSCLIENT is not defined.briggs
1996-10-20Make support for booting over NFS dependent on NFSCLIENT instead of NETHER.briggs
Suggested in a NetBSD PR from Paul Goyette.
1996-10-15nqnfs code is for client+server; spotted by niklasTheo de Raadt
1996-09-25Drop unused variableNiklas Hallqvist
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-07-27fvdl; Don't mistake a non-async block that needs to be commited for anTheo de Raadt
interrupted write.
1996-07-27fvdl; We're only handling uio with iovcnt == 1, so don't ever attempt toTheo de Raadt
increment uio_iov, this will get us into nasty trouble. (Thanks to Matthias Drochner for tracking this down).
1996-07-27use mtime for v3 setattrTheo de Raadt
1996-07-23syncTheo de Raadt
1996-07-21Ensure we never use more than one callout table slotThorsten Lockert
1996-07-03cannot check for < NFS_MINPACKET on some transports; from guy@netapp.comTheo de Raadt
1996-06-14Keep dirty list used by in-kernel update(8) in sync with buffersThorsten Lockert
1996-06-10do not lose an mbuf, ensure MCLGET did not give a chainTheo de Raadt
1996-06-10align correct for 64 bit in NWDELAYHASHTheo de Raadt
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-22Change VOP_UPDATE() semantics:Theo de Raadt
* Make 2nd and 3rd args timespecs, not timevals. * Consistently pass a Boolean as the 4th arg (except in LFS). Also, fix ffs_update() and lfs_update() to actually change the nsec fields.
1996-05-14NFSMNT_RESVPORT set in wrong placeTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo 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-26update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt