aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ksocket.c
Commit message (Expand)AuthorAgeFilesLines
* Reference the socket we're accepting.Benno Rice2002-09-141-0/+2
* Remember who asked for a connect or accept operation so we can actually tellBenno Rice2002-09-111-2/+2
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-221-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-8/+7
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-49/+11
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-11/+49
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-3/+3
* Avoid reentrantly sending on the same socket, which causes a kernel panic.Archie Cobbs2002-01-061-0/+9
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* When a socket is not connected, allow the peer "struct sockaddr"Archie Cobbs2001-11-281-13/+74
* Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.Archie Cobbs2001-10-101-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-11/+11
* First pass at porting John's "accept" changes toJulian Elischer2001-09-071-49/+366
* Fix an erroneous comment and two style(9) bugs.Archie Cobbs2001-02-161-3/+5
* Fix some memory leaksJulian Elischer2001-01-101-6/+12
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-15/+14
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-28/+18
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-2/+1
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-2/+1
* Go back to using data_len in struct ngpppoe_init_data after discussionsBrian Somers2000-11-161-3/+2
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Fix memory leak.Archie Cobbs2000-10-111-2/+2
* Allocate all memory (including within node constructors) with M_NOWAITArchie Cobbs2000-09-211-1/+1
* Take advantage of the new unsigned and hex integer types.Archie Cobbs2000-08-101-2/+2
* In a struct sockaddr, sa->sa_len can be zero if uninitialized.Archie Cobbs2000-08-091-1/+1
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-2/+3
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-2/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-66/+491
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-241-1/+1
* Add some safety using KASSERT() and splnet().Archie Cobbs1999-11-191-12/+18
* New netgraph node type "ksocket".Archie Cobbs1999-11-161-0/+481