| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+3 |
| * | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/. | Gleb Smirnoff | 2004-12-01 | 1 | -4/+4 |
| * | MFC new ng_{un,}timeout(), which uses callout() interface instead | Gleb Smirnoff | 2004-11-26 | 1 | -9/+8 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 1 | -1/+0 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+9 |
| * | Use the official ng_timeout function to trigger sending. This means, | Hartmut Brandt | 2004-01-30 | 1 | -22/+14 |
| * | Don't confuse NULL and 0, use 0 where an integer is expected. | Hartmut Brandt | 2004-01-27 | 1 | -2/+2 |
| * | Style: add __FBSDID, relocate some { that were on the wrong line, | Hartmut Brandt | 2004-01-27 | 1 | -36/+24 |
| * | Make ng_source to work with non-ethernet interfaces. We do this by | Hartmut Brandt | 2004-01-26 | 1 | -2/+37 |
| * | Declare a function to silence a warning. | Hartmut Brandt | 2004-01-26 | 1 | -0/+2 |
| * | Should use the non-locking versions of the ifqueue macros to | Hartmut Brandt | 2004-01-26 | 1 | -7/+7 |
| * | Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() with | Hartmut Brandt | 2004-01-26 | 1 | -2/+1 |
| * | The version in the type description must be the ABI version, not | Hartmut Brandt | 2004-01-26 | 1 | -3/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -0/+2 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -1/+1 |
| * | Slight redesign for fitting in with -current. | Julian Elischer | 2002-11-05 | 1 | -27/+50 |
| * | The easy part of converting the ng_source node to -current. | Julian Elischer | 2002-11-02 | 1 | -54/+50 |
| * | Whitespace fixes | Julian Elischer | 2002-11-02 | 1 | -47/+28 |
| * | Add the netgraph 'source' module. | Julian Elischer | 2002-10-31 | 1 | -0/+682 |