| Commit message (Expand) | Author | Age | Files | Lines |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -81/+55 |
* | Fixed printf format errors on alpha. | dt | 1999-04-24 | 1 | -3/+3 |
* | Untangle the nfs send and receive queue locking a little. One lock | peter | 1999-02-25 | 1 | -35/+26 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 1 | -4/+4 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to | dfr | 1998-11-13 | 1 | -2/+4 |
* | The code checks each fragment mark to see if it's valid; if the fragment | mckusick | 1998-09-29 | 1 | -2/+2 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 1 | -2/+3 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -10/+22 |
* | If we get an ENOBUFS from the network, it's normally transient network | peter | 1998-08-01 | 1 | -1/+11 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -3/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 1 | -58/+58 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | peter | 1998-05-31 | 1 | -1/+14 |
* | Missed a cosmetic change that the other BSD's have. | peter | 1998-05-31 | 1 | -2/+2 |
* | oops, nfs_msg() is called from client code too. | peter | 1998-05-31 | 1 | -1/+4 |
* | When we can't reconnect a socket, don't forget to unlock before retrying | peter | 1998-05-31 | 1 | -1/+4 |
* | Don't log zero length reads, this can happen during normal operation. | peter | 1998-05-31 | 1 | -1/+9 |
* | Consider for readdir chunk sizes when tuning socket buffer reservations. | peter | 1998-05-31 | 1 | -3/+5 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 1 | -269/+269 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 1 | -30/+39 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -10/+10 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -2/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -1/+2 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -28/+34 |
* | Various fixes from NetBSD: | dfr | 1997-06-03 | 1 | -2/+3 |
* | Don't keep addresses in mbuf chains. This should simplify the next round | dfr | 1997-05-13 | 1 | -33/+33 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -19/+27 |
* | Fix broken usage of nm_readdirsize and increase the socket buffers for UDP | dfr | 1997-04-22 | 1 | -3/+3 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -2/+5 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | This fixes a problem with the nfs socket handling code which happens | dfr | 1996-10-11 | 1 | -6/+16 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 1 | -5/+6 |
* | Fix for NFS_NOSERVER | phk | 1996-06-14 | 1 | -6/+9 |
* | Kill XNS. | wollman | 1996-02-13 | 1 | -2/+4 |
* | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | phk | 1996-01-13 | 1 | -1/+14 |
* | Staticize. | phk | 1995-12-17 | 1 | -11/+15 |
* | Completed function declarations and/or added prototypes and/or moved | bde | 1995-12-03 | 1 | -73/+1 |
* | Completed function declarations, added prototypes and removed redundant | bde | 1995-11-21 | 1 | -31/+82 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -3/+1 |
* | Killed redundant declarations of nfsm_rpchead(). | dg | 1995-08-24 | 1 | -2/+1 |
* | Changes to support version 3 of the NFS protocol. | dfr | 1995-06-27 | 1 | -170/+348 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -7/+7 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -3/+1 |
* | This is a bunch of changes from NetBSD. There are a couple of bug-fixes. | phk | 1994-10-17 | 1 | -26/+16 |
* | Prototyping and general gcc-shutting up. Gcc has one warning now which looks | phk | 1994-10-02 | 1 | -15/+26 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |