| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix receiving fd over unix socket broken in r247740. | mjg | 2013-07-02 | 1 | -2/+2 |
* | Improve r250890, so that we stop processing of a message with zero | glebius | 2013-06-04 | 1 | -8/+7 |
* | passing fd over unix socket: fix a corner case where caller | mjg | 2013-05-21 | 1 | -1/+8 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Add fdallocn function and use it when passing fds over unix socket. | mjg | 2013-04-14 | 1 | -12/+9 |
* | Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC. | jilles | 2013-03-19 | 1 | -2/+4 |
* | Fix memory leak when one process send descriptor over UNIX domain socket, | pjd | 2013-03-11 | 1 | -18/+18 |
* | For some reason when I started to pass filedescent structures instead of | pjd | 2013-03-03 | 1 | -20/+28 |
* | Plug memory leaks in file descriptors passing. | pjd | 2013-03-03 | 1 | -1/+2 |
* | - Implement two new system calls: | pjd | 2013-03-02 | 1 | -5/+42 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -44/+45 |
* | Add support of passing SCM_BINTIME ancillary data object for PF_LOCAL | pluknet | 2013-02-15 | 1 | -0/+13 |
* | Configure UMA warnings for the following zones: | pjd | 2012-12-07 | 1 | -0/+1 |
* | Schedule garbage collection run for the in-flight rights passed over | kib | 2012-11-20 | 1 | -3/+3 |
* | Update comment. | glebius | 2012-11-16 | 1 | -1/+2 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -24/+5 |
* | Fix up kernel sources to be ready for a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -1/+1 |
* | Supply the pr_ctloutput method for local datagram sockets, | glebius | 2012-09-07 | 1 | -0/+1 |
* | When checking if file descriptor number is valid, explicitely check for 'fd' | pjd | 2012-06-13 | 1 | -1/+1 |
* | Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH() | trociny | 2012-02-29 | 1 | -8/+6 |
* | When detaching an unix domain socket, uipc_detach() checks | trociny | 2012-02-25 | 1 | -0/+39 |
* | unp_connect() may use a shared lock on the vnode to fetch the socket. | trociny | 2012-02-21 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -4/+5 |
* | Fix handling of corrupt compress(1)ed data. [11:04] | bz | 2011-09-28 | 1 | -0/+4 |
* | Prevent the hiwatermark for the unix domain socket from becoming | kib | 2011-08-20 | 1 | -2/+5 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -2/+10 |
* | The unp_gc() function drops and reaquires lock between scan and | kib | 2011-02-01 | 1 | -12/+16 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -9/+10 |
* | Trim whitespaces at the end of lines. Use the commit to record | kib | 2010-12-03 | 1 | -2/+2 |
* | Reviewed by: jeff, rwatson | kib | 2010-12-03 | 1 | -5/+74 |
* | Remove spurious '/*-' marks and fix some other style problems. | trasz | 2010-07-22 | 1 | -1/+1 |
* | Revert r210225 - turns out I was wrong; the "/*-" is not license-only | trasz | 2010-07-18 | 1 | -1/+1 |
* | The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright | trasz | 2010-07-18 | 1 | -1/+1 |
* | Fix build on amd64, where sysctl arg1 is a pointer. | rwatson | 2009-10-05 | 1 | -1/+1 |
* | First cut at implementing SOCK_SEQPACKET support for UNIX (local) domain | rwatson | 2009-10-05 | 1 | -16/+123 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+2 |
* | Remove unnecessary/redundant includes. | jamie | 2009-06-23 | 1 | -1/+0 |
* | Fix a deadlock in the getpeername() method for UNIX domain sockets. | jhb | 2009-06-18 | 1 | -4/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+5 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -3/+1 |
* | Decompose the global UNIX domain sockets rwlock into two different | rwatson | 2009-03-08 | 1 | -102/+96 |
* | White space and comment tweaks. | rwatson | 2009-01-01 | 1 | -2/+2 |
* | Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other local | rwatson | 2008-12-30 | 1 | -3/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Remove stale comment: while uipc_connect2() was, until recently, not | rwatson | 2008-10-11 | 1 | -3/+0 |
* | Remove stale comment (and XXX saying so) about why we zero the file | rwatson | 2008-10-08 | 1 | -6/+0 |
* | Differentiate pr_usrreqs for stream and datagram UNIX domain sockets, and | rwatson | 2008-10-08 | 1 | -4/+25 |
* | Now that portalfs doesn't directly invoke uipc_connect2(), make it a | rwatson | 2008-10-06 | 1 | -1/+2 |