aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_split.c
Commit message (Expand)AuthorAgeFilesLines
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-3/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Plug item leak in case when not all hooks are connected.Gleb Smirnoff2005-08-291-0/+3
* Return EINVAL for incorrect hook names.Gleb Smirnoff2005-05-231-3/+2
* bzero() -> M_ZERO.Ruslan Ermilov2005-02-081-1/+0
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+7
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* General cleanup providing better style(9) conformance and generallyBrooks Davis2001-07-241-85/+41
* Add a 'splitter' node to separate a bidirectionalJulian Elischer2001-02-221-0/+227