| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits the | rwatson | 2002-10-19 | 1 | -6/+11 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -0/+12 |
* | Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free the | rwatson | 2002-07-24 | 1 | -2/+18 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 1 | -2/+5 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -4/+4 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -12/+12 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -2/+3 |
* | - Change namei() to use td_ucred instead of p_ucred. | jhb | 2002-02-27 | 1 | -1/+1 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 1 | -0/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -26/+26 |
* | After exhaustive discussions and some meandering and confusion, enough | dillon | 2001-06-24 | 1 | -0/+6 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+1 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | peter | 2000-12-06 | 1 | -0/+14 |
* | This is a fix for a problem described in PR kern/19572. It was | alfred | 2000-11-30 | 1 | -1/+11 |
* | Add new flag PDIRUNLOCK to the component.cn_flags which should be set by | bp | 2000-09-17 | 1 | -2/+7 |
* | Unlock current directory when calling VFS_ROOT() because underlying | bp | 2000-09-13 | 1 | -3/+10 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -3/+4 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -8/+1 |
* | Fix a hole in jail(2). | phk | 1999-09-25 | 1 | -1/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add sysctl and support code to allow directories to be VMIO'd. The default | alc | 1999-07-26 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -4/+4 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -21/+10 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -4/+6 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | New mount option nosymfollow. If enabled, the kernel lookup() | wosch | 1998-04-08 | 1 | -1/+5 |
* | Make the rootdir handling more consistent. Now, processes always | dyson | 1998-02-15 | 1 | -3/+3 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -4/+11 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -1/+7 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -2/+3 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -10/+10 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -4/+1 |
* | [Previous comment was incorrect for these files] | dfr | 1997-04-04 | 1 | -1/+1 |
* | Add a function vop_sharedlock which a copy of vop_nolock without the | dfr | 1997-04-04 | 1 | -1/+7 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat(). | bde | 1997-02-18 | 1 | -1/+2 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -26/+26 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |