summaryrefslogtreecommitdiff
path: root/sys/altq
AgeCommit message (Expand)Author
2009-12-06Move BLUE_STATS to a commented out line since it is always enabled indsl
2009-11-22s/the the/the/mbalmer
2009-08-18Remove code bracketed by #ifdef __FreeBSD__.dyoung
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-04add braces for symmetrypooka
2008-11-25Use binuptime(9) and emulate 1GiHz (2^30) counter rather thantsutsui
2008-11-25In machclk functions always emulate 1GHz counter using nanotime(9)tsutsui
2008-11-07*** Summary ***dyoung
2008-09-11Add support for source address hashhing in ALTQs WFQ. This allows tojoerg
2008-08-29Don't redefine INFINITY.gmcgarry
2008-07-15Use more timespecs internally. From Alexander Shishkin and me.christos
2008-06-18merge yamt-pf42 branch.yamt
2008-05-10Use MI cpu_counter() interface.ad
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-04init tbr_callout in all cases (hi ad!)pooka
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-26Remove duplicate #include <sys/kauth.h>hubertf
2007-03-05Use mtod(m, char*) when doing pointer arithmetic on the result.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-12-20Comment out #ident.rpaulo
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-28Don't allow to initialize an interface with MTU smaller than one.peter
2006-10-24avoid shadowing "delay"mrg
2006-10-20Kill another KAUTH_GENERIC_ISSUSER.elad
2006-10-20Kill some KAUTH_GENERIC_ISSUSER.elad
2006-10-15Don't enable ALTQ in altq_pfattach. Enabling/disabling of ALTQ is alreadypeter
2006-10-13Only compile in pf specific code when pf is configured.peter
2006-10-12Use another number for JOBS_CLEAR because it clashes with PRIQ_CLEAR.peter
2006-10-12Merge the peter-altq branch.peter
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerchristos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-19Add ALTQ_PRIQ.rpaulo
2006-06-07fix timecounter falloutchristos
2006-05-15kauth falloutchristos
2006-05-14integrate kauth.elad
2006-04-23Complete the FREE -> free transition and add more NULL checks for mallocchristos
2006-04-23Use malloc/free instead of MALLOC/FREE and M_ZERO instead of memset.christos
2006-02-25Fix some typos.wiz
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-07-13rename shadowing variable delay to nowdelay.mrg
2005-06-06add a missing const.christos
2005-02-26nuke trailing whitespaceperry
2004-06-26Fix URL to Wu-chang Feng's BLUEabs