| Commit message (Expand) | Author | Age | Files | Lines |
* | More "explicitely" -> "explicitly" in various comments. |  krw | 2018-10-22 | 1 | -2/+2 |
* | Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for |  visa | 2018-06-07 | 1 | -14/+6 |
* | Call vput(dvp) in vnode operation functions instead of calling it in |  visa | 2018-05-28 | 1 | -3/+11 |
* | Fix build without DIAGNOSTIC, ok mikeb@ |  reyk | 2018-05-23 | 1 | -2/+5 |
* | 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 | -14/+14 |
* | Remove the lockmgr() API. It is only used by filesystems, where it is a |  natano | 2016-06-19 | 1 | -4/+5 |
* | Fix some issues wrt timestamp updating. The tmpfs_read() and |  natano | 2016-05-02 | 1 | -5/+10 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -15/+15 |
* | Convert to uiomove. From Martin Natano. |  stefan | 2016-02-06 | 1 | -3/+3 |
* | correct errant spacing |  tedu | 2015-12-08 | 1 | -8/+8 |
* | Tweaks utimensat/futimens handling to always update ctime, even when both |  guenther | 2015-04-17 | 1 | -7/+6 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -2/+2 |
* | remove #if 0 cdefs.h blocks |  deraadt | 2015-01-21 | 1 | -6/+1 |
* | unnecessary malloc.h include |  tedu | 2014-11-02 | 1 | -2/+1 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -2/+2 |
* | guenther's addition of filechk didn't take into account the different |  espie | 2014-02-28 | 1 | -9/+7 |
* | Check for offset wraparound and enforce RLIMIT_FSIZE. |  guenther | 2014-02-25 | 1 | -1/+14 |
* | bring over kqfilter code from ufs which works better than the |  tedu | 2014-01-22 | 1 | -2/+105 |
* | Delay checking the vnode locking of the target vnodes in tmpfs_rename() |  guenther | 2014-01-07 | 1 | -3/+8 |
* | Move KASSERT a bit further down because it can apparently be triggered by |  kettenis | 2013-12-23 | 1 | -2/+3 |
* | bring in a few improvements from pedro, guenther, me... |  espie | 2013-12-14 | 1 | -218/+37 |
* | A few fixes from Pedro Martelletto, adapted from |  espie | 2013-10-10 | 1 | -25/+70 |
* | The readdir vop should set uio_offset to the cookie of the entry |  guenther | 2013-09-22 | 1 | -6/+2 |
* | Update to match VOP_READDIR() changes: no more cookies, but d_off instead. |  guenther | 2013-09-01 | 1 | -41/+2 |
* | plug name_ipool leak in tmpfs_link() |  espie | 2013-06-05 | 1 | -1/+2 |
* | on drugs, did not read pedro's patch and just zapped the comment. |  espie | 2013-06-05 | 1 | -2/+2 |
* | restore code commented out while debugging. From pedro |  espie | 2013-06-04 | 1 | -2/+2 |
* | Update pathconf handling for -current.. |  brad | 2013-06-04 | 1 | -11/+5 |
* | sprinkle $OpenBSD$, pointed out by pedro |  espie | 2013-06-03 | 1 | -0/+1 |
* | import tmpfs code, originally from netbsd. |  espie | 2013-06-01 | 1 | -0/+2747 |