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
/
kern
/
uipc_proto.c
Age
Commit message (
Expand
)
Author
2019-07-15
Convert struct unpcb malloc(9) to pool_get(9).
Alexander Bluhm
2018-04-08
AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, but
Philip Guenther
2017-11-04
raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.
Martin Pieuchot
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-03-02
Convert domain declarations to C99 initializers.
Martin Pieuchot
2017-02-22
Use c99 struct initialization with protosw.
David Hill
2017-02-05
AF_UNIX SOCK_RAW support (whatever that meant) was broken years ago.
Philip Guenther
2017-01-23
The function raw_input() has not been called since netiso has been
Alexander Bluhm
2016-09-05
Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not
Claudio Jeker
2015-07-18
Change unp_scan() and its callbacks to pass the array of struct file **
Philip Guenther
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2011-07-06
Implement SOCK_SEQPACKET for UNIX sockets.
Matthew Dempsky
2011-04-05
- use nitems() no binary change on amd64
Jasper Lievisse Adriaanse
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
1998-04-26
Allow PF_LOCAL as the proto arg in socketpair(2). Previously, only
Todd C. Miller
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt