| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -1/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -18/+0 |
* | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | dillon | 2000-01-13 | 1 | -11/+0 |
* | make getfh a standard syscall instead of dependant on having | alfred | 1999-12-21 | 1 | -14/+0 |
* | Fix a number of server-side issues related to aborting badly formed | dillon | 1999-12-12 | 1 | -0/+3 |
* | Synopsis of problem being fixed: Dan Nelson originally reported that | dillon | 1999-12-12 | 1 | -6/+14 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -2/+0 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -1/+4 |
* | remove unused variables. | phk | 1999-08-28 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -21/+2 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -3/+2 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | peter | 1999-06-27 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -2/+3 |
* | Matt's NFS fixes. | julian | 1999-06-23 | 1 | -36/+89 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 1 | -7/+7 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -6/+6 |
* | 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 |