| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef. | ru | 2005-12-04 | 1 | -4/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+9 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -12/+8 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -3/+3 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -13/+12 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -35/+32 |
* | 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 |
* | 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 |
* | - Add new control message NGM_VJC_GET_CONFIG | archie | 2000-08-10 | 1 | -6/+164 |
* | Fix misspelling. | archie | 2000-08-05 | 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 | -3/+0 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -1/+2 |
* | Fix bug where hook pointers were not getting updated on disconnection. | archie | 1999-11-19 | 1 | -4/+20 |
* | When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. | archie | 1999-11-17 | 1 | -0/+1 |
* | More bug fixes for the VJ Compression node. Seems to work now (really). | archie | 1999-11-15 | 1 | -54/+68 |
* | Fix some bugs; seems to work now. Minor change to the configuration field | archie | 1999-11-10 | 1 | -35/+29 |
* | Add typedefs for node methods | julian | 1999-11-01 | 1 | -8/+7 |
* | cleanups regarding misused m_pullup() and similar. | julian | 1999-10-26 | 1 | -22/+29 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+439 |