summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_source.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.27:Gleb Smirnoff2006-01-311-25/+9
* MFC:Gleb Smirnoff2006-01-101-0/+38
* Major overhaul and cleanup of ng_source node.Gleb Smirnoff2005-04-051-162/+132
* Make some basic grammar and style fixes to ng_source.c and ng_source.h.Bosko Milekic2005-03-101-7/+5
* Fallout from the ALTQ import.Ruslan Ermilov2005-02-121-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-011-4/+4
* - Make ng_timeout() to use callout() interface instead of timeout().Gleb Smirnoff2004-11-021-8/+7
* Fix a harmless error in order of ng_timeout() arguments.Gleb Smirnoff2004-11-021-2/+2
* Slight cosmetic changes.Julian Elischer2004-07-201-1/+0
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* 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