summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* kern: for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* Refactor the way we restore cn_lkflags; no functional changes.trasz2016-03-121-4/+4
* Remove cn_consume from 'struct componentname'. It was never set to anythingtrasz2016-03-121-12/+0
* Fix autofs triggering problem. Assume you have an NFS server,trasz2016-03-121-0/+19
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-7/+5
* Properly return ENOTDIR when calling *at() on a non-vnode.ed2015-08-121-0/+2
* vfs: cosmetic changes to namei and namei_handle_rootmjg2015-07-091-6/+7
* vfs: simplify error handling in nameimjg2015-07-091-29/+20
* vfs: avoid spurious vref/vrele for absolute lookupsmjg2015-07-091-24/+46
* vfs: plug a use-after-free of fd_rdir in nameimjg2015-07-091-0/+6
* Move the comment describing namei(9) back to namei()'s definition.markj2015-07-051-10/+10
* Fix two issues with lockmgr(9) LK_CAN_SHARE() test, which determineskib2014-11-021-0/+1
* Plug a memory leak in case of failed lookups in capability mode.mjg2014-08-241-25/+16
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Both vn_close() and VFS_PROLOGUE() evaluate vp->v_mount twice, withoutkib2013-11-091-7/+2
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+30
* Do not override the ENOENT error for the empty path, or EFAULT errorskib2013-08-051-1/+2
* Do not call the VOP_LOOKUP() for the doomed directory vnode. Thekib2013-04-011-0/+4
* Merge Capsicum overhaul:pjd2013-03-021-6/+7
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-1/+1
* Fix one more compilation issue.pjd2012-12-011-2/+2
* IFp4 @208451:pjd2012-11-301-11/+8
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-271-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-57/+4
* Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to thekib2012-09-091-9/+13
* Avoid double-unlock or double unreference for ndp->ni_dvp when the vnode dpkib2012-01-011-6/+15
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-2/+16
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-131-6/+35
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+8
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-2/+2
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-4/+3
* Support only LOOKUP operation for "/" in relookup() because lookup()jh2010-03-261-11/+9
* Only audit pathnames in namei(9) if copying the directory string completesrwatson2010-02-021-5/+10
* When rename("a", "b/.") is performed, target namei() call returnskib2009-11-101-0/+6
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadrwatson2009-07-291-2/+2
* Rework vnode argument auditing to follow the same structure, in orderrwatson2009-07-281-4/+4
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-1/+6
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-9/+6
* Eliminate trailing_slash, which was made redundant in r193028.des2009-06-061-23/+11
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Let vfs_lookup() return ENOTDIR if the path has a trailing slash anddes2009-05-291-8/+12
* Fix misleading comment.des2009-05-291-1/+1
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+7
* Fix a kernel compilation error, introduced after r191990, by definingattilio2009-05-111-0/+3
OpenPOWER on IntegriCloud