summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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