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
/
kern
/
uipc_proto.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert struct unpcb malloc(9) to pool_get(9).
bluhm
2019-07-15
1
-1
/
+2
*
AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, but
guenther
2018-04-08
1
-5
/
+5
*
raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.
mpi
2017-11-04
1
-3
/
+1
*
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
florian
2017-11-02
1
-1
/
+4
*
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
claudio
2017-03-13
1
-1
/
+4
*
Convert domain declarations to C99 initializers.
mpi
2017-03-02
1
-6
/
+11
*
Use c99 struct initialization with protosw.
dhill
2017-02-22
1
-13
/
+19
*
AF_UNIX SOCK_RAW support (whatever that meant) was broken years ago.
guenther
2017-02-05
1
-6
/
+1
*
The function raw_input() has not been called since netiso has been
bluhm
2017-01-23
1
-2
/
+2
*
Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not
claudio
2016-09-05
1
-2
/
+2
*
Change unp_scan() and its callbacks to pass the array of struct file **
guenther
2015-07-18
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Implement SOCK_SEQPACKET for UNIX sockets.
matthew
2011-07-06
1
-1
/
+6
*
- use nitems() no binary change on amd64
jasper
2011-04-05
1
-2
/
+2
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Allow PF_LOCAL as the proto arg in socketpair(2). Previously, only
millert
1998-04-26
1
-4
/
+4
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-5
/
+7
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+74