| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in the loop in sonewconn that makes room on the incomplete | jdp | 2005-11-22 | 1 | -1/+1 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -4/+2 |
* | Push the assignment of a new or updated so_qlimit from solisten() | rwatson | 2005-10-30 | 1 | -1/+1 |
* | Re-comment sbcompress() to explain what it is it does; it took me | rwatson | 2005-09-18 | 1 | -7/+20 |
* | Fix the recent panics/LORs/hangs created by my kqueue commit by: | ssouhlal | 2005-07-01 | 1 | -2/+4 |
* | In the current world order, each socket has two mutexes: a mutex | rwatson | 2005-05-27 | 1 | -13/+6 |
* | Extend the coverage of the accept and socket mutexes in soisconnected() | rwatson | 2005-03-12 | 1 | -3/+3 |
* | When upcalling from a socket in soisconnected() for an accept filter, | rwatson | 2005-03-07 | 1 | -1/+1 |
* | Prefer NULL to returning 0 cast to a pointer type. | rwatson | 2005-02-20 | 1 | -3/+3 |
* | In sonewconn(), set the new socket's state to show the protocol-provided | rwatson | 2005-02-17 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | In sonewconn(), the s/if/while/ change to wait for room at the tail of | rwatson | 2004-12-23 | 1 | -5/+5 |
* | Fix a typo in a comparison appeared in rev. 1.125. | maxim | 2004-10-27 | 1 | -1/+1 |
* | Support for dynamically loadable and unloadable protocols within existing pro... | andre | 2004-10-19 | 1 | -1/+78 |
* | 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 |