| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 1 | -1/+1 |
| * | MFC: reduce warnings when compiled under -W. | Julian Elischer | 2005-08-15 | 1 | -3/+3 |
| * | MFC: | Gleb Smirnoff | 2005-08-10 | 1 | -1/+2 |
| * | In the splnet times, netgraph was functional and synchronous. Nowadays, | Gleb Smirnoff | 2005-07-05 | 1 | -0/+8 |
| * | Use NG_QUEUE instead of constant. | Gleb Smirnoff | 2005-05-16 | 1 | -1/+1 |
| * | - Extend interface of ng_getqblk(), so that malloc wait flags are | Gleb Smirnoff | 2005-05-16 | 1 | -10/+15 |
| * | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | Gleb Smirnoff | 2005-05-16 | 1 | -1/+3 |
| * | Use uma(9) for allocating netgraph items: | Gleb Smirnoff | 2005-05-14 | 1 | -7/+1 |
| * | Since there is no way to queue a function call to node, create | Gleb Smirnoff | 2005-05-13 | 1 | -0/+2 |
| * | Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destination | Gleb Smirnoff | 2005-03-10 | 1 | -0/+1 |
| * | Make netgraph ISR and callout MPSAFE. | Gleb Smirnoff | 2005-02-12 | 1 | -2/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
| * | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | Gleb Smirnoff | 2004-12-01 | 1 | -2/+2 |
| * | - Make ng_timeout() to use callout() interface instead of timeout(). | Gleb Smirnoff | 2004-11-02 | 1 | -3/+4 |
| * | Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. | Julian Elischer | 2004-08-20 | 1 | -1/+1 |
| * | When making a peer of unknown type framework tries to load module | Gleb Smirnoff | 2004-07-27 | 1 | -0/+1 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 1 | -9/+26 |
| * | Remove the home-grown metadata facility in favour of the now generic | Julian Elischer | 2004-06-30 | 1 | -89/+24 |
| * | Convert Netgraph to use mbuf tags to pass its meta information around. | Julian Elischer | 2004-06-25 | 1 | -2/+16 |
| * | Add a new netgraph method to allow restoration of some | Julian Elischer | 2004-05-29 | 1 | -1/+4 |
| * | Get rid of the deprecated *LEN constants and use the new *SIZ | Hartmut Brandt | 2004-01-26 | 1 | -2/+2 |
| * | Double length of node names, hook names, command strings and types. Add | Hartmut Brandt | 2003-11-12 | 1 | -1/+1 |
| * | Use a single style of multiple inclusion protection for Netgraph headers. | Ruslan Ermilov | 2003-11-11 | 1 | -1/+1 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-22 | 1 | -3/+3 |
| * | When declaring local variables in macros, always use "_name" instead | Archie Cobbs | 2002-08-20 | 1 | -33/+34 |
| * | Official timeout routines for netgraph nodes that know how to | Julian Elischer | 2002-03-05 | 1 | -0/+4 |
| * | Add an external function to unlink a netgraph type from the types list. | Julian Elischer | 2001-07-23 | 1 | -0/+1 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -0/+1 |
| * | netgraph.h: | Julian Elischer | 2001-03-10 | 1 | -5/+7 |
| * | Cleanups to Macros for sending data between netgraph nodes. | Julian Elischer | 2001-03-03 | 1 | -62/+32 |
| * | Add parenthesis to a macro. | Julian Elischer | 2001-03-03 | 1 | -1/+1 |
| * | Shuffle sysctls a bit (thankyou whoever made them dynamic for modules) | Julian Elischer | 2001-02-23 | 1 | -1/+5 |
| * | Make netgraph modules refuse to link with modules of a different ABI version. | Julian Elischer | 2001-02-05 | 1 | -1/+3 |
| * | Change the kernel internal ABI number as the HOOK structure has changed. | Julian Elischer | 2001-02-01 | 1 | -1/+1 |
| * | Add the ability to declare ore-ride methods on a per-hook basis | Julian Elischer | 2001-01-31 | 1 | -11/+38 |
| * | Implement direct support for semipersistant nodes. | Julian Elischer | 2001-01-30 | 1 | -33/+100 |
| * | Add a generic "queued function callin" mechanism | Julian Elischer | 2001-01-14 | 1 | -9/+49 |
| * | Add an exported function ng_rmhook_self() that removes a hook | Julian Elischer | 2001-01-11 | 1 | -1/+3 |
| * | Unbreak compilation. | Archie Cobbs | 2001-01-11 | 1 | -1/+1 |
| * | Fix some memory leaks | Julian Elischer | 2001-01-10 | 1 | -1/+2 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 1 | -171/+564 |
| * | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 1 | -67/+373 |
| * | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 1 | -1/+8 |
| * | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 1 | -28/+54 |
| * | Since neither archie nor I work at Whistle any more, change our email | Julian Elischer | 2000-10-24 | 1 | -1/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -5/+5 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -5/+5 |
| * | Macro call to ng_send_dataq() should have been to ng_send_data() instead. | Archie Cobbs | 2000-05-01 | 1 | -5/+5 |
| * | Use 'type_name' structure field instead of 'typename', which is | Archie Cobbs | 2000-05-01 | 1 | -0/+1 |
| * | Minimal tweak to make the ng_XXX modules depend on netgraph so that they | Peter Wemm | 2000-04-29 | 1 | -1/+2 |