| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bitrot in NFS_ACDEBUG option. | bde | 1999-02-17 | 1 | -1/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+3 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+4 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -2/+2 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 1 | -2/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Remove [apparently] bogus casts to u_long for the vnode_pager_setsize() | peter | 1998-11-09 | 1 | -3/+3 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -3/+3 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 1 | -3/+36 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 1 | -2/+1 |
* | Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, | bde | 1998-06-21 | 1 | -2/+2 |
* | Avoid an egcs pessimization for 64-bit signed division on i386's. | bde | 1998-06-14 | 1 | -4/+4 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 1 | -32/+35 |
* | Prototype support for selectively allowing non-reserved ports on a per | peter | 1998-05-31 | 1 | -1/+14 |
* | #ifdef a diagnostic panic, plus another missed costmetic change. | peter | 1998-05-31 | 1 | -2/+4 |
* | We have gained 2 more errno's, add them to the NFSv2 mapping table. | peter | 1998-05-31 | 1 | -2/+2 |
* | Some const's | peter | 1998-05-31 | 1 | -2/+2 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 1 | -2/+43 |
* | Convert a couple of large allocations to use zones rather than malloc | peter | 1998-05-24 | 1 | -9/+3 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 1 | -4/+45 |
* | Use random() to find our initial xid. | phk | 1998-04-06 | 1 | -11/+4 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+12 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -4/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+4 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+2 |
* | Added a used include. | bde | 1997-12-20 | 1 | -6/+9 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -4/+1 |
* | Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined. | bde | 1997-10-28 | 1 | -2/+2 |
* | Always initialize the syscall vectors for our "private" syscalls (not | phk | 1997-10-26 | 1 | -10/+4 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -10/+11 |
* | unifdef -U__NetBSD__ -D__FreeBSD__ | phk | 1997-09-10 | 1 | -9/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -7/+7 |
* | Correct some dumb mistakes in the WebNFS stuff. | dfr | 1997-07-22 | 1 | -8/+16 |
* | Merge WebNFS changes from NetBSD. | dfr | 1997-07-16 | 1 | -34/+187 |
* | Fix various bugs in the locking protocol, allowing proper shared locks | dfr | 1997-04-04 | 1 | -9/+1 |
* | 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 | -10/+16 |
* | 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 | -4/+4 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 1 | -4/+4 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -49/+6 |
* | Various fixes from frank@fwi.uva.nl (Frank van der Linden) via | dfr | 1996-07-16 | 1 | -11/+24 |
* | Don't truncate minor or major numbers in the nfsv3 client. | bde | 1996-06-23 | 1 | -3/+3 |
* | Fix for NFS_NOSERVER | phk | 1996-06-14 | 1 | -3/+3 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -2/+2 |
* | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | phk | 1996-01-13 | 1 | -1/+18 |
* | Staticize. | phk | 1995-12-17 | 1 | -3/+8 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+4 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -3/+1 |