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
/
net
/
pfil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix semantics of ph_busy_count == -1 to pass instead of block.
mlaier
2005-05-23
1
-1
/
+3
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Change pfil starvation prevention from fail-open to fail-close.
mlaier
2004-10-08
1
-2
/
+10
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-6
/
+6
*
Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:
mlaier
2004-09-22
1
-2
/
+2
*
o update PFIL_HOOKS support to current API used by netbsd
sam
2003-09-23
1
-76
/
+280
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Remove __P.
alfred
2002-03-19
1
-11
/
+7
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-3
/
+3
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Add pfil(9) subroutines and manpage from NetBSD.
darrenr
2000-05-10
1
-0
/
+176