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