| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete removal of uipc_socket2.c by moving the last few functions to | Robert Watson | 2007-03-26 | 1 | -397/+0 |
* | Change two XXX's to two notes: the fact that SOCK_LOCK(so) == | Robert Watson | 2006-08-02 | 1 | -2/+2 |
* | Remove non-socket buffer routines from uipc_sockbuf.c, and socket buffer | Robert Watson | 2006-07-24 | 1 | -924/+1 |
* | Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel) | Robert Watson | 2006-07-11 | 1 | -22/+0 |
* | Remove now unneeded opt_mac.h and mac.h includes. | Robert Watson | 2006-07-06 | 1 | -2/+0 |
* | Remove sbinsertoob(), sbinsertoob_locked(). They violate (and have | Robert Watson | 2006-06-17 | 1 | -64/+0 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | Robert Watson | 2006-06-10 | 1 | -138/+0 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | Paul Saab | 2006-04-21 | 1 | -2/+24 |
* | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -2/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -2/+2 |
* | Add a sysctl, regression.sonewconn_earlytest, which when options | Robert Watson | 2006-03-26 | 1 | -0/+10 |
* | Change soabort() from returning int to returning void, since all | Robert Watson | 2006-03-16 | 1 | -1/+1 |
* | Fix a bug in the loop in sonewconn that makes room on the incomplete | John Polstra | 2005-11-22 | 1 | -1/+1 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | Andre Oppermann | 2005-11-02 | 1 | -4/+2 |
* | Push the assignment of a new or updated so_qlimit from solisten() | Robert Watson | 2005-10-30 | 1 | -1/+1 |
* | Re-comment sbcompress() to explain what it is it does; it took me | Robert Watson | 2005-09-18 | 1 | -7/+20 |
* | Fix the recent panics/LORs/hangs created by my kqueue commit by: | Suleiman Souhlal | 2005-07-01 | 1 | -2/+4 |
* | In the current world order, each socket has two mutexes: a mutex | Robert Watson | 2005-05-27 | 1 | -13/+6 |
* | Extend the coverage of the accept and socket mutexes in soisconnected() | Robert Watson | 2005-03-12 | 1 | -3/+3 |
* | When upcalling from a socket in soisconnected() for an accept filter, | Robert Watson | 2005-03-07 | 1 | -1/+1 |
* | Prefer NULL to returning 0 cast to a pointer type. | Robert Watson | 2005-02-20 | 1 | -3/+3 |
* | In sonewconn(), set the new socket's state to show the protocol-provided | Robert Watson | 2005-02-17 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | In sonewconn(), the s/if/while/ change to wait for room at the tail of | Robert Watson | 2004-12-23 | 1 | -5/+5 |
* | Fix a typo in a comparison appeared in rev. 1.125. | Maxim Konovalov | 2004-10-27 | 1 | -1/+1 |
* | Support for dynamically loadable and unloadable protocols within existing pro... | Andre Oppermann | 2004-10-19 | 1 | -1/+78 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 1 | -1/+3 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | Robert Watson | 2004-06-26 | 1 | -8/+5 |
* | Introduce sbreserve_locked(), which asserts the socket buffer lock on | Robert Watson | 2004-06-24 | 1 | -7/+26 |
* | Merge next step in socket buffer locking: | Robert Watson | 2004-06-21 | 1 | -27/+237 |
* | Assert socket buffer lock in sb_lock() to protect socket buffer sleep | Robert Watson | 2004-06-19 | 1 | -2/+6 |
* | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+24 |
* | Grab the socket buffer send or receive mutex when performing a | Robert Watson | 2004-06-15 | 1 | -0/+8 |
* | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 1 | -4/+8 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | Robert Watson | 2004-06-13 | 1 | -0/+2 |
* | Mark sun_noname as const since it's immutable. Update definitions | Robert Watson | 2004-06-04 | 1 | -1/+1 |
* | Integrate accept locking from rwatson_netperf, introducing a new | Robert Watson | 2004-06-02 | 1 | -21/+45 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | Robert Watson | 2004-06-01 | 1 | -5/+5 |
* | Bring in mbuma to replace mballoc. | Bosko Milekic | 2004-05-31 | 1 | -8/+5 |
* | syncache broke rev 1.23 which was done to fix the "thundering herd" | Paul Saab | 2004-05-19 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Remove some netbsd debug code that crept into rev 1.116 | Paul Saab | 2004-03-22 | 1 | -4/+0 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -5/+2 |
* | Modify soalloc() API so that it accepts a malloc flags argument rather | Robert Watson | 2004-02-29 | 1 | -1/+1 |
* | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -2/+8 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -0/+10 |
* | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -1/+1 |
* | speedup stream socket recv handling by tracking the tail of | Sam Leffler | 2003-10-28 | 1 | -19/+143 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -1/+1 |
* | Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to a | Scott Long | 2003-07-26 | 1 | -0/+2 |