| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits the | Robert Watson | 2002-10-19 | 1 | -6/+11 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -2/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -0/+12 |
| * | Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free the | Robert Watson | 2002-07-24 | 1 | -2/+18 |
| * | Catch up to changes in ktrace API. | John Baldwin | 2002-06-07 | 1 | -2/+5 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -4/+4 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -12/+12 |
| * | This is the first part of the new kernel memory allocator. This replaces | Jeff Roberson | 2002-03-19 | 1 | -2/+3 |
| * | - Change namei() to use td_ucred instead of p_ucred. | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | Alfred Perlstein | 2002-01-13 | 1 | -0/+1 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -0/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -26/+26 |
| * | After exhaustive discussions and some meandering and confusion, enough | Matthew Dillon | 2001-06-24 | 1 | -0/+6 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+1 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | Peter Wemm | 2000-12-06 | 1 | -0/+14 |
| * | This is a fix for a problem described in PR kern/19572. It was | Alfred Perlstein | 2000-11-30 | 1 | -1/+11 |
| * | Add new flag PDIRUNLOCK to the component.cn_flags which should be set by | Boris Popov | 2000-09-17 | 1 | -2/+7 |
| * | Unlock current directory when calling VFS_ROOT() because underlying | Boris Popov | 2000-09-13 | 1 | -3/+10 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -3/+4 |
| * | Before we start to mess with the VFS name-cache clean things up a little bit: | Poul-Henning Kamp | 1999-10-03 | 1 | -8/+1 |
| * | Fix a hole in jail(2). | Poul-Henning Kamp | 1999-09-25 | 1 | -1/+6 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add sysctl and support code to allow directories to be VMIO'd. The default | Alan Cox | 1999-07-26 | 1 | -3/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -2/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -4/+4 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -21/+10 |
| * | Remove the 'waslocked' parameter to vfs_object_create(). | Eivind Eklund | 1999-01-05 | 1 | -4/+6 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -3/+3 |
| * | New mount option nosymfollow. If enabled, the kernel lookup() | Wolfram Schneider | 1998-04-08 | 1 | -1/+5 |
| * | Make the rootdir handling more consistent. Now, processes always | John Dyson | 1998-02-15 | 1 | -3/+3 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -2/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+2 |
| * | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -4/+11 |
| * | Lots of improvements, including restructring the caching and management | John Dyson | 1997-12-29 | 1 | -1/+7 |
| * | Unspammed nested include of <vm/vm_zone.h>. | Bruce Evans | 1997-12-27 | 1 | -2/+3 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -10/+10 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -4/+1 |
| * | [Previous comment was incorrect for these files] | Doug Rabson | 1997-04-04 | 1 | -1/+1 |
| * | Add a function vop_sharedlock which a copy of vop_nolock without the | Doug Rabson | 1997-04-04 | 1 | -1/+7 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat(). | Bruce Evans | 1997-02-18 | 1 | -1/+2 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -26/+26 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Don't allow empty pathnames. POSIX standard. | Bruce Evans | 1996-12-01 | 1 | -1/+8 |
| * | Converted two options over to the new scheme: USER_LDT and KTRACE. | Garrett Wollman | 1996-01-03 | 1 | -1/+3 |
| * | Moved the filesystem read-only check out of the syscalls and into the | David Greenman | 1995-10-22 | 1 | -27/+13 |
| * | Add support for amd direct maps. | Doug Rabson | 1995-08-24 | 1 | -18/+19 |