| Age | Commit message (Expand) | Author |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-10-13 | Don't initialise the 5th element of some 4 element arrays. | simonb |
| 2001-05-09 | Suppress another case of a potentially noisy error message which | fvdl |
| 2001-02-21 | make some more constant arrays 'const' | jdolecek |
| 2000-12-27 | update commented out code to recent changes of signal structures | jdolecek |
| 2000-12-27 | Extra diagnostic assertion: subtle pmap bugs can ultimately lead to trying | bjh21 |
| 2000-12-10 | Make sobind() take a struct proc *. It already took curproc and | fvdl |
| 2000-09-27 | Avoid unused variables for V2_ONLY case. | fvdl |
| 2000-09-19 | Extend NFS_V2_ONLY to remove NQNFS lease support as well. Saves another 10k. | bjh21 |
| 2000-09-19 | "ENOBUF" on socket writes isn't really fatal; we may just be too fast | fvdl |
| 2000-09-19 | New kernel option, NFS_V2_ONLY, which aims to reduce the NFS client to just | bjh21 |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-09 | Some tweaks to enable NFS over IPv6. The special-casing of AF_INET | fvdl |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-08-29 | Fix overzealous DIAGNOSTIC check in nfs_disconnect() | sommerfeld |
| 1999-07-30 | Don't try to copy an mbuf that may have been freed in case of an error. | fvdl |
| 1999-07-04 | kern/5591: Fix race in the NFS socket code during umount -f and system | sommerfeld |
| 1999-03-06 | Snatch a patch from OpenBSD to fix PRs 6529 and 7074. | fair |
| 1999-02-12 | Fix printf format warnings on Alpha. | thorpej |
| 1998-11-12 | Use different names for the "nfscon" label to tsleep(), so that it can | fvdl |
| 1998-09-11 | Substantial signal handling changes: | mycroft |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-20 | Avoid possibly overflowing an mbuf. From Dan S. Decasper, via Chuck Cranor. | fvdl |
| 1998-06-25 | defopt NFSSERVER | thorpej |
| 1998-04-25 | Adapt to new sosend/soreceive and upcall (now down in sowakeup) | matt |
| 1998-02-19 | Include the NFS option header. | thorpej |
| 1998-01-30 | Only take the receive lock before disconnecting when doing it from | fvdl |
| 1997-11-16 | Make sure the receive lock is taken when disconnecting a socket. Also | fvdl |
| 1997-10-10 | * New directory entry caching system. Provides full caching of any | fvdl |
| 1997-05-22 | Temporary work-around for PR kern/3579 (from Jonathan Stone). | gwr |
| 1997-05-12 | * If nfs_reconnect fails, be sure to release the sndlock, otherwise no | fvdl |
| 1997-04-08 | Avoid nfsiods acquiring/releasing a lock, then acquiring it again, before | fvdl |
| 1997-02-22 | Fixes from BSDI (thanks go to Keith Bostic). Original RCS messages: | fvdl |
| 1997-02-09 | * Fix some bugs in NQNFS (malformed RPC requests, no directory lease eviction) | fvdl |
| 1997-02-04 | * Make sure a new socket is created when switching to/from NOCONN with | fvdl |
| 1997-01-31 | NFSCLIENT -> NFS. | thorpej |
| 1996-10-13 | revert kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-07-02 | Remove bogus check on record length < NFS_MINPACKET. | fvdl |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-04-15 | Make this compile again on a SPARC if NFSCLIENT is defined without | thorpej |
| 1996-02-25 | Oops. Do previous fix on the right line this time.. (thanks Charles) | fvdl |
| 1996-02-25 | Call soreserve() with the right size for receives (from pk). | fvdl |
| 1996-02-18 | Bring in a merge of Rick Macklem's NFSv3 code from Lite2 | fvdl |
| 1996-02-09 | nfs prototype changes | christos |
| 1995-12-19 | changes to make this work on systems where pointers & longs are 64 bits. | cgd |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-02 | Fix more off by one errors. | mycroft |