summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the dom_dispose and pru_detach calls in sofree() earlier. Only afterglebius2007-03-221-4/+5
* - Use m_gethdr(), m_get(), and m_clget() instead of the macros injhb2007-03-121-20/+5
* Don't block on the socket zone limit during the socket()ru2007-02-261-5/+5
* Rename somaxconn_sysctl() to sysctl_somaxconn() so that I will be able torwatson2007-02-151-3/+3
* Diff reduction with RELENG_6, style(9):bms2007-02-031-3/+2
* Generic socket buffer auto sizing support, header defines, flag inheritance.andre2007-02-011-0/+8
* Unbreak writes of 0 bytes. Zero byte writes happen when only ancillaryandre2007-01-221-0/+10
* Canonicalize copyrights in some files I hold copyrights on:rwatson2007-01-081-1/+2
OpenPOWER on IntegriCloud