summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket2.c
Commit message (Expand)AuthorAgeFilesLines
* Complete removal of uipc_socket2.c by moving the last few functions torwatson2007-03-261-397/+0
* Change two XXX's to two notes: the fact that SOCK_LOCK(so) ==rwatson2006-08-021-2/+2
* Remove non-socket buffer routines from uipc_sockbuf.c, and socket bufferrwatson2006-07-241-924/+1
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)rwatson2006-07-111-22/+0
* Remove now unneeded opt_mac.h and mac.h includes.rwatson2006-07-061-2/+0
* Remove sbinsertoob(), sbinsertoob_locked(). They violate (and haverwatson2006-06-171-64/+0
* Move some functions and definitions from uipc_socket2.c to uipc_socket.c:rwatson2006-06-101-138/+0
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-2/+24
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-2/+2
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-2/+2
* Add a sysctl, regression.sonewconn_earlytest, which when optionsrwatson2006-03-261-0/+10
* Change soabort() from returning int to returning void, since allrwatson2006-03-161-1/+1
* Fix a bug in the loop in sonewconn that makes room on the incompletejdp2005-11-221-1/+1
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-4/+2
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-1/+1
* Re-comment sbcompress() to explain what it is it does; it took merwatson2005-09-181-7/+20
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-011-2/+4
* In the current world order, each socket has two mutexes: a mutexrwatson2005-05-271-13/+6
* Extend the coverage of the accept and socket mutexes in soisconnected()rwatson2005-03-121-3/+3
* When upcalling from a socket in soisconnected() for an accept filter,rwatson2005-03-071-1/+1
* Prefer NULL to returning 0 cast to a pointer type.rwatson2005-02-201-3/+3
* In sonewconn(), set the new socket's state to show the protocol-providedrwatson2005-02-171-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* In sonewconn(), the s/if/while/ change to wait for room at the tail ofrwatson2004-12-231-5/+5
* Fix a typo in a comparison appeared in rev. 1.125.maxim2004-10-271-1/+1
* Support for dynamically loadable and unloadable protocols within existing pro...andre2004-10-191-1/+78
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-1/+3
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-261-8/+5
* Introduce sbreserve_locked(), which asserts the socket buffer lock onrwatson2004-06-241-7/+26
* Merge next step in socket buffer locking:rwatson2004-06-211-27/+237
* Assert socket buffer lock in sb_lock() to protect socket buffer sleeprwatson2004-06-191-2/+6
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+24
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-151-0/+8
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-4/+8
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+2
* Mark sun_noname as const since it's immutable. Update definitionsrwatson2004-06-041-1/+1
* Integrate accept locking from rwatson_netperf, introducing a newrwatson2004-06-021-21/+45
* The SS_COMP and SS_INCOMP flags in the so_state field indicate whetherrwatson2004-06-011-5/+5
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-8/+5
* syncache broke rev 1.23 which was done to fix the "thundering herd"ps2004-05-191-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Remove some netbsd debug code that crept into rev 1.116ps2004-03-221-4/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-5/+2
* Modify soalloc() API so that it accepts a malloc flags argument ratherrwatson2004-02-291-1/+1
* Locking for the per-process resource limits structure.jhb2004-02-041-2/+8
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+10
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* speedup stream socket recv handling by tracking the tail ofsam2003-10-281-19/+143
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to ascottl2003-07-261-0/+2
OpenPOWER on IntegriCloud