aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ksocket.h
Commit message (Expand)AuthorAgeFilesLines
* Use variable-sized arrays where appropriate.Ruslan Ermilov2005-10-281-1/+1
* When netgraph(4) was converted to use mbuf_tags(9) instead of meta-dataGleb Smirnoff2005-02-121-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* oops from Gleb..Julian Elischer2004-06-251-0/+3
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-251-2/+8
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-5/+1
* When a socket is not connected, allow the peer "struct sockaddr"Archie Cobbs2001-11-281-0/+3
* First pass at porting John's "accept" changes toJulian Elischer2001-09-071-0/+17
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* "u_int32_t" should have been "int32_t".Archie Cobbs2000-08-101-2/+2
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-0/+22
* New netgraph node type "ksocket".Archie Cobbs1999-11-161-0/+62