summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_split.c
Commit message (Expand)AuthorAgeFilesLines
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Plug item leak in case when not all hooks are connected.glebius2005-08-291-0/+3
* Return EINVAL for incorrect hook names.glebius2005-05-231-3/+2
* bzero() -> M_ZERO.ru2005-02-081-1/+0
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+7
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* General cleanup providing better style(9) conformance and generallybrooks2001-07-241-85/+41
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-221-0/+227
OpenPOWER on IntegriCloud