summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-1/+1
* Use KASSERT() instead of old #ifdef DIAGNOSTICS.archie1999-11-191-14/+22
* Remove a null pointer referencejulian1999-11-091-1/+1
* Be more accepting about the format of node IDs.julian1999-11-071-2/+2
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.archie1999-11-021-29/+13
* Start making the contents of the generic framework opaque to the nodes.julian1999-11-011-25/+50
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+1633
OpenPOWER on IntegriCloud