| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not relock fdp in fdrelease(). This prevents unnecessary locking |  visa | 2019-07-15 | 1 | -2/+2 |
* | Put file descriptors on shared data structures when they are completely |  mpi | 2018-06-18 | 1 | -5/+8 |
* | Revert introduction of fdinsert(), a sanitify check triggers when |  mpi | 2018-06-05 | 1 | -8/+5 |
* | Put file descriptors on shared data structures when they are completely |  mpi | 2018-06-02 | 1 | -5/+8 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -2/+2 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -2/+2 |
* | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. |  guenther | 2018-01-02 | 1 | -1/+2 |
* | We are either allocating 2 or three array members. Unroll while loop |  florian | 2018-01-01 | 1 | -6/+8 |
* | Add a flags argument to falloc() that lets it optionally set the |  guenther | 2017-02-11 | 1 | -2/+2 |
* | boom goes the dynamite |  tedu | 2016-04-25 | 1 | -22/+3 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -2/+2 |
* | NULL-terminate a pointer array to prevent an invalid free, and simplify |  mmcc | 2015-12-31 | 1 | -8/+9 |
* | sizes for free(); ok sthen |  deraadt | 2015-09-10 | 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 |
* | panic should be reserved for unrecoverable errors, not things we merely |  tedu | 2014-11-19 | 1 | -5/+2 |
* | unifdef SETUIDSCRIPT and FDSCRIPT. we always use them. ok deraadt |  tedu | 2014-11-18 | 1 | -27/+3 |
* | use mallocarray for multiplied value checking |  tedu | 2014-07-13 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -2/+1 |
* | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in |  guenther | 2012-04-22 | 1 | -2/+2 |
* | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, |  guenther | 2012-02-15 | 1 | -2/+7 |
* | Add new syscall entries to support the openat(2) family of functions |  matthew | 2011-07-07 | 1 | -1/+2 |
* | MALLOC/FREE -> malloc/free |  chl | 2007-10-29 | 1 | -3/+3 |
* | grammar, spelling, and style fixes from bret lambert; |  jmc | 2006-11-14 | 1 | -5/+5 |
* | ansi. No binary change. |  jsg | 2005-11-12 | 1 | -4/+2 |
* | - We shouldn't allocate MAXPATHLEN from the stack. |  art | 2005-08-01 | 1 | -11/+12 |
* | fix an issue when scripts are exec'd under systrace where |  marius | 2004-07-07 | 1 | -4/+16 |
* | a few fixes to systrace |  marius | 2004-06-23 | 1 | -2/+13 |
* | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 1 | -3/+4 |
* | string fixes; tedu ok |  deraadt | 2003-05-03 | 1 | -4/+4 |
* | We can jump to the fail: label before shellargp is initialized. |  art | 2002-09-18 | 1 | -7/+8 |
* | Change the vnode locking in exec to not keep the vnode locked almost all |  art | 2002-08-22 | 1 | -12/+13 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | - every new fd created by falloc() is marked as larval and should not be used |  art | 2001-10-26 | 1 | -1/+2 |
* | KNF |  deraadt | 2001-06-22 | 1 | -12/+12 |
* | ifdef FOO inside an ifdef FOO feels like overkill. |  art | 2001-05-14 | 1 | -2/+2 |
* | Don't use MALLOC/FREE on variable sized allocations. |  art | 2000-09-26 | 1 | -5/+5 |
* | remove superflous declaration of vnops, it's now in <sys/file.h> |  assar | 2000-02-01 | 1 | -2/+1 |
* | force FDSCRIPTS after include files are pulled in |  deraadt | 1999-10-18 | 1 | -5/+5 |
* | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 1 | -2/+2 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -2/+2 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -2/+2 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -2/+2 |
* | Make it build with -Wparentheses. |  dm | 1996-10-20 | 1 | -2/+2 |
* | warning: variable might be used uninitialized -- sucks |  deraadt | 1996-06-12 | 1 | -3/+3 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -2/+5 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+294 |