Age | Commit message (Expand) | Author |
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 |
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 |
1997-04-18 | Fix some bugs in NQNFS (malformed RPC requests, no directory lease eviction); | Theo de Raadt |
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 |
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, mhitch@ge... | Theo de Raadt |
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 |
1997-01-15 | prevent -Wall warning: | kstailey |
1996-12-24 | reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout... | dm |
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 |
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 |
1996-07-27 | fvdl; Don't mistake a non-async block that needs to be commited for an | Theo de Raadt |
1996-07-27 | fvdl; We're only handling uio with iovcnt == 1, so don't ever attempt to | Theo de Raadt |
1996-07-27 | use mtime for v3 setattr | Theo de Raadt |
1996-07-23 | sync | Theo de Raadt |
1996-07-21 | Ensure we never use more than one callout table slot | Thorsten Lockert |
1996-07-03 | cannot check for < NFS_MINPACKET on some transports; from guy@netapp.com | Theo de Raadt |
1996-06-14 | Keep dirty list used by in-kernel update(8) in sync with buffers | Thorsten Lockert |
1996-06-10 | do not lose an mbuf, ensure MCLGET did not give a chain | Theo de Raadt |
1996-06-10 | align correct for 64 bit in NWDELAYHASH | Theo de Raadt |
1996-06-02 | removed an unused variable | Niklas Hallqvist |
1996-06-01 | allow client-only kernel to be compiled. | Michael Shalayeff |
1996-05-28 | sync | Theo de Raadt |
1996-05-22 | Change VOP_UPDATE() semantics: | Theo de Raadt |