aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sample.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* Whitespace.Gleb Smirnoff2005-02-061-9/+9
* Remove comment which left after removal of ng_rcvdataq_t.Gleb Smirnoff2005-02-061-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Kill a half dead comment. It's first half was killed in rev 1.12.Roman Kurakin2005-01-041-1/+0
* Fix creation on "dlciX" hook in ng_sample.Roman Kurakin2004-12-231-2/+3
* Fix counting length of leadin for hook name (sizeof () => strlen ()).Roman Kurakin2004-12-231-1/+1
* Address node in a less complex way.Gleb Smirnoff2004-07-291-1/+1
* Slight cosmetic changes.Julian Elischer2004-07-201-4/+4
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-10/+10
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+11
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-3/+3
* Make the sample netgraph node compileable again.Julian Elischer2001-02-251-6/+3
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-301-27/+20
* Another brian fix, luckily not in live code.Julian Elischer2001-01-111-1/+2
* Fix some memory leaksJulian Elischer2001-01-101-0/+8
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-28/+27
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-38/+62
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-32/+39
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-2/+2
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Allocate all memory (including within node constructors) with M_NOWAITArchie Cobbs2000-09-211-1/+1
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-4/+6
* Show how to supply a struct ng_cmdlist for (de)asciificationArchie Cobbs1999-12-011-7/+34
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-241-1/+1
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.Archie Cobbs1999-11-021-9/+9
* Add typedefs for node methodsJulian Elischer1999-11-011-10/+9
* braino in sample code.Julian Elischer1999-11-011-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+441