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
/
miscfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change unp_scan() and its callbacks to pass the array of struct file **
guenther
2015-07-18
1
-2
/
+2
*
Set POLLHUP even if no valid events were specified as per POSIX.
millert
2015-05-10
1
-5
/
+5
*
Now that we have a_fflag in struct vop_poll_args we can handle
millert
2015-05-05
1
-13
/
+34
*
Tweaks utimensat/futimens handling to always update ctime, even when both
guenther
2015-04-17
1
-3
/
+4
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
2
-4
/
+2
*
set the eofflag in readdir like we're supposed to.
tedu
2015-02-19
1
-3
/
+7
*
Fix a bug introduced in the last commit that broke EOF handling
millert
2015-02-12
1
-10
/
+11
*
Convert uiomovei() with a constant size argument to uiomove().
miod
2015-02-10
1
-2
/
+2
*
Switch uiomovei(..., sizeof whatever, ...) to uiomove().
miod
2015-02-10
1
-2
/
+2
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
2
-9
/
+9
*
knf
tedu
2014-12-23
1
-10
/
+19
*
convert from nointr to waitok
tedu
2014-12-23
1
-3
/
+3
*
primary change: move uvm_vnode out of vnode, keeping only a pointer.
tedu
2014-12-16
5
-5
/
+10
*
use arc4random_buf() instead of (r << 32) | r; discussed with matthew
deraadt
2014-12-03
1
-2
/
+2
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-3
/
+1
*
include sys/unistd.h where needed instead of indirect reliance. ok jsg
tedu
2014-11-03
1
-1
/
+3
*
Instead of trying to emulate select/poll semantics with respect to EOF
millert
2014-10-09
1
-16
/
+10
*
EOPNOTSUPP for quotactl. from Martin Natano
tedu
2014-10-03
1
-2
/
+2
*
remove uneeded proc.h includes
jsg
2014-09-14
3
-6
/
+3
*
Actually remove the procfs files
guenther
2014-09-08
7
-2121
/
+0
*
fix kqueue read/write filters for msdosfs and fusefs
jsg
2014-08-10
1
-7
/
+36
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
9
-26
/
+26
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
4
-11
/
+4
*
Track whether a process is a zombie or not yet fully built via flags
guenther
2014-07-04
1
-4
/
+5
*
In fusefs_unmount() we need to send the FBT_DESTROY fusebuf only if
syl
2014-06-04
1
-12
/
+12
*
Add -o max_read=XXX support in fuse. This is needed by usmb to have a
syl
2014-05-20
3
-8
/
+12
*
Add some consistency in fuse error handling. We need to return ENXIO
syl
2014-05-19
1
-34
/
+80
*
Include <sys/vmmeter.h> directly instead of relying on it being
mpi
2014-05-06
1
-6
/
+3
*
Do not rely on the fact that sys/vnode.h includes all the world
mpi
2014-03-18
4
-4
/
+8
*
Replace the vnode struct vattr cache by VOP_GETATTR() calls.
syl
2014-02-01
3
-12
/
+17
*
Add fuse support for IO_APPEND.
syl
2014-01-29
1
-1
/
+12
*
naughty guenther didn't compile
tedu
2014-01-21
1
-3
/
+1
*
Threads can't be zombies, only processes, so change zombproc to zombprocess,
guenther
2014-01-20
1
-21
/
+10
*
Do not complain if release is not implemented in fuse client.
syl
2014-01-20
1
-2
/
+2
*
Move p_textvp from struct proc to struct process so that the exit code
guenther
2014-01-20
1
-3
/
+3
*
Remove an infinite loop in fuse_device_cleanup().
syl
2014-01-16
1
-6
/
+25
*
Add support for mknod in fuse.
syl
2014-01-16
2
-3
/
+66
*
Add support for truncate in fuse.
syl
2013-12-20
1
-2
/
+4
*
Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.
pelikan
2013-12-10
3
-10
/
+10
*
Add support for FBT_RECLAIM that allow us to free the representation
syl
2013-12-03
1
-1
/
+13
*
Unmount the fuse filesystem if the communication end with
syl
2013-12-03
1
-2
/
+9
*
Add some missing check to know if the communication channel with
syl
2013-12-03
3
-11
/
+24
*
Remove some double free on fusebuf datas.
syl
2013-11-28
1
-1
/
+3
*
use printf(9) consistently in FUSE
syl
2013-10-07
4
-10
/
+10
*
Add kqueue's support for FUSE.
syl
2013-10-07
1
-3
/
+80
*
Introduce fb_delete() helper and use it in FUSE code.
syl
2013-10-07
6
-71
/
+68
*
Use full 64-bit UUIDs in FUSE.
syl
2013-10-07
1
-2
/
+2
*
Allocate fb_dat in fb_setup(9)
syl
2013-10-07
1
-1
/
+6
*
Add new ioctl for handling FUSE buffers
syl
2013-10-07
2
-3
/
+117
*
Rework fuseread() and fusewrite().
syl
2013-10-07
5
-121
/
+86
[prev]
[next]