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