Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-25 | nd_procnum should be unsigned; ovg@nusun.jinr.ru | Theo de Raadt | |
1998-05-11 | compile if iov_base is void * | Theo de Raadt | |
1998-02-28 | krpc_call() should use random reserved ports | Theo de Raadt | |
1998-02-23 | do not copy from past end of mbuf; found by ivan | Theo de Raadt | |
1998-02-22 | Changes made for GCC 2.8 -Wall pleasures | Niklas Hallqvist | |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert | |
1997-12-02 | More splbio()'s added so that reassignbuf can do its thing. | Constantine Sapuntzakis | |
1997-11-11 | Make diskless machines boot again. remove statics | Niklas Hallqvist | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-09-06 | fix #endif; David.Sainty@MCS.VUW.AC.NZ | Theo de Raadt | |
1997-07-28 | allocate random ports | Theo de Raadt | |
1997-04-28 | indent | Theo de Raadt | |
1997-04-28 | Previous patch didn't make much sense. We now set the initial NFS xid | Angelos D. Keromytis | |
(for requests) to some random value, and then increase that by a small (1-255) random value for each requests. | |||
1997-04-27 | Random/unique NFS xids. | Angelos D. Keromytis | |
1997-04-27 | Randomize RPC xid. | Angelos D. Keromytis | |
1997-04-25 | require reserved ports. avoid ftp bounce. | Theo de Raadt | |
1997-04-25 | XXX should do reserved ports | Theo de Raadt | |
1997-04-18 | oops | Theo de Raadt | |
1997-04-18 | cleanup -Wall | Theo de Raadt | |
1997-04-18 | Don't set sillyrename field to 0 for directories, as it's in a union with | Theo de Raadt | |
the head of the cookie list. Fixes PR 3215, fix supplied by Hiroshi Tezuka <tezuka@trc.rwcp.or.jp>. Should also fix M_NFSDIROFF memory leak; fvdl | |||
1997-04-18 | Fix some bugs in NQNFS (malformed RPC requests, no directory lease eviction); | Theo de Raadt | |
fvdl | |||
1997-04-18 | avoid possible *NULL; fvdl | Theo de Raadt | |
1997-04-18 | indent | Theo de Raadt | |
1997-04-18 | new socket required if changing NOCONN; fvdl | Theo de Raadt | |
1997-04-18 | ensure nfs_mountroot device is a network device; from who-knows-who at | Theo 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-04-18 | indent | Theo de Raadt | |
1997-04-08 | chflags not permitted | Theo de Raadt | |
1997-03-30 | ifdef out some vars used only w/ NFSCLIENT defined | Michael Shalayeff | |
1997-02-24 | OpenBSD tag | Niklas Hallqvist | |
1997-01-31 | do not sillyrename directories; from freebsd | Theo de Raadt | |
1997-01-31 | do not walk off the end of a directory info buffer; netbsd pr#3170, ↵ | Theo de Raadt | |
mhitch@gemini.oscs.montana.edu | |||
1997-01-28 | Put back lost VOP_GETATTR call, but in a better place | Niklas Hallqvist | |
1997-01-22 | get the ethernet/fddi issue half right. This needs to be fixed better | Theo de Raadt | |
1997-01-20 | better use (NETHER == 0) instead of NETHER == 0 | Thomas Graichen | |
1997-01-20 | replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0 | Thomas 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-15 | prevent -Wall warning: | kstailey | |
nfs_vfsops.c:456: warning: `adjsock' might be used uninitialized in this function | |||
1996-12-24 | reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache ↵ | dm | |
timeout flags | |||
1996-12-18 | Conditionalize GCC and ANSI/ISO C dependencies | Niklas Hallqvist | |
1996-12-17 | NFS attribute cache timeout mount param | dm | |
1996-12-14 | better nfsrv_access() control, from netbsd | Theo de Raadt | |
1996-12-08 | not needed anymore | Theo de Raadt | |
1996-11-12 | typo | Michael Shalayeff | |
1996-11-08 | Rearrange condition so invalid dereferences can't happen | Niklas Hallqvist | |
1996-10-20 | Fix panic message if NFSCLIENT is not defined. | briggs | |
1996-10-20 | Make support for booting over NFS dependent on NFSCLIENT instead of NETHER. | briggs | |
Suggested in a NetBSD PR from Paul Goyette. | |||
1996-10-15 | nqnfs code is for client+server; spotted by niklas | Theo de Raadt | |
1996-09-25 | Drop unused variable | Niklas Hallqvist | |
1996-09-21 | fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10month | Theo de Raadt | |
old PR and the fix is mostly unchanged). |