| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead code. | glebius | 2006-01-14 | 1 | -3/+0 |
* | Refer to the mbuf header length field via the official method. | ru | 2005-06-09 | 1 | -8/+8 |
* | Ups, misprint, change and => add. | rik | 2005-01-16 | 1 | -1/+1 |
* | Fix comment. Code 0x95 means locking shift to codeset 5 according to | rik | 2005-01-16 | 1 | -2/+2 |
* | - Use ng_callout() instead of timeout(9). | glebius | 2005-01-11 | 1 | -12/+14 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -2/+3 |
* | Convert Netgraph to use mbuf tags to pass its meta information around. | julian | 2004-06-25 | 1 | -13/+13 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+8 |
* | 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 |
* | Const'ify variables to make it clear we're not writing to the mbuf data. | archie | 2002-06-05 | 1 | -6/+6 |
* | Fix some memory leaks | julian | 2001-01-10 | 1 | -3/+1 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -20/+19 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -32/+23 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -10/+17 |
* | 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 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -1/+1 |
* | Allocate all memory (including within node constructors) with M_NOWAIT | archie | 2000-09-21 | 1 | -1/+1 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -2/+3 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -1/+2 |
* | When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. | archie | 1999-11-17 | 1 | -0/+1 |
* | Add typedefs for node methods | julian | 1999-11-01 | 1 | -8/+7 |
* | cleanups regarding misused m_pullup() and similar. | julian | 1999-10-26 | 1 | -2/+3 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+1090 |