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