summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
1998-05-25nd_procnum should be unsigned; ovg@nusun.jinr.ruTheo de Raadt
1998-05-11compile if iov_base is void *Theo de Raadt
1998-02-28krpc_call() should use random reserved portsTheo de Raadt
1998-02-23do not copy from past end of mbuf; found by ivanTheo de Raadt
1998-02-22Changes made for GCC 2.8 -Wall pleasuresNiklas Hallqvist
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-12-02More splbio()'s added so that reassignbuf can do its thing.Constantine Sapuntzakis
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-09-06fix #endif; David.Sainty@MCS.VUW.AC.NZTheo de Raadt
1997-07-28allocate random portsTheo de Raadt
1997-04-28indentTheo de Raadt
1997-04-28Previous patch didn't make much sense. We now set the initial NFS xidAngelos D. Keromytis
1997-04-27Random/unique NFS xids.Angelos D. Keromytis
1997-04-27Randomize RPC xid.Angelos D. Keromytis
1997-04-25require reserved ports. avoid ftp bounce.Theo de Raadt
1997-04-25XXX should do reserved portsTheo de Raadt
1997-04-18oopsTheo de Raadt
1997-04-18cleanup -WallTheo de Raadt
1997-04-18Don't set sillyrename field to 0 for directories, as it's in a union withTheo de Raadt
1997-04-18Fix some bugs in NQNFS (malformed RPC requests, no directory lease eviction);Theo de Raadt
1997-04-18avoid possible *NULL; fvdlTheo de Raadt
1997-04-18indentTheo 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
1997-04-18indentTheo de Raadt
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, mhitch@ge...Theo de Raadt
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
1997-01-15prevent -Wall warning:kstailey
1996-12-24reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout...dm
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
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