summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/uni/ng_uni.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-3/+0
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-2/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-10/+10
* Use proper form of gnu designated initalizers. This letsrdivacky2009-06-241-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Use the ISO standard function variable vs. a GCC'ism.obrien2005-08-101-5/+5
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().truckman2003-12-151-1/+2
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeharti2003-11-071-0/+932
OpenPOWER on IntegriCloud