summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/sscop
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- 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
| | | | | | | This is done to keep both versions in RELENG_5 and support both APIs. Reviewed by: scottl Approved by: julian (mentor), implicitly
* Cancel pending timeout before scheduling a new one. This fixesglebius2004-11-191-0/+1
| | | | | | item leak, I've introduced with previous change. Approved by: julian (mentor)
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useharti2004-11-041-8/+5
| | | | | | the callout instead of the timeout interface. Submitted by: glebius
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
| | | | | | | | Should make no binary difference. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Reviewed by: Harti Brandt <harti@freebsd.org> MFC after: 1 week
* Netgraph part of the NgATM signalling AA layer. These nodes canharti2003-10-242-0/+1231
also be used as a general-purpose transport protocol above any packet layer (IP, UDP).
OpenPOWER on IntegriCloud