summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-14/+12
* Revert previous change - it appears that the limit I was hitting was asobomax2008-03-191-1/+0
* Properly set size of the file_zone to match kern.maxfiles parameter.sobomax2008-03-161-0/+1
* Further clean up sorflush:rwatson2008-02-041-12/+12
* Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-311-5/+11
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-4/+4
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-2/+2
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-3/+3
* Generally migrate to ANSI function headers, and remove 'register' use.rwatson2007-05-161-116/+61
* Add missing socket buffer unlock before returning to userland.yongari2007-05-081-1/+1
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsrwatson2007-05-031-61/+68
* Following movement of functions from uipc_socket2.c to uipc_socket.c andrwatson2007-03-261-34/+32
* Complete removal of uipc_socket2.c by moving the last few functions torwatson2007-03-261-0/+298
OpenPOWER on IntegriCloud