summaryrefslogtreecommitdiffstats
path: root/sys/contrib/altq
Commit message (Expand)AuthorAgeFilesLines
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+4
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-1/+3
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+1
* Change __FreeBSD_version to prepare for merging r184102.jkim2009-01-211-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-14/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-238-99/+93
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-0/+6
* I think we can remove the conditionals for freebsd 2.0 nowjulian2008-08-251-2/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Fix a bug where the callout might not be initialized before being used.njl2007-07-121-6/+18
* Link pf 4.1 to the build:mlaier2007-07-034-16/+12
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-0/+19
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-066-6/+21
* Do not use the TSC where its known to be broken, this will cause the queuethompsa2006-03-021-1/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Do not fail to initialize callouts (on SMP only) -- it leads to crashing.green2005-02-221-3/+4
* Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. Itmlaier2005-02-212-1/+9
* Disable "bulk dequeue" when enabling ALTQ so it does not irritate themlaier2004-06-151-0/+1
* Transform tbr_dequeue into a function pointer in order to build drivers withmlaier2004-06-152-3/+7
* #if out an old leftover in the KAME code. opt_cpu.h is no longer useful heremlaier2004-06-131-0/+2
* Add an additional queue which will be "owned by the driver". This allows tomlaier2004-06-121-0/+7
* FreeBSD-ify ALTQ:mlaier2004-06-129-21/+164
* Import parts of the ALTQ framework from latest KAME snapshot (which is up tomlaier2004-06-1221-0/+14567
OpenPOWER on IntegriCloud