| Commit message (Expand) | Author | Age | Files | Lines |
* | - Print also node ID in ktr(9) messages. [1] | glebius | 2006-01-12 | 1 | -29/+33 |
* | Remove old debugging leftover. | glebius | 2006-01-12 | 1 | -8/+0 |
* | Fix wording in last commit. | glebius | 2006-01-12 | 1 | -1/+1 |
* | Add ktr(9) hooks to easier tracing of the netgraph item flow through | glebius | 2006-01-11 | 1 | -2/+36 |
* | Some whitespace and style cleanup. | glebius | 2005-11-15 | 1 | -60/+59 |
* | Fix two races which happen when netgraph is restructuring: | glebius | 2005-11-02 | 1 | -8/+47 |
* | Rework the ng_item queueing on nodes: | glebius | 2005-11-02 | 1 | -121/+106 |
* | - When flushing node input queue, check whether item has a callback. If | glebius | 2005-10-13 | 1 | -0/+6 |
* | After rev. 1.103 the oitem and ierror are no longer needed, remove them. | glebius | 2005-10-12 | 1 | -18/+4 |
* | Fix a regression introduced in rev. 1.107. If an item once had a writer | glebius | 2005-10-11 | 1 | -22/+28 |
* | Fix an item leak, that happens when some node calls ng_callout() two | glebius | 2005-09-08 | 1 | -2/+6 |
* | Fix build. | glebius | 2005-09-06 | 1 | -1/+1 |
* | In INVARIANTS case also check that nodes do not pass queues of mbufs | glebius | 2005-09-06 | 1 | -1/+5 |
* | Raise one more bit in READER_MASK. I believe that before this change | glebius | 2005-09-06 | 1 | -1/+1 |
* | Use non-debug macros inside debugging functions, to prevent | glebius | 2005-09-02 | 1 | -4/+4 |
* | Cleanup the reader/writer policy in netgraph(4). Assign | glebius | 2005-08-26 | 1 | -24/+25 |
* | In ng_callout() assert that supplied arguments are non-NULL. | glebius | 2005-08-21 | 1 | -3/+4 |
* | Fix cut-n-paste error, introduced in rev. 1.103. | glebius | 2005-07-21 | 1 | -1/+1 |
* | Catch up with netgraph.h rev. 1.57 and fix build. | glebius | 2005-07-21 | 1 | -0/+1 |
* | Problem description: | glebius | 2005-07-21 | 1 | -67/+17 |
* | In the splnet times, netgraph was functional and synchronous. Nowadays, | glebius | 2005-07-05 | 1 | -2/+28 |
* | - Extend interface of ng_getqblk(), so that malloc wait flags are | glebius | 2005-05-16 | 1 | -26/+19 |
* | Move queue element routines upper, so that all related | glebius | 2005-05-14 | 1 | -85/+85 |
* | Use uma(9) for allocating netgraph items: | glebius | 2005-05-14 | 1 | -102/+47 |
* | Since there is no way to queue a function call to node, create | glebius | 2005-05-13 | 1 | -3/+16 |
* | Plug item leak in case when NGI_FN is applied to invalid node. | glebius | 2005-03-10 | 1 | -0/+1 |
* | Make netgraph ISR and callout MPSAFE. | glebius | 2005-02-12 | 1 | -2/+2 |
* | Rename ng_callout_trapoline to ng_callout_trampoline. | glebius | 2005-01-26 | 1 | -3/+3 |
* | With recent changes to _callout_stop_safe() we can remove a hack | glebius | 2005-01-25 | 1 | -6/+1 |
* | Fix an evil typo. | glebius | 2005-01-24 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Introduce new startup level SI_SUB_NETGRAPH that is after | emax | 2005-01-06 | 1 | -1/+1 |
* | Move systm.h up, since it is required by mbuf.h. | glebius | 2004-12-23 | 1 | -1/+1 |
* | - sort includes | glebius | 2004-12-23 | 1 | -5/+4 |
* | Assert queue mutex in ng_dequeue() and ng_queue_rw(). | glebius | 2004-12-19 | 1 | -0/+4 |
* | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | glebius | 2004-12-01 | 1 | -5/+5 |
* | Partically backout previous commit. Since _callout_stop_safe() clears | glebius | 2004-11-04 | 1 | -2/+7 |
* | - Make ng_timeout() to use callout() interface instead of timeout(). | glebius | 2004-11-02 | 1 | -19/+17 |
* | When making a peer of unknown type framework tries to load module | glebius | 2004-07-27 | 1 | -19/+5 |
* | Slight cosmetic changes. | julian | 2004-07-20 | 1 | -14/+14 |
* | Reverse a lock/unlock pair that were the wrong way around in some code that | julian | 2004-07-18 | 1 | -2/+2 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -3/+4 |
* | Remove the home-grown metadata facility in favour of the now generic | julian | 2004-06-30 | 1 | -31/+7 |
* | Not quite sure how that one got past me.. | julian | 2004-06-26 | 1 | -1/+1 |
* | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | julian | 2004-06-25 | 1 | -0/+7 |
* | Clean up use of ng_hdhasb_mtx a little: | rwatson | 2004-06-24 | 1 | -0/+5 |
* | Add a new netgraph method to allow restoration of some | julian | 2004-05-29 | 1 | -1/+4 |
* | Get rid of the deprecated *LEN constants in favour of the new | harti | 2004-01-26 | 1 | -21/+20 |
* | The last argument to mtx_init() should be MTX_DEF, not 0. This is not a | truckman | 2003-12-08 | 1 | -4/+8 |