summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_getcwd.c
AgeCommit message (Expand)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-08-07fix the "double-path" errors seen with getcwd by saving the orignalThordur I. Bjornsson
2007-05-30back out vfs change - todd fries has seen afs issues, and I'm suspiciousBob Beck
2007-05-29 Step one of some vnode improvements - change getnewvnode toBob Beck
2006-05-17Don't cast malloc()Pedro Martelletto
2006-05-01Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functionsPedro Martelletto
2006-05-01Rename functions and move prototypes aroundPedro Martelletto
2006-05-01Make static functions global so DDB can see themPedro Martelletto
2006-04-30Prune remaining of the code, no binary changePedro Martelletto
2006-04-30Prune getcwd_common() and vn_isunder(), no binary changePedro Martelletto
2006-04-30Prune proc_isunder() and sys___getcwd(), no binary changePedro Martelletto
2006-04-29KNF bitsPedro Martelletto
2006-04-28Instrumentation for an in-kernel getcwd() implementation.Pedro Martelletto