summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sample.c
AgeCommit message (Expand)Author
2025-05-16ng_sample: fix style nitsSeyed Pouria Mousavizadeh Tehrani
2023-10-27netgraph: Fix obsolete commentWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2016-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-04-18Node constructor methods are supposed to be called in syscallGleb Smirnoff
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2005-02-06Whitespace.Gleb Smirnoff
2005-02-06Remove comment which left after removal of ng_rcvdataq_t.Gleb Smirnoff
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2005-01-04Kill a half dead comment. It's first half was killed in rev 1.12.Roman Kurakin
2004-12-23Fix creation on "dlciX" hook in ng_sample.Roman Kurakin
2004-12-23Fix counting length of leadin for hook name (sizeof () => strlen ()).Roman Kurakin
2004-07-29Address node in a less complex way.Gleb Smirnoff
2004-07-20Slight cosmetic changes.Julian Elischer
2004-06-26Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer
2004-05-29Switch to using C99 sparse initialisers for the type methods array.Julian Elischer
2002-05-31Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs
2001-02-25Make the sample netgraph node compileable again.Julian Elischer
2001-01-30Implement direct support for semipersistant nodes.Julian Elischer
2001-01-11Another brian fix, luckily not in live code.Julian Elischer
2001-01-10Fix some memory leaksJulian Elischer
2001-01-08Part 2 of the netgraph rewrite.Julian Elischer
2001-01-06Rewrite of netgraph to start getting ready for SMP.Julian Elischer
2000-12-18Divorce the kernel binary ABI version number from the messageJulian Elischer
2000-12-12Reviewed by: Archie@freebsd.orgJulian Elischer
2000-11-18Add the use of M_ZERO to netgraph.David Malone
2000-10-24Since neither archie nor I work at Whistle any more, change our emailJulian Elischer
2000-09-21Allocate all memory (including within node constructors) with M_NOWAITArchie Cobbs
2000-04-28Two simple changes to the kernel internal API for netgraph modules,Julian Elischer
1999-12-01Show how to supply a struct ng_cmdlist for (de)asciificationArchie Cobbs
1999-11-30Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs
1999-11-24Change the prototype of the strto* routines to make the secondArchie Cobbs
1999-11-02Simplify checking/parsing of strings using strtoul(), isdigit(), etc.Archie Cobbs
1999-11-01Add typedefs for node methodsJulian Elischer
1999-11-01braino in sample code.Julian Elischer
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer