summaryrefslogtreecommitdiffstats
path: root/sys/sys/namei.h
Commit message (Expand)AuthorAgeFilesLines
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-23/+6
* Merge Capsicum overhaul:pjd2013-03-021-2/+3
* Remove redundant space.pjd2013-02-171-1/+1
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-271-1/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-4/+0
* Update LOCKLEAF comment: it should say "vnode".pluknet2011-12-291-1/+1
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-131-3/+15
* Extend the cn_flags field of the struct componentname to 64 bits to havekib2009-07-091-2/+2
* Let vfs_lookup() return ENOTDIR if the path has a trailing slash anddes2009-05-291-1/+2
* Expand namei flag definitions to the full eight nybbles.des2009-05-271-20/+20
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-4/+10
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-3/+7
* Add AUDITVNODE[12] flags to namei(), which cause namei() to audit pathrwatson2006-02-051-1/+3
* - Add an ISOPEN flag that filesystems can use to determine if a namei()jeff2005-04-271-0/+1
* - Remove the namei NOOBJ flag. It is meaningless now.jeff2005-04-091-1/+0
* - Add a lock flag to the component name so that namei() may request ajeff2005-03-291-0/+1
* - Remove PDIRUNLOCK, it will soon be unused in every filesystems. The onlyjeff2005-03-281-1/+0
* - Add two new flags to the nd structure. MPSAFE indicates that thejeff2005-01-241-16/+20
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Remove four members of struct nameidata which have been commentedphk2003-01-131-13/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits therwatson2002-10-191-1/+2
* 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
OpenPOWER on IntegriCloud