summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_proto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert struct unpcb malloc(9) to pool_get(9).bluhm2019-07-151-1/+2
* AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, butguenther2018-04-081-5/+5
* raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.mpi2017-11-041-3/+1
* Move PRU_DETACH out of pr_usrreq into per proto pr_detachflorian2017-11-021-1/+4
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-131-1/+4
* Convert domain declarations to C99 initializers.mpi2017-03-021-6/+11
* Use c99 struct initialization with protosw.dhill2017-02-221-13/+19
* AF_UNIX SOCK_RAW support (whatever that meant) was broken years ago.guenther2017-02-051-6/+1
* The function raw_input() has not been called since netiso has beenbluhm2017-01-231-2/+2
* Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is notclaudio2016-09-051-2/+2
* Change unp_scan() and its callbacks to pass the array of struct file **guenther2015-07-181-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Implement SOCK_SEQPACKET for UNIX sockets.matthew2011-07-061-1/+6
* - use nitems() no binary change on amd64jasper2011-04-051-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlymillert1998-04-261-4/+4
* From NetBSD: 960217 mergeniklas1996-03-031-5/+7
* initial import of NetBSD treederaadt1995-10-181-0/+74