index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
diskmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve some minor nits in diskmapioctl():
anton
2019-08-06
1
-7
/
+9
*
Favor vn_close() in the error path of diskmapioctl() since side-effects
anton
2019-08-05
1
-4
/
+2
*
Make fnew() return a new file with only one reference. This makes
visa
2018-08-20
1
-2
/
+1
*
Decouple unveil from the pledge flags, by adding dedicated unveil flags
beck
2018-08-05
1
-1
/
+2
*
Do not try to unlock the fdplock() in an error path if it isn't held.
mpi
2018-07-04
1
-3
/
+3
*
Instead of overwriting `f_data' replace the 'struct file' with a new one.
mpi
2018-07-03
1
-36
/
+45
*
Mark `f_ops' as immutable.
mpi
2018-05-09
1
-5
/
+7
*
Remove proc from the parameters of vn_lock(). The parameter is
visa
2018-05-02
1
-2
/
+2
*
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
visa
2018-04-28
1
-2
/
+2
*
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
guenther
2018-01-02
1
-1
/
+2
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
Fix some gibbering horrors due to uninitialized struct nameidata's
beck
2016-04-29
1
-5
/
+3
*
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
1
-2
/
+2
*
Add pledge "disklabel", which allows sysctl kern.rawpartition, a
deraadt
2015-11-20
1
-1
/
+3
*
size for free(); ok krw
deraadt
2015-08-30
1
-3
/
+3
*
Pass a thread pointer instead of its file descriptor table to getvnode(9).
mpi
2015-05-07
1
-4
/
+4
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
primary change: move uvm_vnode out of vnode, keeping only a pointer.
tedu
2014-12-16
1
-1
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
Add struct proc * argument to FRELE() and FILE_SET_MATURE() in
guenther
2012-04-22
1
-3
/
+3
*
Add new syscall entries to support the openat(2) family of functions
matthew
2011-07-07
1
-1
/
+2
*
Use getvnode() instead of implementing our own file descriptor handling
jsing
2011-07-02
1
-11
/
+7
*
Do not use NULL in integer comparisons. No functional change.
miod
2011-04-07
1
-2
/
+2
*
Only init the nameidata parts that are strictly needed instead
thib
2011-01-12
1
-4
/
+4
*
plug a memleak, free the devname when we succeed with
thib
2010-06-14
1
-3
/
+3
*
Introduce a diskmap pseudo device which allows userland to open a disk
jsing
2010-06-08
1
-0
/
+152