Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC of r280785, r280871, r280872, r281510, r218511 - callout fixes. | rrs | 2015-04-17 | 1 | -1/+1 |
| | | | | Sponsored by: Netflix Inc. | ||||
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -3/+0 |
| | | | | They have been Noop's for a long time now. | ||||
* | Node constructor methods are supposed to be called in syscall | glebius | 2011-04-18 | 1 | -2/+1 |
| | | | | | | | context always. Convert nodes to consistently use M_WAITOK flag for memory allocation. Reviewed by: julian | ||||
* | Use the ISO standard function variable vs. a GCC'ism. | obrien | 2005-08-10 | 1 | -1/+1 |
| | |||||
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 2 | -2/+2 |
| | |||||
* | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | glebius | 2004-12-01 | 1 | -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 fixes | glebius | 2004-11-19 | 1 | -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 use | harti | 2004-11-04 | 1 | -8/+5 |
| | | | | | | the callout instead of the timeout interface. Submitted by: glebius | ||||
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -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 can | harti | 2003-10-24 | 2 | -0/+1231 |
also be used as a general-purpose transport protocol above any packet layer (IP, UDP). |