summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ksocket.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-1/+1
* Take advantage of the new unsigned and hex integer types.archie2000-08-101-2/+2
* In a struct sockaddr, sa->sa_len can be zero if uninitialized.archie2000-08-091-1/+1
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Remove a bunch of un-needed includes.julian1999-12-071-2/+0
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-66/+491
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-1/+1
* Add some safety using KASSERT() and splnet().archie1999-11-191-12/+18
* New netgraph node type "ksocket".archie1999-11-161-0/+481
OpenPOWER on IntegriCloud