| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase the defaults for the maximum socket buffer limit, | bz | 2011-08-25 | 1 | -1/+1 |
* | Revert r194662, since it breaks ng_ksocket(4) and may break | glebius | 2011-04-14 | 1 | -3/+0 |
* | In sbappendstream_locked() demote all incoming packet mbufs (and | andre | 2009-06-22 | 1 | -0/+3 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -4/+14 |
* | Fix sbappendrecord_locked(). | emax | 2009-04-21 | 1 | -8/+2 |
* | Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminating | rwatson | 2008-10-07 | 1 | -4/+5 |
* | Catch a possible NULL pointer deref in case the offsets got mangled | bz | 2008-09-07 | 1 | -1/+3 |
* | Update the kernel to count the number of mbufs and clusters | gnn | 2008-05-15 | 1 | -0/+2 |
* | Further clean up sorflush: | rwatson | 2008-02-04 | 1 | -2/+1 |
* | Correct two problems relating to sorflush(), which is called to flush | rwatson | 2008-01-31 | 1 | -2/+6 |
* | Add SB_NOCOALESCE flag to disable socket buffer update in place | kmacy | 2007-12-17 | 1 | -0/+1 |
* | Refactor select to reduce contention and hide internal implementation | jeff | 2007-12-16 | 1 | -1/+2 |
* | Set the NFS server sockbuf high watermarks to the system defaults | mohans | 2007-10-12 | 1 | -2/+2 |
* | Now that sx(9) locks support an interruptible lock acquire primitive, | rwatson | 2007-05-31 | 1 | -2/+5 |
* | Generally migrate to ANSI function headers, and remove 'register' use. | rwatson | 2007-05-16 | 1 | -7/+3 |
* | sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flags | rwatson | 2007-05-03 | 1 | -19/+16 |
* | Following movement of functions from uipc_socket2.c to uipc_socket.c and | rwatson | 2007-03-26 | 1 | -6/+7 |
* | Complete removal of uipc_socket2.c by moving the last few functions to | rwatson | 2007-03-26 | 1 | -0/+52 |
* | Maintain a pointer and offset pair into the socket buffer mbuf chain to | andre | 2007-03-19 | 1 | -0/+41 |
* | Use sysctl_handle_long() instead of duplicating it's logic for | jhb | 2006-09-06 | 1 | -8/+4 |
* | Remove 'register'. | rwatson | 2006-08-02 | 1 | -196/+135 |
* | Reimplement socket buffer tear-down in sofree(): as the socket is no | rwatson | 2006-08-01 | 1 | -13/+53 |
* | Remove non-socket buffer routines from uipc_sockbuf.c, and socket buffer | rwatson | 2006-07-24 | 1 | -355/+7 |
* | Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel) | rwatson | 2006-07-11 | 1 | -22/+0 |
* | Remove now unneeded opt_mac.h and mac.h includes. | rwatson | 2006-07-06 | 1 | -2/+0 |
* | Remove sbinsertoob(), sbinsertoob_locked(). They violate (and have | rwatson | 2006-06-17 | 1 | -64/+0 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | rwatson | 2006-06-10 | 1 | -138/+0 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | ps | 2006-04-21 | 1 | -2/+24 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -2/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -2/+2 |
* | Add a sysctl, regression.sonewconn_earlytest, which when options | rwatson | 2006-03-26 | 1 | -0/+10 |
* | Change soabort() from returning int to returning void, since all | rwatson | 2006-03-16 | 1 | -1/+1 |
* | 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 |