summaryrefslogtreecommitdiff
path: root/sys/netgraph/atm/sscop
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-8/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Change the callout to supply -1 to indicate we are not changingRandall Stewart2015-03-281-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically remove the last stray remains of spl* calls from net*/*.Andre Oppermann2012-10-181-3/+0
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-2/+1
* Use the ISO standard function variable vs. a GCC'ism.David E. O'Brien2005-08-101-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-072-2/+2
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-011-2/+2
* Cancel pending timeout before scheduling a new one. This fixesGleb Smirnoff2004-11-191-0/+1
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useHartmut Brandt2004-11-041-8/+5
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+10
* Netgraph part of the NgATM signalling AA layer. These nodes canHartmut Brandt2003-10-242-0/+1231