| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 1 | -5/+5 |
* | Release an unneeded reference to a vnode that was gained in a VFS_VGET(). | dg | 1996-09-05 | 1 | -1/+2 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 1 | -2/+2 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -153/+133 |
* | Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn't | bde | 1996-06-08 | 1 | -1/+2 |
* | Fixed nfs sysctls. They missed out on the fs -> vfs name changes from | bde | 1996-04-30 | 1 | -2/+2 |
* | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | phk | 1996-01-13 | 1 | -6/+9 |