summaryrefslogtreecommitdiff
path: root/sys/altq/altq_red.c
AgeCommit message (Expand)Author
2021-12-05s/failes/fails/ in comment.msaitoh
2021-09-21Remove FreeBSD blocks that did not compile anyway, and use l->l_credchristos
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2019-12-26s/lenght/length/msaitoh
2018-11-15Remove the 't' argument from m_tag_find().maxv
2016-04-20IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantationknakahara
2011-11-19First step of random number subsystem rework described intls
2008-06-18merge yamt-pf42 branch.yamt
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-03-26Remove duplicate #include <sys/kauth.h>hubertf
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-20Kill some KAUTH_GENERIC_ISSUSER.elad
2006-10-13Only compile in pf specific code when pf is configured.peter
2006-10-12Merge the peter-altq branch.peter
2006-10-12- sprinkle __unused on function decls.christos
2006-07-21- Use the LWP cached credentials where sane.ad
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
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-02-13Spell length with h after t. Inspired by a commit by brad@openbsd.wiz
2003-11-09- kill bzero/bcopychristos
2003-10-07There is NO reason to use arc4random() here, and it needlessly slows down themycroft
2003-09-05use arc4random. sync w/ kameitojun
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-11-12add RCSIDslukem
2001-07-05Fix typo. s/extention/extension/toshii
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2000-12-14Add NetBSD RCS IDs.thorpej
2000-12-14Import ALTQ from KAME.thorpej