summaryrefslogtreecommitdiffstats
path: root/sys/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-46/+0
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-1/+5
* - Reserve a special AF for SDP. The one we were incorrectly using beforejeff2013-08-091-1/+5
* Add PF_IEEE80211 definition.kevlo2013-06-131-0/+1
* Add accept4() system call.jilles2013-05-011-0/+1
* Improve namespacing in <sys/socket.h>:jilles2013-03-301-6/+11
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-191-0/+9
* - Implement two new system calls:pjd2013-03-021-0/+2
* Add placeholder constants to reserve a portion of the socket optionjhb2013-02-011-0/+9
* Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get thekib2012-02-261-0/+2
* Properly name the sysctl to "iflistl" rather than "iflist2", which had beenbz2012-02-111-1/+1
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-1/+4
* Allow using CMSG_NXTHDR with -Wcast-align.jilles2011-04-171-1/+1
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+1
* Improve the comment about CMGROUP_MAX.brooks2010-01-091-2/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-081-3/+1
* Move the duplicate definition of struct sockaddr_storage to its ownphk2009-09-081-20/+1
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-0/+1
* Add accessor functions for socket fields.kmacy2008-07-211-0/+37
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+1
* Add pru_flush routine so a transport canrrs2008-04-141-0/+6
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsphk2008-02-031-0/+1
* Fix style issues with initial TCP offload commitkmacy2007-12-121-2/+2
* Add driver independent interface to offload active established TCP connectionskmacy2007-12-121-0/+2
* Reserve AF_ constants for vendors by giving them the odd numberedalfred2007-09-181-0/+53
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-0/+3
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-2/+4
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+1
* Rewrite kern_sendfile() to work in two loops, the inner which turns as manyandre2006-11-021-1/+2
* add support for 802.11 packet injection via bpfsam2006-07-261-1/+2
* Add three new read-only socket options, which allow regression testsrwatson2005-09-181-0/+3
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-131-0/+19
* Make MSG_NOSIGNAL available to native programs.alfred2005-03-091-1/+3
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpresssobomax2005-03-081-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* If soreceive() is called from a socket callback, there's no reasonps2004-11-291-0/+3
* RFC 2292 requires to check msg_controllen, in case that the kernel returnsandre2004-08-111-1/+8
* According to POSIX sys/socket.h must define CMSG_NXTHDR but most notharti2004-07-161-1/+1
* Whitespace correction - #define should be followed by a tab.truckman2004-06-011-1/+1
* Add MSG_NBIO flag option to soreceive() and sosend() that causestruckman2004-06-011-0/+1
* Mode few Bluetooth defines into system include filesemax2004-05-101-1/+3
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Define AF_ARP/PF_ARP.mdodd2004-03-141-1/+3
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to besilby2004-02-081-0/+5
* Introduce the SO_BINTIME option which takes a high-resolution timestampphk2004-01-311-0/+2
* Add restrict qualifiers.alfred2003-12-241-8/+5
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsbms2003-11-141-1/+3
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-3/+3
* Move the typedef for size_t into _iovec.h, so that size_t is availablemike2003-02-261-5/+0
* It is bad style to define the same structure in multiple headerphk2002-12-281-8/+1
OpenPOWER on IntegriCloud