aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerAlan Somers2014-03-131-38/+24
* Partial revert of change 262914. I screwed up subversion syntax withAlan Somers2014-03-071-24/+38
* sbin/devd/devd.8Alan Somers2014-03-071-38/+24
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalAlan Somers2014-03-061-3/+10
* Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets.Gleb Smirnoff2013-09-111-0/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-3/+5
* Fix receiving fd over unix socket broken in r247740.Mateusz Guzik2013-07-021-2/+2
* Improve r250890, so that we stop processing of a message with zeroGleb Smirnoff2013-06-041-8/+7
* passing fd over unix socket: fix a corner case where callerMateusz Guzik2013-05-211-1/+8
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* Add fdallocn function and use it when passing fds over unix socket.Mateusz Guzik2013-04-141-12/+9
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.Jilles Tjoelker2013-03-191-2/+4
* Fix memory leak when one process send descriptor over UNIX domain socket,Pawel Jakub Dawidek2013-03-111-18/+18
* For some reason when I started to pass filedescent structures instead ofPawel Jakub Dawidek2013-03-031-20/+28
* Plug memory leaks in file descriptors passing.Pawel Jakub Dawidek2013-03-031-1/+2
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-5/+42
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-44/+45
* Add support of passing SCM_BINTIME ancillary data object for PF_LOCALSergey Kandaurov2013-02-151-0/+13
* Configure UMA warnings for the following zones:Pawel Jakub Dawidek2012-12-071-0/+1
* Schedule garbage collection run for the in-flight rights passed overKonstantin Belousov2012-11-201-3/+3
* Update comment.Gleb Smirnoff2012-11-161-1/+2
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-24/+5
* Fix up kernel sources to be ready for a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+1
* Supply the pr_ctloutput method for local datagram sockets,Gleb Smirnoff2012-09-071-0/+1
* When checking if file descriptor number is valid, explicitely check for 'fd'Pawel Jakub Dawidek2012-06-131-1/+1
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()Mikolaj Golub2012-02-291-8/+6
* When detaching an unix domain socket, uipc_detach() checksMikolaj Golub2012-02-251-0/+39
* unp_connect() may use a shared lock on the vnode to fetch the socket.Mikolaj Golub2012-02-211-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-4/+5
* Fix handling of corrupt compress(1)ed data. [11:04]Bjoern A. Zeeb2011-09-281-0/+4
* Prevent the hiwatermark for the unix domain socket from becomingKonstantin Belousov2011-08-201-2/+5
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-2/+10
* The unp_gc() function drops and reaquires lock between scan andKonstantin Belousov2011-02-011-12/+16
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-9/+10
* Trim whitespaces at the end of lines. Use the commit to recordKonstantin Belousov2010-12-031-2/+2
* Reviewed by: jeff, rwatsonKonstantin Belousov2010-12-031-5/+74
* Remove spurious '/*-' marks and fix some other style problems.Edward Tomasz Napierala2010-07-221-1/+1
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlyEdward Tomasz Napierala2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrightEdward Tomasz Napierala2010-07-181-1/+1
* Fix build on amd64, where sysctl arg1 is a pointer.Robert Watson2009-10-051-1/+1
* First cut at implementing SOCK_SEQPACKET support for UNIX (local) domainRobert Watson2009-10-051-16/+123
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+2
* Remove unnecessary/redundant includes.Jamie Gritton2009-06-231-1/+0
* Fix a deadlock in the getpeername() method for UNIX domain sockets.John Baldwin2009-06-181-4/+4
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is aRobert Watson2009-06-021-2/+0
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-0/+5
* Remove VOP_LEASE and supporting functions. This hasn't been used sinceRobert Watson2009-04-101-3/+1
* Decompose the global UNIX domain sockets rwlock into two differentRobert Watson2009-03-081-102/+96