aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-1/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* oops cut-n-paste errorJulian Elischer1999-11-211-1/+1
* It's time to only allow root to manipulate netgraph nodes.Julian Elischer1999-11-211-0/+2
* Hopefully the last patch from Brian to get server side PPPoE working.Julian Elischer1999-11-211-4/+2
* Fixes from brian. With some changes from me.Julian Elischer1999-11-211-21/+37
* Provide an empty name to getsockname() if one hasn't been set up.Brian Somers1999-11-111-15/+28
* Move a structure Netstat needs back out to ng_socketvar.h (yech)Julian Elischer1999-11-061-18/+1
* Add the option for a socket node to shut down when the last hookJulian Elischer1999-11-051-2/+55
* Add typedefs for node methodsJulian Elischer1999-11-011-7/+6
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+957