| Commit message (Expand) | Author | Age | Files | Lines |
* | Asynchronized client-side nfs_commit. NFS commit operations were | dillon | 1999-09-17 | 1 | -3/+72 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Correct the sanity test length calculation in nfsrv_readdirplus(): len is | wpaul | 1999-07-29 | 1 | -2/+2 |
* | Clear error in nfsrv_create when we have a valid reply so that | alc | 1999-07-28 | 1 | -1/+2 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | Submitted by: "David E. Cross" <crossd@cs.rpi.edu> | julian | 1999-06-30 | 1 | -1/+2 |
* | Matt's NFS fixes. | julian | 1999-06-23 | 1 | -348/+877 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 1 | -27/+29 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -3/+3 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -3/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+3 |
* | Remove the if fixed in the last commit; bde quite correctly point out | eivind | 1998-12-09 | 1 | -3/+2 |
* | Fix typo (; in "if (vp == NULL);"). | eivind | 1998-12-08 | 1 | -2/+2 |
* | vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not | peter | 1998-10-31 | 1 | -2/+2 |
* | 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 | -100/+100 |
* | Cut-n-paste glitch | peter | 1998-05-31 | 1 | -2/+2 |
* | Hide whiteouts from NFS, since the protocol doesn't support them. | peter | 1998-05-31 | 1 | -5/+7 |
* | NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly, | peter | 1998-05-31 | 1 | -1/+7 |
* | Refuse READDIR / READDIRPLUS rpc's for non-directories | peter | 1998-05-31 | 1 | -1/+9 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 1 | -75/+51 |
* | When using NFSv3, use the remote server's idea of the maximum file size | peter | 1998-05-30 | 1 | -6/+12 |
* | Only ignore "owner" permissions selectively rather than always. In some | peter | 1998-05-20 | 1 | -22/+31 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -13/+24 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | 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 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -1/+6 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -3/+1 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -3/+1 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -22/+22 |
* | Remove a couple of stubborn NetBSD #if's. | phk | 1997-09-10 | 1 | -5/+1 |
* | unifdef -U__NetBSD__ -D__FreeBSD__ | phk | 1997-09-10 | 1 | -19/+1 |
* | 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 | -22/+22 |
* | Allow NULL cookie verifiers for non-NULL offsets. This is needed for | dfr | 1997-07-22 | 1 | -3/+3 |
* | Merge WebNFS changes from NetBSD. | dfr | 1997-07-16 | 1 | -30/+76 |
* | Don't require superuser privileges for creating fifos. The v2 case was | bde | 1997-06-14 | 1 | -3/+4 |
* | Implement the async mount option for NFSv3. This makes NFS pretend that all | dfr | 1997-06-03 | 1 | -2/+5 |
* | Implement a separate control for write gathering on NFSv3. This is turned | dfr | 1997-05-10 | 1 | -2/+4 |
* | Fix a nasty hang connected with write gathering. Also add debug print | dfr | 1997-05-10 | 1 | -1/+18 |
* | Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs | bde | 1997-03-29 | 1 | -2/+1 |
* | Use the correct (relative to the implementation) ordering of args in | peter | 1997-03-25 | 1 | -1/+5 |
* | The local fs interface does not allow link()/unlink() of directories, | peter | 1997-03-25 | 1 | -4/+7 |
* | 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 | -22/+10 |