Age | Commit message (Expand) | Author |
2024-09-12 | Ensure that file names passed back by readdir do not include a '/' | Claudio Jeker |
2022-11-15 | Take `vmobjlock' around uao_grow() and uao_shrink() calls to fix tmpfs | Vitaliy Makkoveev |
2021-10-24 | Some more whitespace cleanup | Patrick Wildt |
2021-10-24 | tiny little whitespace fixes | Patrick Wildt |
2019-10-17 | Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. | Todd C. Miller |
2018-05-28 | Call vput(dvp) in vnode operation functions instead of calling it in | Visa Hankala |
2018-05-27 | Drop unnecessary `p' parameter from vget(9). | Visa Hankala |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-03-28 | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), | Visa Hankala |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2016-09-22 | Fix indentation. No binary change. | Jonathan Gray |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-02-06 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-21 | remove #if 0 cdefs.h blocks | Theo de Raadt |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-04 | Disallow file allocations on directories that have been removed | David Coppa |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2013-12-14 | bring in a few improvements from pedro, guenther, me... | Marc Espie |
2013-09-22 | The readdir vop should set uio_offset to the cookie of the entry | Philip Guenther |
2013-09-01 | Update to match VOP_READDIR() changes: no more cookies, but d_off instead. | Philip Guenther |
2013-06-03 | sprinkle $OpenBSD$, pointed out by pedro | Marc Espie |
2013-06-01 | import tmpfs code, originally from netbsd. | Marc Espie |