| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a long line touched in previous commit (but not caused by previous | Peter Wemm | 2002-02-07 | 1 | -1/+2 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -2/+2 |
| * | Terminate requests in nfs_sigintr() if the filesystem is in the | Ian Dowse | 2002-01-10 | 1 | -1/+4 |
| * | Permit NFS filesystems to be forcibly unmounted when the server is | Ian Dowse | 2002-01-02 | 1 | -7/+45 |
| * | o Make the credential used by socreate() an explicit argument to | Robert Watson | 2001-12-31 | 1 | -1/+1 |
| * | Add a #define for the size of the nfs_backoff[] array, and use this | Ian Dowse | 2001-12-30 | 1 | -3/+4 |
| * | Make this compile after last commit. It should be: | Peter Wemm | 2001-10-09 | 1 | -1/+1 |
| * | Don't dereference td if it's NULL. | Julian Elischer | 2001-10-08 | 1 | -1/+2 |
| * | Make nfsm_dissect() have an obvious return value. | Peter Wemm | 2001-09-27 | 1 | -4/+4 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -1042/+115 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -32/+35 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -6/+8 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | Bosko Milekic | 2000-12-21 | 1 | -8/+8 |
| * | Simplify the tprintf() API. | Poul-Henning Kamp | 2000-11-26 | 1 | -8/+1 |
| * | Add a sysctl to specify the amount of UDP receive space NFS should | Matthew Dillon | 2000-03-27 | 1 | -8/+22 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -1/+1 |
| * | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | Brian Feldman | 1999-12-19 | 1 | -2/+2 |
| * | Fix a timeout deadlock that can occur when the process holding the | Matthew Dillon | 1999-12-13 | 1 | -4/+24 |
| * | nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initialization | Matthew Dillon | 1999-11-22 | 1 | -3/+3 |
| * | Careless use of struct proc *p caused major problems. 'p' is allowed to | Marcel Moolenaar | 1999-09-29 | 1 | -4/+8 |
| * | sigset_t change (part 2 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -3/+6 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Various changes lifted from the OpenBSD cvs tree: | Peter Wemm | 1999-06-05 | 1 | -13/+33 |
| * | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 1 | -81/+55 |
| * | Fixed printf format errors on alpha. | Dmitrij Tejblum | 1999-04-24 | 1 | -3/+3 |
| * | Untangle the nfs send and receive queue locking a little. One lock | Peter Wemm | 1999-02-25 | 1 | -35/+26 |
| * | Silence -Wtrigraph. | Tim Vanderhoek | 1998-12-30 | 1 | -4/+4 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to | Doug Rabson | 1998-11-13 | 1 | -2/+4 |
| * | The code checks each fragment mark to see if it's valid; if the fragment | Kirk McKusick | 1998-09-29 | 1 | -2/+2 |
| * | Made unloading of the nfs LKM sort of work. This is mainly to test | Bruce Evans | 1998-09-07 | 1 | -2/+3 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -10/+22 |
| * | If we get an ENOBUFS from the network, it's normally transient network | Peter Wemm | 1998-08-01 | 1 | -1/+11 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -3/+3 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -3/+3 |
| * | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 1 | -58/+58 |
| * | Support 'mount -u' remounts. This may require disconnecting and rebinding | Peter Wemm | 1998-05-31 | 1 | -1/+14 |
| * | Missed a cosmetic change that the other BSD's have. | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | oops, nfs_msg() is called from client code too. | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | When we can't reconnect a socket, don't forget to unlock before retrying | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | Don't log zero length reads, this can happen during normal operation. | Peter Wemm | 1998-05-31 | 1 | -1/+9 |
| * | Consider for readdir chunk sizes when tuning socket buffer reservations. | Peter Wemm | 1998-05-31 | 1 | -3/+5 |
| * | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | Peter Wemm | 1998-05-31 | 1 | -269/+269 |
| * | Allow control of the attribute cache timeouts at mount time. | Peter Wemm | 1998-05-19 | 1 | -30/+39 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -10/+10 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -2/+1 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
| * | Added used #include - don't depend on <sys/mbuf.h> including | Bruce Evans | 1997-09-02 | 1 | -1/+2 |