summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ksocket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-8/+7
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-49/+11
* Lock down a socket, milestone 1.tanimura2002-05-201-11/+49
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Pre-KSE/M3 commit.julian2002-02-071-3/+3
* Avoid reentrantly sending on the same socket, which causes a kernel panic.archie2002-01-061-0/+9
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* When a socket is not connected, allow the peer "struct sockaddr"archie2001-11-281-13/+74
* Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.archie2001-10-101-1/+1
* KSE Milestone 2julian2001-09-121-11/+11
* First pass at porting John's "accept" changes tojulian2001-09-071-49/+366
* 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