| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some whitespace and style cleanup. | Gleb Smirnoff | 2005-11-15 | 1 | -60/+59 |
| * | Fix two races which happen when netgraph is restructuring: | Gleb Smirnoff | 2005-11-02 | 1 | -8/+47 |
| * | Rework the ng_item queueing on nodes: | Gleb Smirnoff | 2005-11-02 | 1 | -121/+106 |
| * | - When flushing node input queue, check whether item has a callback. If | Gleb Smirnoff | 2005-10-13 | 1 | -0/+6 |
| * | After rev. 1.103 the oitem and ierror are no longer needed, remove them. | Gleb Smirnoff | 2005-10-12 | 1 | -18/+4 |
| * | Fix a regression introduced in rev. 1.107. If an item once had a writer | Gleb Smirnoff | 2005-10-11 | 1 | -22/+28 |
| * | Fix an item leak, that happens when some node calls ng_callout() two | Gleb Smirnoff | 2005-09-08 | 1 | -2/+6 |
| * | Fix build. | Gleb Smirnoff | 2005-09-06 | 1 | -1/+1 |
| * | In INVARIANTS case also check that nodes do not pass queues of mbufs | Gleb Smirnoff | 2005-09-06 | 1 | -1/+5 |
| * | Raise one more bit in READER_MASK. I believe that before this change | Gleb Smirnoff | 2005-09-06 | 1 | -1/+1 |
| * | Use non-debug macros inside debugging functions, to prevent | Gleb Smirnoff | 2005-09-02 | 1 | -4/+4 |
| * | Cleanup the reader/writer policy in netgraph(4). Assign | Gleb Smirnoff | 2005-08-26 | 1 | -24/+25 |
| * | In ng_callout() assert that supplied arguments are non-NULL. | Gleb Smirnoff | 2005-08-21 | 1 | -3/+4 |
| * | Fix cut-n-paste error, introduced in rev. 1.103. | Gleb Smirnoff | 2005-07-21 | 1 | -1/+1 |
| * | Catch up with netgraph.h rev. 1.57 and fix build. | Gleb Smirnoff | 2005-07-21 | 1 | -0/+1 |
| * | Problem description: | Gleb Smirnoff | 2005-07-21 | 1 | -67/+17 |
| * | In the splnet times, netgraph was functional and synchronous. Nowadays, | Gleb Smirnoff | 2005-07-05 | 1 | -2/+28 |
| * | - Extend interface of ng_getqblk(), so that malloc wait flags are | Gleb Smirnoff | 2005-05-16 | 1 | -26/+19 |
| * | Move queue element routines upper, so that all related | Gleb Smirnoff | 2005-05-14 | 1 | -85/+85 |
| * | Use uma(9) for allocating netgraph items: | Gleb Smirnoff | 2005-05-14 | 1 | -102/+47 |
| * | Since there is no way to queue a function call to node, create | Gleb Smirnoff | 2005-05-13 | 1 | -3/+16 |
| * | Plug item leak in case when NGI_FN is applied to invalid node. | Gleb Smirnoff | 2005-03-10 | 1 | -0/+1 |
| * | Make netgraph ISR and callout MPSAFE. | Gleb Smirnoff | 2005-02-12 | 1 | -2/+2 |
| * | Rename ng_callout_trapoline to ng_callout_trampoline. | Gleb Smirnoff | 2005-01-26 | 1 | -3/+3 |
| * | With recent changes to _callout_stop_safe() we can remove a hack | Gleb Smirnoff | 2005-01-25 | 1 | -6/+1 |
| * | Fix an evil typo. | Gleb Smirnoff | 2005-01-24 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
| * | Introduce new startup level SI_SUB_NETGRAPH that is after | Maksim Yevmenkin | 2005-01-06 | 1 | -1/+1 |
| * | Move systm.h up, since it is required by mbuf.h. | Gleb Smirnoff | 2004-12-23 | 1 | -1/+1 |
| * | - sort includes | Gleb Smirnoff | 2004-12-23 | 1 | -5/+4 |
| * | Assert queue mutex in ng_dequeue() and ng_queue_rw(). | Gleb Smirnoff | 2004-12-19 | 1 | -0/+4 |
| * | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | Gleb Smirnoff | 2004-12-01 | 1 | -5/+5 |
| * | Partically backout previous commit. Since _callout_stop_safe() clears | Gleb Smirnoff | 2004-11-04 | 1 | -2/+7 |
| * | - Make ng_timeout() to use callout() interface instead of timeout(). | Gleb Smirnoff | 2004-11-02 | 1 | -19/+17 |
| * | When making a peer of unknown type framework tries to load module | Gleb Smirnoff | 2004-07-27 | 1 | -19/+5 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 1 | -14/+14 |
| * | Reverse a lock/unlock pair that were the wrong way around in some code that | Julian Elischer | 2004-07-18 | 1 | -2/+2 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -3/+4 |
| * | Remove the home-grown metadata facility in favour of the now generic | Julian Elischer | 2004-06-30 | 1 | -31/+7 |
| * | Not quite sure how that one got past me.. | Julian Elischer | 2004-06-26 | 1 | -1/+1 |
| * | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | Julian Elischer | 2004-06-25 | 1 | -0/+7 |
| * | Clean up use of ng_hdhasb_mtx a little: | Robert Watson | 2004-06-24 | 1 | -0/+5 |
| * | 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 in favour of the new | Hartmut Brandt | 2004-01-26 | 1 | -21/+20 |
| * | The last argument to mtx_init() should be MTX_DEF, not 0. This is not a | Don Lewis | 2003-12-08 | 1 | -4/+8 |
| * | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+2 |
| * | Replace the lock-less algorithm for the free item list with a more | Hartmut Brandt | 2003-11-05 | 1 | -64/+36 |
| * | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -2/+2 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |