index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
tmpfs
Age
Commit message (
Expand
)
Author
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