summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r269020:mjg2014-08-171-5/+4
* Insta-MFC r269489: partial revert of r262867 which was MFC'ed as r263820.peter2014-08-031-1/+1
* MFC r268787:kevlo2014-07-241-1/+1
* MFC r268601:kevlo2014-07-241-0/+6
* MFC r267947:mjg2014-07-061-1/+1
* MFC r263116asomers2014-04-031-38/+24
* MFC r262867asomers2014-03-271-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
* Prevent the hiwatermark for the unix domain socket from becomingkib2011-08-201-2/+5
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-2/+10
* The unp_gc() function drops and reaquires lock between scan andkib2011-02-011-12/+16
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-9/+10
* Trim whitespaces at the end of lines. Use the commit to recordkib2010-12-031-2/+2
* Reviewed by: jeff, rwatsonkib2010-12-031-5/+74
* Remove spurious '/*-' marks and fix some other style problems.trasz2010-07-221-1/+1
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-1/+1
* Fix build on amd64, where sysctl arg1 is a pointer.rwatson2009-10-051-1/+1
* First cut at implementing SOCK_SEQPACKET support for UNIX (local) domainrwatson2009-10-051-16/+123
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+2
* Remove unnecessary/redundant includes.jamie2009-06-231-1/+0
* Fix a deadlock in the getpeername() method for UNIX domain sockets.jhb2009-06-181-4/+4
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-2/+0
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+5
OpenPOWER on IntegriCloud