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
/
netgraph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the deprecated *LEN constants and use the new *SIZ
harti
2004-01-26
1
-2
/
+2
*
Double length of node names, hook names, command strings and types. Add
harti
2003-11-12
1
-1
/
+1
*
Use a single style of multiple inclusion protection for Netgraph headers.
ru
2003-11-11
1
-1
/
+1
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-22
1
-3
/
+3
*
When declaring local variables in macros, always use "_name" instead
archie
2002-08-20
1
-33
/
+34
*
Official timeout routines for netgraph nodes that know how to
julian
2002-03-05
1
-0
/
+4
*
Add an external function to unlink a netgraph type from the types list.
julian
2001-07-23
1
-0
/
+1
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
netgraph.h:
julian
2001-03-10
1
-5
/
+7
*
Cleanups to Macros for sending data between netgraph nodes.
julian
2001-03-03
1
-62
/
+32
*
Add parenthesis to a macro.
julian
2001-03-03
1
-1
/
+1
*
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)
julian
2001-02-23
1
-1
/
+5
*
Make netgraph modules refuse to link with modules of a different ABI version.
julian
2001-02-05
1
-1
/
+3
*
Change the kernel internal ABI number as the HOOK structure has changed.
julian
2001-02-01
1
-1
/
+1
*
Add the ability to declare ore-ride methods on a per-hook basis
julian
2001-01-31
1
-11
/
+38
*
Implement direct support for semipersistant nodes.
julian
2001-01-30
1
-33
/
+100
*
Add a generic "queued function callin" mechanism
julian
2001-01-14
1
-9
/
+49
*
Add an exported function ng_rmhook_self() that removes a hook
julian
2001-01-11
1
-1
/
+3
*
Unbreak compilation.
archie
2001-01-11
1
-1
/
+1
*
Fix some memory leaks
julian
2001-01-10
1
-1
/
+2
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-171
/
+564
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-67
/
+373
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+8
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-28
/
+54
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-5
/
+5
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-5
/
+5
*
Macro call to ng_send_dataq() should have been to ng_send_data() instead.
archie
2000-05-01
1
-5
/
+5
*
Use 'type_name' structure field instead of 'typename', which is
archie
2000-05-01
1
-0
/
+1
*
Minimal tweak to make the ng_XXX modules depend on netgraph so that they
peter
2000-04-29
1
-1
/
+2
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-7
/
+21
*
Some minor prototype tweaks.
archie
2000-03-13
1
-5
/
+4
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-1
/
+1
*
Add a new function ng_findhook() for finding a node's hook;
archie
1999-12-03
1
-0
/
+1
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
1
-5
/
+21
*
Add typedefs for node methods
julian
1999-11-01
1
-26
/
+25
*
Start making the contents of the generic framework opaque to the nodes.
julian
1999-11-01
1
-1
/
+4
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-0
/
+255