| Commit message (Expand) | Author | Age | Files | Lines |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -41/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Matt's NFS fixes. | julian | 1999-06-23 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | Untangle the nfs send and receive queue locking a little. One lock | peter | 1999-02-25 | 1 | -20/+49 |
* | Move the declaration of the vfs.nfs sysctl node outside an ifdef so that | dfr | 1999-02-18 | 1 | -3/+3 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle | luoqi | 1998-09-01 | 1 | -2/+3 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -9/+21 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 1 | -15/+15 |
* | Use the new SB_UPCALL flag, | peter | 1998-05-31 | 1 | -1/+4 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 1 | -164/+162 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 1 | -17/+20 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -19/+16 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often | bde | 1997-11-24 | 1 | -4/+7 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -6/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -5/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -4/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -3/+3 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -28/+29 |
* | Merge WebNFS changes from NetBSD. | dfr | 1997-07-16 | 1 | -2/+3 |
* | Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal. | tegge | 1997-06-25 | 1 | -1/+2 |
* | Don't keep addresses in mbuf chains. This should simplify the next round | dfr | 1997-05-13 | 1 | -2/+12 |
* | Implement a separate control for write gathering on NFSv3. This is turned | dfr | 1997-05-10 | 1 | -2/+10 |
* | Allow NULL rpcs on non-privileged ports at all times to work around broken | dfr | 1997-04-30 | 1 | -2/+3 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -6/+8 |
* | Add code that will reject nfs requests in teh kernel from nonprivileged | guido | 1997-03-27 | 1 | -1/+22 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 1 | -4/+4 |
* | 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/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Improve the queuing algorithms used by NFS' asynchronous i/o. The | dfr | 1996-11-06 | 1 | -40/+40 |
* | #include <sys/filedesc.h> explicitly instead of depending on it being | bde | 1996-04-30 | 1 | -1/+2 |
* | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | phk | 1996-01-13 | 1 | -8/+21 |
* | Staticize. | phk | 1995-12-17 | 1 | -7/+10 |
* | Completed function declarations and/or added prototypes and/or moved | bde | 1995-12-03 | 1 | -4/+1 |
* | Completed function declarations, added prototypes and removed redundant | bde | 1995-11-21 | 1 | -7/+14 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-14 | 1 | -1/+6 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -4/+1 |
* | Changes to support version 3 of the NFS protocol. | dfr | 1995-06-27 | 1 | -162/+409 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | This is a bunch of changes from NetBSD. There are a couple of bug-fixes. | phk | 1994-10-17 | 1 | -84/+65 |
* | Prototyping and general gcc-shutting up. Gcc has one warning now which looks | phk | 1994-10-02 | 1 | -19/+34 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |