aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sample.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-021-3/+3
* MFC: change Archie's and my email addresses Whistle.com->freebsd.orgJulian Elischer2000-10-241-1/+1
* MFC: allocate all memory with M_NOWAITArchie Cobbs2000-10-011-1/+1
* Show how to supply a struct ng_cmdlist for (de)asciificationArchie Cobbs1999-12-011-7/+34
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-241-1/+1
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.Archie Cobbs1999-11-021-9/+9
* Add typedefs for node methodsJulian Elischer1999-11-011-10/+9
* braino in sample code.Julian Elischer1999-11-011-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+441