| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doh, fix a memory leak when an invalid file descriptor is passed to a |  matthew | 2011-07-22 | 1 | -3/+7 |
| * | Add new syscall entries to support the openat(2) family of functions |  matthew | 2011-07-07 | 1 | -2/+12 |
| * | Rename lookup/relookup to vfs_lookup/vfs_relookup. |  thib | 2010-09-09 | 1 | -4/+4 |
| * | Don't dereference cp to shut gcc4 up (the intent anyway). |  marco | 2010-05-20 | 1 | -4/+3 |
| * | clean up a few things that where left to rot after bob's vfs cache work. |  thib | 2010-05-19 | 1 | -11/+15 |
| * | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -10/+10 |
| * | Clarify comment in namei(): the code commented doesn't check if the |  blambert | 2009-03-09 | 1 | -2/+2 |
| * | Do not permit insertion of a "" symbolic link translation into the path |  deraadt | 2008-03-04 | 1 | -1/+5 |
| * | Sync description of lookup() a bit more to reality. |  hshoexer | 2007-09-08 | 1 | -6/+7 |
| * | fix the "double-path" errors seen with getcwd by saving the orignal |  thib | 2007-08-07 | 1 | -2/+2 |
| * | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT |  sturm | 2006-06-25 | 1 | -2/+2 |
| * | namei() only returns locked vnodes if LOCKLEAF is set, be more clear |  sturm | 2006-06-23 | 1 | -2/+4 |
| * | move vfs_busy() to rwlocks and properly hide the locking api from vfs |  sturm | 2006-06-14 | 1 | -2/+2 |
| * | remove the simplelock argument from vfs_busy() which is currently not |  sturm | 2006-04-30 | 1 | -2/+2 |
| * | No need for vfs_busy() and vfs_unbusy() to take a process pointer |  pedro | 2005-11-30 | 1 | -3/+3 |
| * | Use ANSI function declarations and deregister, no binary change |  pedro | 2005-11-08 | 1 | -14/+8 |
| * | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ |  pedro | 2005-05-26 | 1 | -16/+1 |
| * | save an (eventually existent) namei process context when going over |  pedro | 2004-07-11 | 1 | -2/+2 |
| * | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 1 | -10/+11 |
| * | originally from cb@netbsd.org, adapted by provos |  sturm | 2003-10-08 | 1 | -1/+8 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | avoid doing a lookup on no longer mounted directories. |  tedu | 2003-05-06 | 1 | -1/+6 |
| * | remove unused var docache from relookup. from netbsd |  tedu | 2003-05-04 | 1 | -6/+1 |
| * | File system locking fixups, mostly from NetBSD: |  art | 2003-01-31 | 1 | -6/+19 |
| * | call ktrnamei() later, after cnp->cn_pnbuf has been made proper; art@ ok |  mickey | 2002-08-27 | 1 | -6/+6 |
| * | use hash.h for nfs_hash as well as namei's hash |  ericj | 2002-07-02 | 1 | -8/+8 |
| * | KNF |  deraadt | 2001-06-22 | 1 | -10/+10 |
| * | Change the ktrace interface functions from taking the trace vnode to taking the |  art | 2000-11-10 | 1 | -2/+2 |
| * | ln bug fix |  deraadt | 1999-04-16 | 1 | -2/+2 |
| * | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 1 | -2/+2 |
| * | Fix portal FS & PR #556 |  csapuntz | 1998-08-07 | 1 | -1/+5 |
| * | A better fix for the mkdir ("path/") bug. This fix strips the trailing slashes |  csapuntz | 1998-01-09 | 1 | -1/+19 |
| * | Back out changes to lookup( ). This breaks a whole bunch of other system |  csapuntz | 1998-01-09 | 1 | -16/+14 |
| * | Fix for mkdir ("path/") problem |  csapuntz | 1998-01-09 | 1 | -14/+16 |
| * | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -16/+20 |
| * | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -20/+16 |
| * | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -16/+20 |
| * | Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.org |  tholo | 1997-06-18 | 1 | -125/+136 |
| * | Use vrele() if the vnode was not locked, not vput() |  tholo | 1997-05-21 | 1 | -2/+5 |
| * | Don't dereference a vnode pointer that is NULL |  tholo | 1997-03-01 | 1 | -2/+2 |
| * | Get vnode locking right when verifying pathnames ending in '/' are directories |  tholo | 1996-11-06 | 1 | -14/+6 |
| * | Temporarily disable special-case for trailing '/' in pathname lookups |  tholo | 1996-11-06 | 1 | -2/+9 |
| * | Disallow null strings ("") as path names; ignore trailing / on path names, |  tholo | 1996-10-28 | 1 | -6/+41 |
| * | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -6/+8 |
| * | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+658 |