summaryrefslogtreecommitdiffstats
path: root/sys/sys/namei.h
Commit message (Expand)AuthorAgeFilesLines
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Remove __Palfred2002-03-191-7/+7
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...jeff2002-03-121-3/+4
* namei.h: move "struct componentname" definition outside "struct nameidata",luigi2001-09-281-16/+26
* KSE Milestone 2julian2001-09-121-5/+6
* style(9) the structure definitions.obrien2001-09-051-1/+1
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set bybp2000-09-171-0/+1
* Change NDFREE() from a macro to a function for the time being; the macroeivind2000-01-081-36/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Do NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any codeeivind1999-12-181-1/+2
* Make NDFREE unlock VP if appropriate and not asked not to, as documented ineivind1999-12-181-0/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-6/+55
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-17/+0
* Fix a hole in jail(2).phk1999-09-251-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Remove two non-global variables.phk1998-01-121-3/+1
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-1/+2
* Fixed formatting of FreeBSD changes.bde1997-09-071-4/+4
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Make nc_flag and nc_nlen unsigned.phk1997-05-111-3/+3
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-18/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-031-2/+2
* Merge in Lite2: add whiteout flags to namei parameter descriptorshsu1996-03-111-16/+18
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-2/+3
* Ignore trailing slashes in pathnames that "refer to a directory",bde1995-07-311-1/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-3/+8
* Clean up and improve the namecache.phk1995-03-091-1/+10
* Update vfs_cache.c to use the <sys/queue.h> macros. This makes it easierphk1995-03-061-5/+5
* Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.phk1994-09-271-1/+3
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+188
OpenPOWER on IntegriCloud