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
/
contrib
/
altq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug where the callout might not be initialized before being used.
njl
2007-07-12
1
-6
/
+18
*
Link pf 4.1 to the build:
mlaier
2007-07-03
4
-16
/
+12
*
Add an interface for drivers to be notified of changes to CPU frequency.
njl
2007-03-26
1
-0
/
+19
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
6
-6
/
+21
*
Do not use the TSC where its known to be broken, this will cause the queue
thompsa
2006-03-02
1
-1
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Do not fail to initialize callouts (on SMP only) -- it leads to crashing.
green
2005-02-22
1
-3
/
+4
*
Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. It
mlaier
2005-02-21
2
-1
/
+9
*
Disable "bulk dequeue" when enabling ALTQ so it does not irritate the
mlaier
2004-06-15
1
-0
/
+1
*
Transform tbr_dequeue into a function pointer in order to build drivers with
mlaier
2004-06-15
2
-3
/
+7
*
#if out an old leftover in the KAME code. opt_cpu.h is no longer useful here
mlaier
2004-06-13
1
-0
/
+2
*
Add an additional queue which will be "owned by the driver". This allows to
mlaier
2004-06-12
1
-0
/
+7
*
FreeBSD-ify ALTQ:
mlaier
2004-06-12
9
-21
/
+164
*
Import parts of the ALTQ framework from latest KAME snapshot (which is up to
mlaier
2004-06-12
21
-0
/
+14567