| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -5/+5 |
* | Fix two typos | brian | 2001-08-21 | 1 | -2/+2 |
* | Add an external function to unlink a netgraph type from the types list. | julian | 2001-07-23 | 1 | -0/+20 |
* | remember to set the return address in a message when | julian | 2001-07-14 | 1 | -0/+1 |
* | netgraph.h: | julian | 2001-03-10 | 1 | -18/+56 |
* | Cleanups to Macros for sending data between netgraph nodes. | julian | 2001-03-03 | 1 | -1/+0 |
* | Shuffle netgraph mutexes a bit and hold a reference on a node | julian | 2001-02-28 | 1 | -2/+4 |
* | Allow a changed MAC address to show up in ifconfig by changing it | julian | 2001-02-26 | 1 | -1/+1 |
* | Add knowledge of the netgraph spinlocks into the Witness code. | julian | 2001-02-24 | 1 | -5/+12 |
* | Shuffle sysctls a bit (thankyou whoever made them dynamic for modules) | julian | 2001-02-23 | 1 | -0/+4 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -67/+67 |
* | Make netgraph modules refuse to link with modules of a different ABI version. | julian | 2001-02-05 | 1 | -1/+2 |
* | Clean up reference counting with relation to queued packets and the worklist, | julian | 2001-02-01 | 1 | -133/+102 |
* | Add the ability to declare ore-ride methods on a per-hook basis | julian | 2001-01-31 | 1 | -15/+32 |
* | Implement direct support for semipersistant nodes. | julian | 2001-01-30 | 1 | -183/+146 |
* | Only clear the 'free' bit if we were successful in getting a queue item off t... | julian | 2001-01-25 | 1 | -2/+6 |
* | Don't crash the kernel if the user tries to load a netgraph | julian | 2001-01-24 | 1 | -4/+10 |
* | Add MTX_SPIN to an mtx_init( | julian | 2001-01-22 | 1 | -1/+1 |
* | remove stupid braino (recursive mutex) | julian | 2001-01-21 | 1 | -16/+20 |
* | Add a generic "queued function callin" mechanism | julian | 2001-01-14 | 1 | -188/+380 |
* | remove debug sysctl | julian | 2001-01-11 | 1 | -1/+4 |
* | Make hook deletion SMP safe. | julian | 2001-01-11 | 1 | -52/+88 |
* | Add an exported function ng_rmhook_self() that removes a hook | julian | 2001-01-11 | 1 | -4/+101 |
* | Unbreak compilation. | archie | 2001-01-11 | 1 | -1/+1 |
* | Changes to stop zombie nodes showing up in active node lists. | julian | 2001-01-10 | 1 | -21/+34 |
* | Bad julian.. forgot to destroy mutex before freeing the | julian | 2001-01-08 | 1 | -0/+1 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -257/+475 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -604/+1580 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -1/+15 |
* | oops that commit included a local hack... take it out.. | julian | 2000-12-12 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -78/+110 |
* | Add splhigh()s to protect against a race condition | julian | 2000-12-02 | 1 | -7/+17 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -4/+2 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -2/+2 |
* | Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle really | archie | 2000-08-10 | 1 | -1/+1 |
* | Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible | archie | 2000-07-20 | 1 | -5/+5 |
* | Experiemntal ascii based device configuration mechanism. | phk | 2000-07-03 | 1 | -0/+8 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -3/+3 |
* | Don't assume *lasthook is initialized in ng_path2node(). | archie | 2000-05-02 | 1 | -2/+2 |
* | Use 'type_name' structure field instead of 'typename', which is | archie | 2000-05-01 | 1 | -1/+21 |
* | A temporary band-aid for ng_base. It works for some people, a better | peter | 2000-05-01 | 1 | -6/+3 |
* | Minimal tweak to make the ng_XXX modules depend on netgraph so that they | peter | 2000-04-29 | 1 | -0/+2 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -22/+57 |
* | Fix uninitialized variable. | archie | 2000-04-12 | 1 | -1/+1 |
* | Some minor prototype tweaks. | archie | 2000-03-13 | 1 | -1/+1 |
* | Remove a bunch of un-needed includes. | julian | 1999-12-07 | 1 | -1/+0 |
* | Add a new function ng_findhook() for finding a node's hook; | archie | 1999-12-03 | 1 | -14/+25 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -0/+319 |