summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ksocket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an erroneous comment and two style(9) bugs.archie2001-02-161-3/+5
* Fix some memory leaksjulian2001-01-101-6/+12
* Part 2 of the netgraph rewrite.julian2001-01-081-15/+14
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-28/+18
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Go back to using data_len in struct ngpppoe_init_data after discussionsbrian2000-11-161-3/+2
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Fix memory leak.archie2000-10-111-2/+2
* 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