summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_source.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-011-4/+4
* - Make ng_timeout() to use callout() interface instead of timeout().glebius2004-11-021-8/+7
* Fix a harmless error in order of ng_timeout() arguments.glebius2004-11-021-2/+2
* Slight cosmetic changes.julian2004-07-201-1/+0
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Use the official ng_timeout function to trigger sending. This means,harti2004-01-301-22/+14
* Don't confuse NULL and 0, use 0 where an integer is expected.harti2004-01-271-2/+2
* Style: add __FBSDID, relocate some { that were on the wrong line,harti2004-01-271-36/+24
* Make ng_source to work with non-ethernet interfaces. We do this byharti2004-01-261-2/+37
* Declare a function to silence a warning.harti2004-01-261-0/+2
* Should use the non-locking versions of the ifqueue macros toharti2004-01-261-7/+7
* Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() withharti2004-01-261-2/+1
* The version in the type description must be the ABI version, notharti2004-01-261-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* SMP locking for ifnet list.hsu2002-12-221-0/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Slight redesign for fitting in with -current.julian2002-11-051-27/+50
* The easy part of converting the ng_source node to -current.julian2002-11-021-54/+50
* Whitespace fixesjulian2002-11-021-47/+28
* Add the netgraph 'source' module.julian2002-10-311-0/+682
OpenPOWER on IntegriCloud