| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Further minor cleanups to UNIX domain sockets: | rwatson | 2008-10-03 | 1 | -24/+16 |
* | Remove or update several stale comments. | rwatson | 2008-10-03 | 1 | -16/+16 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-07-26 | 1 | -7/+10 |
* | Use bcopy instead of strlcpy in uipc_bind and unp_connect, since | emaste | 2008-07-03 | 1 | -2/+4 |
* | Move unlock of global UNIX domain socket lock slightly lower in | rwatson | 2008-01-18 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | Remove "lock pushdown" todo item in comment -- I did that for 7.0. | rwatson | 2008-01-10 | 1 | -1/+0 |
* | Correct typos in comments. | rwatson | 2008-01-10 | 1 | -2/+2 |
* | - Place the fhold() in unp_internalize_fp to be more consistent with refs. | jeff | 2008-01-01 | 1 | -9/+5 |
* | - Check the correct variable against NULL in two places. | jeff | 2007-12-31 | 1 | -4/+2 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -237/+175 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -4/+4 |
* | When we do open, we should lock the vnode exclusively. This fixes few races: | pjd | 2007-07-26 | 1 | -1/+1 |
* | Add DDB "show unpcb" command, allowing DDB to print out many pertinent | rwatson | 2007-05-29 | 1 | -0/+121 |
* | Remove more one more stale comment regarding unpcb type-safety. | rwatson | 2007-05-11 | 1 | -4/+0 |
* | Clarify and update quite a few comments to reflect locking optimizations, | rwatson | 2007-05-11 | 1 | -38/+21 |
* | Don't acquire Giant unconditionally. | wkoszek | 2007-05-06 | 1 | -14/+20 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -9/+10 |
* | In uipc_close(), we no longer always free the unpcb, as the last reference | rwatson | 2007-03-12 | 1 | -1/+2 |
* | Remove two simultaneous acquisitions of multiple unpcb locks from | rwatson | 2007-03-01 | 1 | -22/+19 |
* | Lock unp2 after checking for a non-NULL unp2 pointer in uipc_send() on | rwatson | 2007-02-28 | 1 | -1/+1 |
* | Revise locking strategy used for UNIX domain sockets in order to improve | rwatson | 2007-02-26 | 1 | -223/+469 |
* | Add an additional MAC check to the UNIX domain socket connect path: | rwatson | 2007-02-22 | 1 | -0/+5 |