Age | Commit message (Expand) | Author |
2016-09-22 | Fix indentation. No binary change. | Jonathan Gray |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-08-23 | pool_setipl for tmpfs. | David Gwynne |
2016-07-22 | Set the vfs_systcl member of the vsfops struct to eopnotsupp. While we check | Mark Kettenis |
2016-07-11 | don't allow mounting with noval owner. panics later. | Ted Unangst |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-05-02 | Fix some issues wrt timestamp updating. The tmpfs_read() and | Martin Natano |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-02-06 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-01-13 | kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thu... | Gleydson Soares |
2015-12-11 | fix nde structure initialization, noticed in netbsd pr 50381 by mmcc@ | Bob Beck |
2015-12-08 | correct errant spacing | Ted Unangst |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
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-23 | change pool allocator to null and pass waitok to indicate nointr | Ted Unangst |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
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-11-02 | tmpfs free sizes | Ted Unangst |
2014-11-02 | unnecessary malloc.h include | 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 |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-02-28 | guenther's addition of filechk didn't take into account the different | Marc Espie |
2014-02-25 | Check for offset wraparound and enforce RLIMIT_FSIZE. | Philip Guenther |
2014-01-22 | bring over kqfilter code from ufs which works better than the | Ted Unangst |
2014-01-07 | Delay checking the vnode locking of the target vnodes in tmpfs_rename() | Philip Guenther |
2013-12-25 | zap defines that don't make any sense for us | Marc Espie |
2013-12-23 | sync specvops with ffs (fixing spec_open along the way) | Ted Unangst |
2013-12-23 | Move KASSERT a bit further down because it can apparently be triggered by | Mark Kettenis |
2013-12-14 | bring in a few improvements from pedro, guenther, me... | Marc Espie |
2013-10-10 | A few fixes from Pedro Martelletto, adapted from | 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-05 | plug name_ipool leak in tmpfs_link() | Marc Espie |
2013-06-05 | on drugs, did not read pedro's patch and just zapped the comment. | Marc Espie |
2013-06-04 | restore code commented out while debugging. From pedro | Marc Espie |
2013-06-04 | fix include guard locations (from pedro) | Marc Espie |
2013-06-04 | Update pathconf handling for -current.. | Brad Smith |
2013-06-03 | sprinkle $OpenBSD$, pointed out by pedro | Marc Espie |
2013-06-01 | import tmpfs code, originally from netbsd. | Marc Espie |