summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_UI.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
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
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-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-06-25Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.Julian Elischer
2004-05-29Switch to using C99 sparse initialisers for the type methods array.Julian Elischer
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
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-07Remove a bunch of un-needed includes.Julian Elischer
1999-11-30Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs
1999-11-19Rename 'struct private' to 'struct ng_xxx_private' to allow gdbArchie Cobbs
1999-11-01Add typedefs for node methodsJulian Elischer
1999-10-26cleanups regarding misused m_pullup() and similar.Julian Elischer
1999-10-21Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer