index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netgraph
/
ng_socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug that cheated hook names out of the last 2 bytes.
archie
2001-10-10
1
-2
/
+2
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-12
/
+12
*
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)
julian
2001-02-23
1
-1
/
+0
*
Add a dummy disconnect function so that the socket code doesn't leap into
julian
2001-02-05
1
-2
/
+7
*
Make netgraph modules refuse to link with modules of a different ABI version.
julian
2001-02-05
1
-37
/
+70
*
Fix some memory leaks
julian
2001-01-10
1
-7
/
+15
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-29
/
+68
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-107
/
+96
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-8
/
+9
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-6
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-1
/
+1
*
Increase the maximum allowable datagram length.
archie
2000-08-10
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-3
/
+4
*
Remove a bunch of un-needed includes.
julian
1999-12-07
1
-1
/
+0
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
1
-1
/
+2
*
oops cut-n-paste error
julian
1999-11-21
1
-1
/
+1
*
It's time to only allow root to manipulate netgraph nodes.
julian
1999-11-21
1
-0
/
+2
*
Hopefully the last patch from Brian to get server side PPPoE working.
julian
1999-11-21
1
-4
/
+2
*
Fixes from brian. With some changes from me.
julian
1999-11-21
1
-22
/
+38
*
Provide an empty name to getsockname() if one hasn't been set up.
brian
1999-11-11
1
-15
/
+28
*
Move a structure Netstat needs back out to ng_socketvar.h (yech)
julian
1999-11-06
1
-18
/
+1
*
Add the option for a socket node to shut down when the last hook
julian
1999-11-05
1
-2
/
+55
*
Add typedefs for node methods
julian
1999-11-01
1
-7
/
+6
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-0
/
+957