| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Node constructor methods are supposed to be called in syscall | glebius | 2011-04-18 | 1 | -13/+3 |
* | When calling panic(), always pass a format string. | rpaulo | 2010-10-13 | 1 | -2/+2 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -2/+4 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -14/+12 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -2/+3 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -1/+1 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+9 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -6/+6 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -6/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -3/+3 |
* | Fix some memory leaks | julian | 2001-01-10 | 1 | -12/+19 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -20/+15 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -41/+72 |
* | 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 |
* | Remove unnecessary #include's as reported by phk's script. | archie | 2000-09-22 | 1 | -2/+0 |
* | Allocate all memory (including within node constructors) with M_NOWAIT | archie | 2000-09-21 | 1 | -3/+3 |
* | 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 | -4/+0 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -2/+53 |
* | Remove the address and control field compression functionality of this | archie | 1999-11-19 | 1 | -32/+16 |
* | Get rid of the 'sync2' hook, which was a hack. Instead, just | archie | 1999-11-08 | 1 | -49/+49 |
* | Add typedefs for node methods | julian | 1999-11-01 | 1 | -8/+7 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+586 |