summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* Remove the errno argument from unp_drop().ed2016-02-261-5/+10
* Make asynchronous connection failures on UNIX sockets fail with ECONNRESET.ed2016-02-241-1/+1
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-081-1/+1
* Revert r293405: it breaks socket buffer INVARIANTS when sending controlglebius2016-01-081-1/+1
* For SOCK_STREAM socket use sbappendstream() instead of sbappend().glebius2016-01-081-1/+1
* fd: make the common case in filecaps_copy work locklessmjg2015-09-071-1/+1
* Fix cleanup race between unp_dispose and unp_gccem2015-07-141-6/+28
* Let listen() return EDESTADDRREQ when not bound.ed2015-07-101-1/+3
* fd: move out actual fp installation to _finstallmjg2015-06-141-8/+5
* ussreq: use saved fdp pointer insted of td->td_proc->p_fdmjg2015-06-121-1/+1
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-1/+1
* Merge from projects/sendfile:glebius2014-11-301-0/+27
* Merge from projects/sendfile:glebius2014-11-121-11/+13
* Partial revert of r262867.peter2014-08-031-1/+1
* Cosmetic changes to unp_internalizemjg2014-07-231-5/+4
* Deprecate m_act. Use m_nextpkt always.kevlo2014-07-171-1/+1
* Make bind(2) and connect(2) return EAFNOSUPPORT for AF_UNIX on wrongkevlo2014-07-141-0/+6
* Check lower bound of cmsg_len.mjg2014-06-271-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerasomers2014-03-131-38/+24
* Partial revert of change 262914. I screwed up subversion syntax withasomers2014-03-071-24/+38
* sbin/devd/devd.8asomers2014-03-071-38/+24
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalasomers2014-03-061-3/+10
* Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets.glebius2013-09-111-0/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+5
* Fix receiving fd over unix socket broken in r247740.mjg2013-07-021-2/+2
* Improve r250890, so that we stop processing of a message with zeroglebius2013-06-041-8/+7
* passing fd over unix socket: fix a corner case where callermjg2013-05-211-1/+8
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Add fdallocn function and use it when passing fds over unix socket.mjg2013-04-141-12/+9
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-191-2/+4
* Fix memory leak when one process send descriptor over UNIX domain socket,pjd2013-03-111-18/+18
* For some reason when I started to pass filedescent structures instead ofpjd2013-03-031-20/+28
* Plug memory leaks in file descriptors passing.pjd2013-03-031-1/+2
* - Implement two new system calls:pjd2013-03-021-5/+42
* Merge Capsicum overhaul:pjd2013-03-021-44/+45
* Add support of passing SCM_BINTIME ancillary data object for PF_LOCALpluknet2013-02-151-0/+13
* Configure UMA warnings for the following zones:pjd2012-12-071-0/+1
* Schedule garbage collection run for the in-flight rights passed overkib2012-11-201-3/+3
* Update comment.glebius2012-11-161-1/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-24/+5
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-1/+1
* Supply the pr_ctloutput method for local datagram sockets,glebius2012-09-071-0/+1
* When checking if file descriptor number is valid, explicitely check for 'fd'pjd2012-06-131-1/+1
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()trociny2012-02-291-8/+6
* When detaching an unix domain socket, uipc_detach() checkstrociny2012-02-251-0/+39
* unp_connect() may use a shared lock on the vnode to fetch the socket.trociny2012-02-211-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-4/+5
* Fix handling of corrupt compress(1)ed data. [11:04]bz2011-09-281-0/+4
OpenPOWER on IntegriCloud