summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits theRobert Watson2002-10-191-6/+11
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-2/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+12
* Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free theRobert Watson2002-07-241-2/+18
* Catch up to changes in ktrace API.John Baldwin2002-06-071-2/+5
* More s/file system/filesystem/gTom Rhodes2002-05-161-4/+4
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-12/+12
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-2/+3
* - Change namei() to use td_ucred instead of p_ucred.John Baldwin2002-02-271-1/+1
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-0/+2
* KSE Milestone 2Julian Elischer2001-09-121-26/+26
* After exhaustive discussions and some meandering and confusion, enoughMatthew Dillon2001-06-241-0/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+1
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanPeter Wemm2000-12-061-0/+14
* This is a fix for a problem described in PR kern/19572. It wasAlfred Perlstein2000-11-301-1/+11
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set byBoris Popov2000-09-171-2/+7
* Unlock current directory when calling VFS_ROOT() because underlyingBoris Popov2000-09-131-3/+10
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-3/+4
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-031-8/+1
* Fix a hole in jail(2).Poul-Henning Kamp1999-09-251-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl and support code to allow directories to be VMIO'd. The defaultAlan Cox1999-07-261-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* KNFize, by bde.Eivind Eklund1999-01-101-4/+4
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-21/+10
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-051-4/+6
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* New mount option nosymfollow. If enabled, the kernel lookup()Wolfram Schneider1998-04-081-1/+5
* Make the rootdir handling more consistent. Now, processes alwaysJohn Dyson1998-02-151-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-4/+11
* Lots of improvements, including restructring the caching and managementJohn Dyson1997-12-291-1/+7
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-2/+3
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-10/+10
* Removed unused #includes.Bruce Evans1997-09-021-4/+1
* [Previous comment was incorrect for these files]Doug Rabson1997-04-041-1/+1
* Add a function vop_sharedlock which a copy of vop_nolock without theDoug Rabson1997-04-041-1/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat().Bruce Evans1997-02-181-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-26/+26
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't allow empty pathnames. POSIX standard.Bruce Evans1996-12-011-1/+8
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-031-1/+3
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-27/+13
* Add support for amd direct maps.Doug Rabson1995-08-241-18/+19