aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_source.c
Commit message (Expand)AuthorAgeFilesLines
* Use the official ng_timeout function to trigger sending. This means,Hartmut Brandt2004-01-301-22/+14
* Don't confuse NULL and 0, use 0 where an integer is expected.Hartmut Brandt2004-01-271-2/+2
* Style: add __FBSDID, relocate some { that were on the wrong line,Hartmut Brandt2004-01-271-36/+24
* Make ng_source to work with non-ethernet interfaces. We do this byHartmut Brandt2004-01-261-2/+37
* Declare a function to silence a warning.Hartmut Brandt2004-01-261-0/+2
* Should use the non-locking versions of the ifqueue macros toHartmut Brandt2004-01-261-7/+7
* Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() withHartmut Brandt2004-01-261-2/+1
* The version in the type description must be the ABI version, notHartmut Brandt2004-01-261-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Slight redesign for fitting in with -current.Julian Elischer2002-11-051-27/+50
* The easy part of converting the ng_source node to -current.Julian Elischer2002-11-021-54/+50
* Whitespace fixesJulian Elischer2002-11-021-47/+28
* Add the netgraph 'source' module.Julian Elischer2002-10-311-0/+682