| Commit message (Expand) | Author | Age | Files | Lines |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -1/+3 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | rwatson | 2004-06-26 | 1 | -8/+5 |
* | Introduce sbreserve_locked(), which asserts the socket buffer lock on | rwatson | 2004-06-24 | 1 | -7/+26 |
* | Merge next step in socket buffer locking: | rwatson | 2004-06-21 | 1 | -27/+237 |
* | Assert socket buffer lock in sb_lock() to protect socket buffer sleep | rwatson | 2004-06-19 | 1 | -2/+6 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+24 |
* | Grab the socket buffer send or receive mutex when performing a | rwatson | 2004-06-15 | 1 | -0/+8 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -4/+8 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 1 | -0/+2 |
* | Mark sun_noname as const since it's immutable. Update definitions | rwatson | 2004-06-04 | 1 | -1/+1 |
* | Integrate accept locking from rwatson_netperf, introducing a new | rwatson | 2004-06-02 | 1 | -21/+45 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | rwatson | 2004-06-01 | 1 | -5/+5 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -8/+5 |
* | syncache broke rev 1.23 which was done to fix the "thundering herd" | ps | 2004-05-19 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Remove some netbsd debug code that crept into rev 1.116 | ps | 2004-03-22 | 1 | -4/+0 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -5/+2 |
* | Modify soalloc() API so that it accepts a malloc flags argument rather | rwatson | 2004-02-29 | 1 | -1/+1 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -2/+8 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -0/+10 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | speedup stream socket recv handling by tracking the tail of | sam | 2003-10-28 | 1 | -19/+143 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -1/+1 |
* | Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to a | scottl | 2003-07-26 | 1 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Missing M_TRYWAIT from so_upcall third argument. | peter | 2003-02-21 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Make the variable types, the sysctl macros and the sysctl handler for | harti | 2003-02-03 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control data | tjr | 2003-01-11 | 1 | -2/+5 |
* | Spotted a couple of places where the socket buffer's counters were being | kbyanc | 2002-11-05 | 1 | -0/+4 |
* | Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causing | alc | 2002-11-02 | 1 | -1/+1 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 1 | -21/+10 |
* | Further improved the performance of sbreserve() by moving the calculation | dg | 2002-08-16 | 1 | -5/+26 |
* | Rewrote the space check algorithm in sbreserve() so that the extremely | dg | 2002-08-16 | 1 | -1/+1 |
* | Include file cleanup; mac.h and malloc.h at one point had ordering | rwatson | 2002-08-01 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+6 |
* | If a socket is disconnected for some reason (like a TCP connection | dwmalone | 2002-07-27 | 1 | -0/+1 |
* | Fix -Werror build for sparc64: Use the appropriate conversion | robert | 2002-07-26 | 1 | -1/+1 |
* | More caddr_t removal. | alfred | 2002-06-29 | 1 | -7/+7 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 1 | -51/+11 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -68/+59 |
* | Subtle fix to the accept filter LRU code. In some cases, a newly | silby | 2002-05-20 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -59/+68 |
* | Do not forget to increase the number of completely connected sockets in | tanimura | 2002-05-07 | 1 | -0/+1 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -20/+1 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -6/+7 |
* | Fix the code fragment clobbered in my last commit. | tanimura | 2002-04-27 | 1 | -0/+2 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 1 | -13/+69 |