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