summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_lookup.c
AgeCommit message (Expand)Author
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