summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/uni
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
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-2/+0
* Replace the array initialization using the gcc-specific formatdds2006-06-021-5/+5
* 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-072-2/+2
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-011-2/+2
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useharti2004-11-041-9/+6
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-0/+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-072-0/+1084
OpenPOWER on IntegriCloud