summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
Commit message (Expand)AuthorAgeFilesLines
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* Fix two typosbrian2001-08-211-2/+2
* Add an external function to unlink a netgraph type from the types list.julian2001-07-231-0/+20
* remember to set the return address in a message whenjulian2001-07-141-0/+1
* netgraph.h:julian2001-03-101-18/+56
* Cleanups to Macros for sending data between netgraph nodes.julian2001-03-031-1/+0
* Shuffle netgraph mutexes a bit and hold a reference on a nodejulian2001-02-281-2/+4
* Allow a changed MAC address to show up in ifconfig by changing itjulian2001-02-261-1/+1
* Add knowledge of the netgraph spinlocks into the Witness code.julian2001-02-241-5/+12
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-231-0/+4
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-67/+67
* Make netgraph modules refuse to link with modules of a different ABI version.julian2001-02-051-1/+2
* Clean up reference counting with relation to queued packets and the worklist,julian2001-02-011-133/+102
* Add the ability to declare ore-ride methods on a per-hook basisjulian2001-01-311-15/+32
* Implement direct support for semipersistant nodes.julian2001-01-301-183/+146
* Only clear the 'free' bit if we were successful in getting a queue item off t...julian2001-01-251-2/+6
* Don't crash the kernel if the user tries to load a netgraphjulian2001-01-241-4/+10
* Add MTX_SPIN to an mtx_init(julian2001-01-221-1/+1
* remove stupid braino (recursive mutex)julian2001-01-211-16/+20
* Add a generic "queued function callin" mechanismjulian2001-01-141-188/+380
* remove debug sysctljulian2001-01-111-1/+4
* Make hook deletion SMP safe.julian2001-01-111-52/+88
* Add an exported function ng_rmhook_self() that removes a hookjulian2001-01-111-4/+101
* Unbreak compilation.archie2001-01-111-1/+1
* Changes to stop zombie nodes showing up in active node lists.julian2001-01-101-21/+34
* Bad julian.. forgot to destroy mutex before freeing thejulian2001-01-081-0/+1
* Part 2 of the netgraph rewrite.julian2001-01-081-257/+475
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-604/+1580
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+15
* oops that commit included a local hack... take it out..julian2000-12-121-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-78/+110
* Add splhigh()s to protect against a race conditionjulian2000-12-021-7/+17
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-4/+2
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-2/+2
* Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle reallyarchie2000-08-101-1/+1
* Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possiblearchie2000-07-201-5/+5
* Experiemntal ascii based device configuration mechanism.phk2000-07-031-0/+8
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Don't assume *lasthook is initialized in ng_path2node().archie2000-05-021-2/+2
* Use 'type_name' structure field instead of 'typename', which isarchie2000-05-011-1/+21
* A temporary band-aid for ng_base. It works for some people, a betterpeter2000-05-011-6/+3
* Minimal tweak to make the ng_XXX modules depend on netgraph so that theypeter2000-04-291-0/+2
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-22/+57
* Fix uninitialized variable.archie2000-04-121-1/+1
* Some minor prototype tweaks.archie2000-03-131-1/+1
* Remove a bunch of un-needed includes.julian1999-12-071-1/+0
* Add a new function ng_findhook() for finding a node's hook;archie1999-12-031-14/+25
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-0/+319
OpenPOWER on IntegriCloud