summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_getcwd.c
AgeCommit message (Expand)Author
2017-09-06Do not pass an uninitialized size value to free(9) even if the addrAlexander Bluhm
2017-07-28Add some sanity length checks in VFS directory scan. This protectsAlexander Bluhm
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-11-03pass size argument to free()Theo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-09arguments to bcopy/memmove are reversed. put on thinking cap, then commit.Ted Unangst
2013-06-09change a bcopy to memmove (mainly to catch platforms that don't offer it)Ted Unangst
2011-12-09Add new KERN_PROC_CWD sysctl to get the current working directory of a process.Nicholas Marriott
2010-05-19clean up a few things that where left to rot after bob's vfs cache work.Thordur I. Bjornsson
2010-01-14fix typos in comments, no code changes;Ingo Schwarze
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2009-04-17Remove unused function proc_isunder()Bret Lambert
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