| Commit message (Expand) | Author | Age | Files | Lines |
* | In FreeBSD 5.x, curthread is always defined, so we don't need to to test | rwatson | 2004-09-02 | 1 | -3/+3 |
* | Convert Netgraph to use mbuf tags to pass its meta information around. | julian | 2004-06-25 | 1 | -38/+15 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+14 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -2/+2 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+2 |
* | Integrate accept locking from rwatson_netperf, introducing a new | rwatson | 2004-06-02 | 1 | -7/+10 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | rwatson | 2004-06-01 | 1 | -1/+1 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+10 |
* | Get rid of the deprecated *LEN constants in favour of the new | harti | 2004-01-26 | 1 | -1/+1 |
* | Replaced two bzero() calls with the M_ZERO flag to malloc(). | ru | 2003-12-17 | 1 | -3/+2 |
* | Add Protocol Independent Multicast protocol. | hsu | 2003-08-20 | 1 | -0/+1 |
* | Add missing braces. | archie | 2003-04-28 | 1 | -1/+2 |
* | Reference the socket we're accepting. | benno | 2002-09-14 | 1 | -0/+2 |
* | Remember who asked for a connect or accept operation so we can actually tell | benno | 2002-09-11 | 1 | -2/+2 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-22 | 1 | -3/+3 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -8/+7 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -49/+11 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -11/+49 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -3/+3 |
* | Avoid reentrantly sending on the same socket, which causes a kernel panic. | archie | 2002-01-06 | 1 | -0/+9 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -1/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | When a socket is not connected, allow the peer "struct sockaddr" | archie | 2001-11-28 | 1 | -13/+74 |
* | Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP. | archie | 2001-10-10 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -11/+11 |
* | First pass at porting John's "accept" changes to | julian | 2001-09-07 | 1 | -49/+366 |
* | Fix an erroneous comment and two style(9) bugs. | archie | 2001-02-16 | 1 | -3/+5 |
* | Fix some memory leaks | julian | 2001-01-10 | 1 | -6/+12 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -15/+14 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -28/+18 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -2/+1 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | Go back to using data_len in struct ngpppoe_init_data after discussions | brian | 2000-11-16 | 1 | -3/+2 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -1/+1 |
* | Fix memory leak. | archie | 2000-10-11 | 1 | -2/+2 |
* | Allocate all memory (including within node constructors) with M_NOWAIT | archie | 2000-09-21 | 1 | -1/+1 |
* | Take advantage of the new unsigned and hex integer types. | archie | 2000-08-10 | 1 | -2/+2 |
* | In a struct sockaddr, sa->sa_len can be zero if uninitialized. | archie | 2000-08-09 | 1 | -1/+1 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -2/+3 |
* | Remove a bunch of un-needed includes. | julian | 1999-12-07 | 1 | -2/+0 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -66/+491 |
* | Change the prototype of the strto* routines to make the second | archie | 1999-11-24 | 1 | -1/+1 |
* | Add some safety using KASSERT() and splnet(). | archie | 1999-11-19 | 1 | -12/+18 |
* | New netgraph node type "ksocket". | archie | 1999-11-16 | 1 | -0/+481 |