summaryrefslogtreecommitdiffstats
path: root/sys/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-201-0/+1
* Reserve two constants for managing socket MAC labels via socket options.rwatson2002-06-141-0/+2
* Whitespaec consistency.rwatson2002-06-141-6/+6
* SO_PRIVSTATE has been commented out for long enough now....wollman2002-06-111-1/+0
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.alfred2002-06-021-2/+0
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-201-2/+6
* Remove __Palfred2002-03-191-19/+19
* Zero functional difference; make some integer constants unsigned, asmarkm2002-02-031-1/+1
* style(9) the structure definitions.obrien2001-09-051-2/+2
* FreeBSD already avoided namespace pollution (rev.1.45).ume2001-06-121-18/+10
* Sync with recent KAME.ume2001-06-111-7/+19
* Add address families AF_SLOW and AF_SCLUSTER. These are used by thegrog2001-04-231-2/+7
* Make SOMAXCONN a kernel option.alfred2001-04-131-0/+2
* Remove struct cmessage from sys/socket.h and reintroduce the privatealfred2001-03-221-5/+0
* Hopefully fix some of the bugs in passing credentials over UNIX ...alfred2001-03-221-0/+5
* Fixed disordering in previous commit.bde2001-02-171-2/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-1/+6
* remove pfctlinputassar2000-12-191-2/+0
* Reduce number of #ifdef nestings.asmodai2000-11-221-4/+0
* Fix CMSG and ALIGN macro usage.asmodai2000-11-081-6/+14
* Document which RFC introduced CMSG_SPACE() and CMSG_LEN().asmodai2000-09-221-0/+2
* Fix comment about the bsd-api-new-02a draft. This has been supercededasmodai2000-09-221-1/+1
* return of the accept filter part IIalfred2000-06-201-0/+6
* backout accept optimizations.alfred2000-06-181-2/+0
* add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept()alfred2000-06-151-0/+2
* Fix sockaddr_storage related macro definition, as ss_family member type change.shin2000-03-111-2/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-12/+7
* Change struct sockaddr_storage member name, because following changeshin2000-01-131-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* IPSEC support in the kernel.shin1999-12-221-1/+1
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-28/+33
* KAME related header files additions and merges.shin1999-11-051-1/+31
* Add missing entries in a structure.julian1999-10-221-0/+2
* fix typojulian1999-10-211-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+3
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-151-1/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send adg1998-11-051-1/+12
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-2/+4
* Define the Posix.1g names for the howto argument to shutdown(2).wollman1998-09-121-1/+8
* Added inet6 to CTL_NET_NAMES.alex1998-02-011-1/+2
* Moved some declarations from <sys/socket.h> to the correct places, andbde1997-12-211-8/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-1/+2
* merge ATM driverkjc1997-05-091-2/+5
* Remove SO_PRIVSTATE socket option; it is no longer necessary, nor implementedwollman1997-04-301-2/+2
* Add support to sendmsg()/recvmsg() for passing credentials betweenwpaul1997-03-211-1/+25
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Grab the next slot for AF_INET6/PF_INET6, the resolver uses it.peter1996-08-301-2/+4
OpenPOWER on IntegriCloud