summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/uni
Commit message (Expand)AuthorAgeFilesLines
* 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