index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_lookup.c
Age
Commit message (
Expand
)
Author
1999-04-16
ln bug fix
Theo de Raadt
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-08-07
Fix portal FS & PR #556
Constantine Sapuntzakis
1998-01-09
A better fix for the mkdir ("path/") bug. This fix strips the trailing slashes
Constantine Sapuntzakis
1998-01-09
Back out changes to lookup( ). This breaks a whole bunch of other system
Constantine Sapuntzakis
1998-01-09
Fix for mkdir ("path/") problem
Constantine Sapuntzakis
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-06-18
Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.org
Thorsten Lockert
1997-05-21
Use vrele() if the vnode was not locked, not vput()
Thorsten Lockert
1997-03-01
Don't dereference a vnode pointer that is NULL
Thorsten Lockert
1996-11-06
Get vnode locking right when verifying pathnames ending in '/' are directories
Thorsten Lockert
1996-11-06
Temporarily disable special-case for trailing '/' in pathname lookups
Thorsten Lockert
1996-10-28
Disallow null strings ("") as path names; ignore trailing / on path names,
Thorsten Lockert
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt