| Commit message (Expand) | Author | Age | Files | Lines |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -14/+14 |
* | o setsockopt(2) cannot remove accept filter. [1] | maxim | 2005-06-11 | 1 | -2/+4 |
* | Move the logic implementing retrieval of the SO_ACCEPTFILTER socket option | rwatson | 2005-03-12 | 1 | -0/+27 |
* | Part two of post-SMPng cleanup of accept filter registration: perform all | rwatson | 2005-03-12 | 1 | -34/+16 |
* | First step in simplifying accept filter socket option logic in the | rwatson | 2005-03-11 | 1 | -17/+24 |
* | Re-style do_setopt_accept_filter() to match uipc_accf.c style, and fix | rwatson | 2005-02-18 | 1 | -8/+6 |
* | Move do_setopt_accept_filter() from uipc_socket.c to uipc_accf.c, where | rwatson | 2005-02-18 | 1 | -0/+120 |
* | Minor style tweaks: line wrap comments and lines more consistently. | rwatson | 2005-02-18 | 1 | -9/+9 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Add a global mutex, accept_filter_mtx, to protect the global list of | rwatson | 2004-06-01 | 1 | -7/+17 |
* | Add some missing <sys/module.h> includes which are masked by the | phk | 2004-05-30 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Revert the last bits of my bogus move of NMBCLUSTERS | jesper | 2001-06-01 | 1 | -0/+1 |
* | Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c | jesper | 2001-05-31 | 1 | -1/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Accept filter maintainance | alfred | 2000-09-06 | 1 | -8/+17 |
* | disallow unload until we do proper refcounting | alfred | 2000-07-20 | 1 | -0/+9 |
* | return of the accept filter part II | alfred | 2000-06-20 | 1 | -0/+133 |