summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sockbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID().obrien2003-06-111-1/+3
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Missing M_TRYWAIT from so_upcall third argument.peter2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Make the variable types, the sysctl macros and the sysctl handler forharti2003-02-031-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control datatjr2003-01-111-2/+5
* Spotted a couple of places where the socket buffer's counters were beingkbyanc2002-11-051-0/+4
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingalc2002-11-021-1/+1
* Use m_length() instead of home-rolled versions.phk2002-09-181-21/+10
* Further improved the performance of sbreserve() by moving the calculationdg2002-08-161-5/+26
* Rewrote the space check algorithm in sbreserve() so that the extremelydg2002-08-161-1/+1
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+6
* If a socket is disconnected for some reason (like a TCP connectiondwmalone2002-07-271-0/+1
* Fix -Werror build for sparc64: Use the appropriate conversionrobert2002-07-261-1/+1
* More caddr_t removal.alfred2002-06-291-7/+7
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-51/+11
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-68/+59
* Subtle fix to the accept filter LRU code. In some cases, a newlysilby2002-05-201-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-59/+68
* Do not forget to increase the number of completely connected sockets intanimura2002-05-071-0/+1
* Redo the sigio locking.alfred2002-05-011-20/+1
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-6/+7
* Fix the code fragment clobbered in my last commit.tanimura2002-04-271-0/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-13/+69
OpenPOWER on IntegriCloud