summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_lookup.c
AgeCommit message (Expand)Author
2013-03-30Return ENOTDIR if an *at() syscall is passed a relative path and aPhilip Guenther
2011-07-22Doh, fix a memory leak when an invalid file descriptor is passed to aMatthew Dempsky
2011-07-07Add new syscall entries to support the openat(2) family of functionsMatthew Dempsky
2010-09-09Rename lookup/relookup to vfs_lookup/vfs_relookup.Thordur I. Bjornsson
2010-05-20Don't dereference cp to shut gcc4 up (the intent anyway).Marco Peereboom
2010-05-19clean up a few things that where left to rot after bob's vfs cache work.Thordur I. Bjornsson
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2009-03-09Clarify comment in namei(): the code commented doesn't check if theBret Lambert
2008-03-04Do not permit insertion of a "" symbolic link translation into the pathTheo de Raadt
2007-09-08Sync description of lookup() a bit more to reality.Hans-Joerg Hoexer
2007-08-07fix the "double-path" errors seen with getcwd by saving the orignalThordur I. Bjornsson
2006-06-25rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAITNikolay Sturm
2006-06-23namei() only returns locked vnodes if LOCKLEAF is set, be more clearNikolay Sturm
2006-06-14move vfs_busy() to rwlocks and properly hide the locking api from vfsNikolay Sturm
2006-04-30remove the simplelock argument from vfs_busy() which is currently notNikolay Sturm
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2005-11-08Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-05-26RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@Pedro Martelletto
2004-07-11save an (eventually existent) namei process context when going overPedro Martelletto
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2003-10-08originally from cb@netbsd.org, adapted by provosNikolay Sturm
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-06avoid doing a lookup on no longer mounted directories.Ted Unangst
2003-05-04remove unused var docache from relookup. from netbsdTed Unangst
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2002-08-27call ktrnamei() later, after cnp->cn_pnbuf has been made proper; art@ okMichael Shalayeff
2002-07-02use hash.h for nfs_hash as well as namei's hashEric Jackson
2001-06-22KNFTheo de Raadt
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
1999-04-16ln bug fixTheo de Raadt
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-08-07Fix portal FS & PR #556Constantine Sapuntzakis
1998-01-09A better fix for the mkdir ("path/") bug. This fix strips the trailing slashesConstantine Sapuntzakis
1998-01-09Back out changes to lookup( ). This breaks a whole bunch of other systemConstantine Sapuntzakis
1998-01-09Fix for mkdir ("path/") problemConstantine Sapuntzakis
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-06-18Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.orgThorsten Lockert
1997-05-21Use vrele() if the vnode was not locked, not vput()Thorsten Lockert
1997-03-01Don't dereference a vnode pointer that is NULLThorsten Lockert
1996-11-06Get vnode locking right when verifying pathnames ending in '/' are directoriesThorsten Lockert
1996-11-06Temporarily disable special-case for trailing '/' in pathname lookupsThorsten Lockert
1996-10-28Disallow null strings ("") as path names; ignore trailing / on path names,Thorsten Lockert
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt