aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace correction - #define should be followed by a tab.Don Lewis2004-06-011-1/+1
* Add MSG_NBIO flag option to soreceive() and sosend() that causesDon Lewis2004-06-011-0/+1
* Mode few Bluetooth defines into system include filesMaksim Yevmenkin2004-05-101-1/+3
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Define AF_ARP/PF_ARP.Matthew N. Dodd2004-03-141-1/+3
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to beMike Silbersack2004-02-081-0/+5
* Introduce the SO_BINTIME option which takes a high-resolution timestampPoul-Henning Kamp2004-01-311-0/+2
* Add restrict qualifiers.Alfred Perlstein2003-12-241-8/+5
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsBruce M Simpson2003-11-141-1/+3
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-3/+3
* Move the typedef for size_t into _iovec.h, so that size_t is availableMike Barcroft2003-02-261-5/+0
* It is bad style to define the same structure in multiple headerPoul-Henning Kamp2002-12-281-8/+1
* Add prototype for sockatmark().Bill Fenner2002-12-141-3/+1
* Fix a constant in the standard namespace not to depend on anotherMike Barcroft2002-11-131-2/+2
* o Add typedefs for size_t and ssize_t.Mike Barcroft2002-10-121-17/+100
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-6/+6
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatAlfred Perlstein2002-06-201-0/+1
* Reserve two constants for managing socket MAC labels via socket options.Robert Watson2002-06-141-0/+2
* Whitespaec consistency.Robert Watson2002-06-141-6/+6
* SO_PRIVSTATE has been commented out for long enough now....Garrett Wollman2002-06-111-1/+0
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.Alfred Perlstein2002-06-021-2/+0
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>Mike Barcroft2002-04-201-2/+6
* Remove __PAlfred Perlstein2002-03-191-19/+19
* Zero functional difference; make some integer constants unsigned, asMark Murray2002-02-031-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-2/+2
* FreeBSD already avoided namespace pollution (rev.1.45).Hajimu UMEMOTO2001-06-121-18/+10
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-7/+19
* Add address families AF_SLOW and AF_SCLUSTER. These are used by theGreg Lehey2001-04-231-2/+7
* Make SOMAXCONN a kernel option.Alfred Perlstein2001-04-131-0/+2
* Remove struct cmessage from sys/socket.h and reintroduce the privateAlfred Perlstein2001-03-221-5/+0
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-221-0/+5
* Fixed disordering in previous commit.Bruce Evans2001-02-171-2/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-1/+6
* remove pfctlinputAssar Westerlund2000-12-191-2/+0
* Reduce number of #ifdef nestings.Jeroen Ruigrok van der Werven2000-11-221-4/+0
* Fix CMSG and ALIGN macro usage.Jeroen Ruigrok van der Werven2000-11-081-6/+14
* Document which RFC introduced CMSG_SPACE() and CMSG_LEN().Jeroen Ruigrok van der Werven2000-09-221-0/+2
* Fix comment about the bsd-api-new-02a draft. This has been supercededJeroen Ruigrok van der Werven2000-09-221-1/+1
* return of the accept filter part IIAlfred Perlstein2000-06-201-0/+6
* backout accept optimizations.Alfred Perlstein2000-06-181-2/+0
* add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept()Alfred Perlstein2000-06-151-0/+2
* Fix sockaddr_storage related macro definition, as ss_family member type change.Yoshinobu Inoue2000-03-111-2/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-12/+7
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-131-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+1
* General clean-up of socket.h and associated sources to synchronise upPoul-Henning Kamp1999-11-241-28/+33
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-1/+31
* Add missing entries in a structure.Julian Elischer1999-10-221-0/+2
* fix typoJulian Elischer1999-10-211-2/+2