| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the initialization of bp before calling vfs_getcwd_common |  beck | 2019-05-30 | 1 | -3/+3 |
* | namei() generate KTR_NAMEI record input filenames, but getcwd(2) and |  deraadt | 2019-05-30 | 1 | -1/+6 |
* | use copyoutstr, instead of fragile range math; ok beck |  deraadt | 2019-05-30 | 1 | -7/+5 |
* | The past is fuzzy, but it appears during development of __getcwd, *retval |  deraadt | 2019-05-29 | 1 | -2/+1 |
* | Add a kernel implementation of realpath() as __realpath(). |  beck | 2019-05-13 | 1 | -2/+2 |
* | Drop unnecessary `p' parameter from vget(9). |  visa | 2018-05-27 | 1 | -3/+2 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -4/+4 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -2/+2 |
* | Do not pass an uninitialized size value to free(9) even if the addr |  bluhm | 2017-09-06 | 1 | -2/+2 |
* | Add some sanity length checks in VFS directory scan. This protects |  bluhm | 2017-07-28 | 1 | -8/+15 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+2 |
* | pass size argument to free() |  deraadt | 2014-11-03 | 1 | -3/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -4/+3 |
* | arguments to bcopy/memmove are reversed. put on thinking cap, then commit. |  tedu | 2013-06-09 | 1 | -2/+2 |
* | change a bcopy to memmove (mainly to catch platforms that don't offer it) |  tedu | 2013-06-09 | 1 | -2/+2 |
* | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. |  nicm | 2011-12-09 | 1 | -3/+1 |
* | clean up a few things that where left to rot after bob's vfs cache work. |  thib | 2010-05-19 | 1 | -2/+1 |
* | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
* | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -4/+4 |
* | Remove unused function proc_isunder() |  blambert | 2009-04-17 | 1 | -17/+1 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | fix the "double-path" errors seen with getcwd by saving the orignal |  thib | 2007-08-07 | 1 | -2/+6 |
* | back out vfs change - todd fries has seen afs issues, and I'm suspicious |  beck | 2007-05-30 | 1 | -8/+8 |
* | Step one of some vnode improvements - change getnewvnode to |  beck | 2007-05-29 | 1 | -8/+8 |
* | Don't cast malloc() |  pedro | 2006-05-17 | 1 | -3/+3 |
* | Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functions |  pedro | 2006-05-01 | 1 | -15/+1 |
* | Rename functions and move prototypes around |  pedro | 2006-05-01 | 1 | -16/+8 |
* | Make static functions global so DDB can see them |  pedro | 2006-05-01 | 1 | -10/+11 |
* | Prune remaining of the code, no binary change |  pedro | 2006-04-30 | 1 | -122/+53 |
* | Prune getcwd_common() and vn_isunder(), no binary change |  pedro | 2006-04-30 | 1 | -47/+41 |
* | Prune proc_isunder() and sys___getcwd(), no binary change |  pedro | 2006-04-30 | 1 | -33/+18 |
* | KNF bits |  pedro | 2006-04-29 | 1 | -14/+14 |
* | Instrumentation for an in-kernel getcwd() implementation. |  pedro | 2006-04-28 | 1 | -0/+560 |