summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_async.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
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
2010-10-13When calling panic(), always pass a format string.Rui Paulo
2008-10-23Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-07-04Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder
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
2002-02-05Get rid of the twisted MFREE() macro entirely.Matthew Dillon
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
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-22Remove unnecessary #include's as reported by phk's script.Archie Cobbs
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-07Remove a bunch of un-needed includes.Julian Elischer
1999-11-30Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs
1999-11-19Remove the address and control field compression functionality of thisArchie Cobbs
1999-11-08Get rid of the 'sync2' hook, which was a hack. Instead, justArchie Cobbs
1999-11-01Add typedefs for node methodsJulian Elischer
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer