summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-3/+1
* Decompose the global UNIX domain sockets rwlock into two differentrwatson2009-03-081-102/+96
* White space and comment tweaks.rwatson2009-01-011-2/+2
* Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other localrwatson2008-12-301-3/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Remove stale comment: while uipc_connect2() was, until recently, notrwatson2008-10-111-3/+0
* Remove stale comment (and XXX saying so) about why we zero the filerwatson2008-10-081-6/+0
* Differentiate pr_usrreqs for stream and datagram UNIX domain sockets, andrwatson2008-10-081-4/+25
* Now that portalfs doesn't directly invoke uipc_connect2(), make it arwatson2008-10-061-1/+2
* Further minor cleanups to UNIX domain sockets:rwatson2008-10-031-24/+16
* Remove or update several stale comments.rwatson2008-10-031-16/+16
* Fill in a few sysctl descriptions.trhodes2008-07-261-7/+10
* Use bcopy instead of strlcpy in uipc_bind and unp_connect, sinceemaste2008-07-031-2/+4
* Move unlock of global UNIX domain socket lock slightly lower inrwatson2008-01-181-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Remove "lock pushdown" todo item in comment -- I did that for 7.0.rwatson2008-01-101-1/+0
* Correct typos in comments.rwatson2008-01-101-2/+2
* - Place the fhold() in unp_internalize_fp to be more consistent with refs.jeff2008-01-011-9/+5
* - Check the correct variable against NULL in two places.jeff2007-12-311-4/+2
* Remove explicit locking of struct file.jeff2007-12-301-237/+175
OpenPOWER on IntegriCloud