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_base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The last argument to mtx_init() should be MTX_DEF, not 0. This is not a
truckman
2003-12-08
1
-4
/
+8
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-1
/
+2
*
Replace the lock-less algorithm for the free item list with a more
harti
2003-11-05
1
-64
/
+36
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-2
/
+2
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-1
/
+1
*
Add two loader tuneables that allow one to change the maximum number of
harti
2003-03-02
1
-1
/
+11
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-22
1
-2
/
+2
*
Make the consumers of the linker_load_file() function use
mux
2002-08-02
1
-1
/
+1
*
Fix GCC warnings caused by initializing a zero length array. In the process,
archie
2002-05-31
1
-3
/
+3
*
Fix warnings: deprecated use of label at end of compound statement
peter
2002-05-24
1
-0
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-6
/
+6
*
Official timeout routines for netgraph nodes that know how to
julian
2002-03-05
1
-0
/
+62
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-5
/
+5
*
Fix two typos
brian
2001-08-21
1
-2
/
+2
*
Add an external function to unlink a netgraph type from the types list.
julian
2001-07-23
1
-0
/
+20
*
remember to set the return address in a message when
julian
2001-07-14
1
-0
/
+1
*
netgraph.h:
julian
2001-03-10
1
-18
/
+56
*
Cleanups to Macros for sending data between netgraph nodes.
julian
2001-03-03
1
-1
/
+0
*
Shuffle netgraph mutexes a bit and hold a reference on a node
julian
2001-02-28
1
-2
/
+4
*
Allow a changed MAC address to show up in ifconfig by changing it
julian
2001-02-26
1
-1
/
+1
*
Add knowledge of the netgraph spinlocks into the Witness code.
julian
2001-02-24
1
-5
/
+12
*
Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)
julian
2001-02-23
1
-0
/
+4
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
1
-1
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-67
/
+67
*
Make netgraph modules refuse to link with modules of a different ABI version.
julian
2001-02-05
1
-1
/
+2
*
Clean up reference counting with relation to queued packets and the worklist,
julian
2001-02-01
1
-133
/
+102
*
Add the ability to declare ore-ride methods on a per-hook basis
julian
2001-01-31
1
-15
/
+32
*
Implement direct support for semipersistant nodes.
julian
2001-01-30
1
-183
/
+146
*
Only clear the 'free' bit if we were successful in getting a queue item off t...
julian
2001-01-25
1
-2
/
+6
*
Don't crash the kernel if the user tries to load a netgraph
julian
2001-01-24
1
-4
/
+10
*
Add MTX_SPIN to an mtx_init(
julian
2001-01-22
1
-1
/
+1
*
remove stupid braino (recursive mutex)
julian
2001-01-21
1
-16
/
+20
*
Add a generic "queued function callin" mechanism
julian
2001-01-14
1
-188
/
+380
*
remove debug sysctl
julian
2001-01-11
1
-1
/
+4
*
Make hook deletion SMP safe.
julian
2001-01-11
1
-52
/
+88
*
Add an exported function ng_rmhook_self() that removes a hook
julian
2001-01-11
1
-4
/
+101
*
Unbreak compilation.
archie
2001-01-11
1
-1
/
+1
*
Changes to stop zombie nodes showing up in active node lists.
julian
2001-01-10
1
-21
/
+34
*
Bad julian.. forgot to destroy mutex before freeing the
julian
2001-01-08
1
-0
/
+1
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-257
/
+475
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-604
/
+1580
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+15
*
oops that commit included a local hack... take it out..
julian
2000-12-12
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-78
/
+110
*
Add splhigh()s to protect against a race condition
julian
2000-12-02
1
-7
/
+17
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-4
/
+2
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-2
/
+2
[next]