summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+2
* In the experimental soreceive_stream():andre2011-07-081-13/+9
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-071-2/+0
* In soreceive_generic(), if MSG_WAITALL is set but the request istrociny2011-05-291-4/+10
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-20/+78
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-131-4/+5
* Mfp4 CH=177255:bz2011-02-111-1/+2
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+10
* With reworking of the socket life cycle in 7.x, the need for a "sotryfree()"rwatson2010-09-181-5/+5
* Fix a bug where MSG_TRUNC was not returned in all necessary cases fortuexen2010-08-071-1/+6
* When close() is called on a connected socket pair, SO_ISCONNECTED might berwatson2010-05-271-1/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-3/+3
* Set curvnet earlier so that it also covers calls to sodisconnect(), whichbz2010-02-201-2/+3
* Don't comment on stream socket handling in sosend_dgram, since that'srwatson2009-10-021-3/+0
* -Put the optimized soreceive_stream() under a compile time option calledandre2009-09-151-0/+2
* Use C99 initialization for struct filterops.rwatson2009-09-121-6/+15
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.jilles2009-08-251-5/+7
* Fix the conformance of poll(2) for sockets after r195423 bykib2009-08-231-7/+5
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+2
* Somewhere along the line accept sockets stopped honoring thejulian2009-07-281-0/+1
* Normalize field naming for struct vnet, fix two debugging printfs thatrwatson2009-07-191-2/+2
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-071-9/+10
* Add soreceive_stream(), an optimized version of soreceive() forandre2009-06-221-0/+196
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-1/+1
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-8/+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
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-6/+63
* A NOP change: style / whitespace cleanup of the noise that slippedzec2009-05-081-2/+2
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-9/+35
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+4
* Don't allow creating a socket with a protocol family that the currentjamie2009-02-051-8/+1
* Remove written-to but never read local variable 'offset' fromrwatson2009-02-041-2/+1
* Make sure nmbclusters are initialized before maxsocketsbz2008-12-101-1/+2
* Style changes only. Put the return type on an extra line[1] andbz2008-12-101-1/+3
* MFp4:bz2008-11-291-0/+4
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-4/+3
* Fix a scope problem in the multiple routing table code that stopped thejulian2008-11-191-0/+3
* make sure that SO_NO_DDP and SO_NO_OFFLOAD get passed in correctlykmacy2008-10-171-0/+2
* In soreceive_dgram, when a 0-length buffer is passed into recv(2) andrwatson2008-10-071-1/+2
* Remove temporary debugging KASSERT's introduced to detect protocolsrwatson2008-10-071-12/+0
* Wait until after dropping the receive socket buffer lock to allocate spacejhb2008-10-011-23/+13
* Various cleanups for soreceive_dgram():rwatson2008-10-011-58/+19
* Update the function name in several assertions in soreceive_dgram().jhb2008-09-301-4/+4
* Remove XXXRW in soreceive_dgram that proves unnecessary.rwatson2008-09-021-5/+0
* Add accessor functions for socket fields.kmacy2008-07-211-0/+139
* Update copyright date in light of soreceive_dgram(9).rwatson2008-07-031-1/+1
* Add soreceive_dgram(9), an optimized socket receive function for use byrwatson2008-07-021-0/+234
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+20
* Add pru_flush routine so a transport canrrs2008-04-141-1/+3
OpenPOWER on IntegriCloud