| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |