aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/unpcb.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-17/+35
* Remove write only flag UNP_HAVEPCCACHED.Gleb Smirnoff2017-06-021-6/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Handle races with listening socket close when connecting a unix socket.Mark Johnston2016-08-081-5/+9
* Fix cleanup race between unp_dispose and unp_gcConrad Meyer2015-07-141-0/+1
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerAlan Somers2014-03-131-2/+2
* Partial revert of change 262914. I screwed up subversion syntax withAlan Somers2014-03-071-2/+2
* sbin/devd/devd.8Alan Somers2014-03-071-2/+2
* Remove explicit locking of struct file.Jeff Roberson2007-12-301-1/+8
* Revise locking strategy used for UNIX domain sockets in order to improveRobert Watson2007-02-261-0/+1
* - Close a race between enumerating UNIX domain socket pcb structures viaJohn Baldwin2007-01-051-0/+1
* Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will beRobert Watson2006-07-231-0/+8
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.Matthew N. Dodd2005-04-131-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Remove vestiges of no longer needed unp_rvnode field.Jeffrey Hsu2003-02-061-1/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-3/+3
* Implement a LOCAL_PEERCRED socket option which returns aDima Dorfman2001-08-171-0/+19
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+2
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-4/+39
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+73