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
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
1
-2
/
+3
*
Deprecate tsc_present as the last of its real consumers finally disappeared.
jkim
2011-03-15
1
-3
/
+5
*
Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turns
jkim
2011-03-11
1
-2
/
+2
*
Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because
jkim
2011-03-10
1
-5
/
+6
*
Remove alpha reminiscence from altq.
jkim
2011-03-10
1
-47
/
+2
*
Consistently add TSC support for amd64.
jkim
2011-03-10
1
-6
/
+7
*
Remove support for FreeBSD 4.x and below.
jkim
2011-03-10
10
-57
/
+8
*
Fix two memory leaks in error cases.
brueffer
2009-11-05
1
-2
/
+7
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-4
/
+4
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-3
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-1
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
tbr_timeout() is a timer driven function[1]. While the previous commit
bz
2009-05-18
1
-10
/
+21
*
Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.
bz
2009-05-17
1
-0
/
+1
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+4
*
Shuffle the vimage.h includes or add where missing.
bz
2009-02-27
1
-1
/
+3
*
Change the functions to ANSI in those cases where it breaks promotion
rdivacky
2009-02-24
1
-4
/
+1
*
Change __FreeBSD_version to prepare for merging r184102.
jkim
2009-01-21
1
-1
/
+1
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-14
/
+16
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
8
-99
/
+93
*
Turn off CPU frequency change notifiers when the TSC is P-state invariant
jkim
2008-10-21
1
-0
/
+6
*
I think we can remove the conditionals for freebsd 2.0 now
julian
2008-08-25
1
-2
/
+0
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
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