summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_split.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
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-08-29Plug item leak in case when not all hooks are connected.Gleb Smirnoff
2005-05-23Return EINVAL for incorrect hook names.Gleb Smirnoff
2005-02-08bzero() -> M_ZERO.Ruslan Ermilov
2004-05-29Switch to using C99 sparse initialisers for the type methods array.Julian Elischer
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
2001-07-24General cleanup providing better style(9) conformance and generallyBrooks Davis
2001-02-22Add a 'splitter' node to separate a bidirectionalJulian Elischer