aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/altq/altq/altq_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-1981/+0
* Move new pf includes to the pf directory. The pfvar.h remainGleb Smirnoff2013-10-271-2/+2
* Start splitting pfvar.h into internal and external parts.Gleb Smirnoff2013-10-261-1/+3
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-6/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-2/+3
* Deprecate tsc_present as the last of its real consumers finally disappeared.Jung-uk Kim2011-03-151-3/+5
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsJung-uk Kim2011-03-111-2/+2
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becauseJung-uk Kim2011-03-101-5/+6
* Remove alpha reminiscence from altq.Jung-uk Kim2011-03-101-47/+2
* Consistently add TSC support for amd64.Jung-uk Kim2011-03-101-6/+7
* Remove support for FreeBSD 4.x and below.Jung-uk Kim2011-03-101-10/+3
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-3/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* tbr_timeout() is a timer driven function[1]. While the previous commitBjoern A. Zeeb2009-05-181-10/+21
* Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.Bjoern A. Zeeb2009-05-171-0/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+4
* Shuffle the vimage.h includes or add where missing.Bjoern A. Zeeb2009-02-271-1/+3
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-4/+1
* Change __FreeBSD_version to prepare for merging r184102.Jung-uk Kim2009-01-211-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-7/+7
* Turn off CPU frequency change notifiers when the TSC is P-state invariantJung-uk Kim2008-10-211-0/+6
* I think we can remove the conditionals for freebsd 2.0 nowJulian Elischer2008-08-251-2/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Fix a bug where the callout might not be initialized before being used.Nate Lawson2007-07-121-6/+18
* Add an interface for drivers to be notified of changes to CPU frequency.Nate Lawson2007-03-261-0/+19
* Do not use the TSC where its known to be broken, this will cause the queueAndrew Thompson2006-03-021-1/+2
* Do not fail to initialize callouts (on SMP only) -- it leads to crashing.Brian Feldman2005-02-221-3/+4
* Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. ItMax Laier2005-02-211-0/+7
* Disable "bulk dequeue" when enabling ALTQ so it does not irritate theMax Laier2004-06-151-0/+1
* Transform tbr_dequeue into a function pointer in order to build drivers withMax Laier2004-06-151-1/+5
* #if out an old leftover in the KAME code. opt_cpu.h is no longer useful hereMax Laier2004-06-131-0/+2
* FreeBSD-ify ALTQ:Max Laier2004-06-121-15/+82
* Import parts of the ALTQ framework from latest KAME snapshot (which is up tovendor/altq/20040607vendor/altqMax Laier2004-06-121-0/+1901