| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for unsigned integer and long sysctl variables. Update the | jhb | 2000-07-05 | 1 | -9/+6 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -5/+5 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -5/+5 |
* | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | green | 2000-04-26 | 1 | -0/+110 |
* | Move the declaration of "struct namecache" to vnode.h, as it can be useful | green | 2000-04-22 | 1 | -16/+0 |
* | Avoid a panic in __getcwd(2) when combined with umount -f. | peter | 2000-02-14 | 1 | -0/+2 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -13/+142 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix a braino in the v_id wraparound code. Give more (current) details | phk | 1999-04-24 | 1 | -9/+17 |
* | Don't use CTL_VFS at the wrong level. This caused loops in the sysctl | bde | 1998-09-09 | 1 | -3/+2 |
* | Removed some bogus casts. | bde | 1997-12-19 | 1 | -3/+3 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -5/+2 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -3/+2 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -3/+2 |
* | Add one more counter so we can truly find out how good our name cache | phk | 1997-09-24 | 1 | -2/+7 |
* | A couple of handles to tweak, more statistics. | phk | 1997-09-24 | 1 | -1/+31 |
* | Revert to the previous hashing, double the hashtable size instead. | phk | 1997-09-04 | 1 | -4/+7 |
* | Use 2^N hash sizes rather than primesize, this replaces a division | phk | 1997-09-03 | 1 | -12/+10 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | Change the 0xdeadb hack to a flag called VDOOMED. | phk | 1997-08-31 | 1 | -7/+8 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 1 | -1/+84 |
* | remove unused MAXVNODEUSE macro. | phk | 1997-08-04 | 1 | -2/+1 |
* | 1. Add a {pointer, v_id} pair to the vnode to store the reference to the | phk | 1997-05-04 | 1 | -107/+105 |
* | Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hash | bde | 1997-03-08 | 1 | -14/+14 |
* | 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 | -71/+87 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -1/+7 |
* | kern_conf.c: remove a now unused variable. | phk | 1995-12-22 | 1 | -7/+8 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -7/+10 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -2/+2 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -3/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -6/+6 |
* | Fixed serious off by one bug I introduced that will likely cause the | dg | 1995-04-15 | 1 | -3/+3 |
* | kern_subr.c: | dg | 1995-04-04 | 1 | -5/+5 |
* | Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cache | dg | 1995-03-19 | 1 | -2/+2 |
* | Update a couple of counters. | phk | 1995-03-12 | 1 | -1/+3 |
* | Whoops, back out that last change - I misread what Poul had done there. | dg | 1995-03-10 | 1 | -2/+2 |
* | Don't thrash the name cache while trying to fill up the object cache. | dg | 1995-03-10 | 1 | -2/+2 |
* | Clean up and improve the namecache. | phk | 1995-03-09 | 1 | -105/+130 |
* | Another little optimization to the nameicache. | phk | 1995-03-08 | 1 | -14/+4 |
* | Improve the quality of the hash used in the namei-cache. | phk | 1995-03-08 | 1 | -3/+3 |
* | Update vfs_cache.c to use the <sys/queue.h> macros. This makes it easier | phk | 1995-03-06 | 1 | -113/+64 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -13/+24 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -0/+4 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+328 |