| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+2 |
* | Replace the lock-less algorithm for the free item list with a more | harti | 2003-11-05 | 1 | -64/+36 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -2/+2 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -1/+1 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -1/+1 |
* | Add two loader tuneables that allow one to change the maximum number of | harti | 2003-03-02 | 1 | -1/+11 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-22 | 1 | -2/+2 |
* | Make the consumers of the linker_load_file() function use | mux | 2002-08-02 | 1 | -1/+1 |