summaryrefslogtreecommitdiffstats
path: root/sys/sys/unpcb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)mvs2021-02-101-14/+21
* Convert struct unpcb malloc(9) to pool_get(9).bluhm2019-07-151-1/+2
* Move PRU_DETACH out of pr_usrreq into per proto pr_detachflorian2017-11-021-1/+2
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-131-2/+5
* In sosend() the size of the control message for file descriptorbluhm2017-01-271-1/+6
* File descriptor passing internalizes fd's into an mbuf-stored array ofderaadt2017-01-231-4/+1
* Rework the UNIX domain socket garbage collector, including ideas fromguenther2015-08-281-5/+11
* Remove obsolete fields in struct unpcb. In the past they were usedbluhm2015-08-241-3/+1
* Change unp_scan() and its callbacks to pass the array of struct file **guenther2015-07-181-2/+20
* Replace the hand-crafted list of datagram unix domain sockets withbluhm2015-03-281-3/+3
* Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar toderaadt2010-06-301-6/+2
* Make getpeereid() work on both sides of a connection. The client can now getclaudio2006-11-171-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* implement djb's getpeereid(2), to allow local-domain servers to determine client credentials. mostly from superscript.com. deraadt@ okdugsong2001-06-261-1/+13
* oh, a timespecderaadt1997-11-171-2/+2
* kleink: When fstat(2)ing a file descriptor of a local communications domainderaadt1997-11-171-1/+2
* From NetBSD: 960217 mergeniklas1996-03-031-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+75