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
/
dev
/
diskmap.c
Age
Commit message (
Expand
)
Author
2023-04-13
remove duplicate includes
Jonathan Gray
2019-08-06
Resolve some minor nits in diskmapioctl():
anton
2019-08-05
Favor vn_close() in the error path of diskmapioctl() since side-effects
anton
2018-08-20
Make fnew() return a new file with only one reference. This makes
Visa Hankala
2018-08-05
Decouple unveil from the pledge flags, by adding dedicated unveil flags
Bob Beck
2018-07-04
Do not try to unlock the fdplock() in an error path if it isn't held.
Martin Pieuchot
2018-07-03
Instead of overwriting `f_data' replace the 'struct file' with a new one.
Martin Pieuchot
2018-05-09
Mark `f_ops' as immutable.
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
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2016-04-29
Fix some gibbering horrors due to uninitialized struct nameidata's
Bob Beck
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2015-11-20
Add pledge "disklabel", which allows sysctl kern.rawpartition, a
Theo de Raadt
2015-08-30
size for free(); ok krw
Theo de Raadt
2015-05-07
Pass a thread pointer instead of its file descriptor table to getvnode(9).
Martin Pieuchot
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-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2012-04-22
Add struct proc * argument to FRELE() and FILE_SET_MATURE() in
Philip Guenthe
2011-07-07
Add new syscall entries to support the openat(2) family of functions
Matthew Dempsky
2011-07-02
Use getvnode() instead of implementing our own file descriptor handling
Joel Sing
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-01-12
Only init the nameidata parts that are strictly needed instead
Thordur I. Bjornsson
2010-06-14
plug a memleak, free the devname when we succeed with
Thordur I. Bjornsson
2010-06-08
Introduce a diskmap pseudo device which allows userland to open a disk
Joel Sing