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_getcwd.c
Age
Commit message (
Expand
)
Author
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-08-07
fix the "double-path" errors seen with getcwd by saving the orignal
Thordur I. Bjornsson
2007-05-30
back out vfs change - todd fries has seen afs issues, and I'm suspicious
Bob Beck
2007-05-29
Step one of some vnode improvements - change getnewvnode to
Bob Beck
2006-05-17
Don't cast malloc()
Pedro Martelletto
2006-05-01
Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functions
Pedro Martelletto
2006-05-01
Rename functions and move prototypes around
Pedro Martelletto
2006-05-01
Make static functions global so DDB can see them
Pedro Martelletto
2006-04-30
Prune remaining of the code, no binary change
Pedro Martelletto
2006-04-30
Prune getcwd_common() and vn_isunder(), no binary change
Pedro Martelletto
2006-04-30
Prune proc_isunder() and sys___getcwd(), no binary change
Pedro Martelletto
2006-04-29
KNF bits
Pedro Martelletto
2006-04-28
Instrumentation for an in-kernel getcwd() implementation.
Pedro Martelletto