Home | History | Annotate | only in /src/usr.sbin/altq/altqd
History log of /src/usr.sbin/altq/altqd
RevisionDateAuthorComments
 1.8 25-Aug-2011  joerg Use of non-literal format string.
 1.7 16-Aug-2011  christos remove gcc-4.5 hack and check fileno instead.
 1.6 09-Aug-2011  joerg Passes with the relaxed array boundary check in clang
 1.5 22-Jun-2011  mrg apply some -Wno-error/-Wno-enum-compare/-Wno-array-bounds.

this should be looked at more closely.
 1.4 05-Mar-2002  itojun bring in latest ALTQ from kjc.
 1.3 11-Jan-2001  enami Use PRINTOBJDIR.
 1.2 16-Dec-2000  thorpej Build glue for ALTQ programs.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.20 15-Mar-2025  gutteridge altq.conf.5: minor grammar and style consistency fixes
 1.19 14-Jul-2021  ozaki-r branches: 1.19.4;
libaltq, cbq: add two options to interface

- no-control: don't create a control class automatically
- no-tbr: don't install TBR
 1.18 09-Apr-2019  sevan bump date
 1.17 09-Apr-2019  sevan Drop Pp before Bl
 1.16 03-Jul-2017  wiz branches: 1.16.6;
Remove workaround for ancient HTML generation code.
 1.15 08-Sep-2013  jakllsch use IPv6 Documentation Prefix (2001:db8::/32) instead of unallocated
d000:a::/32 prefix
 1.14 25-Apr-2011  wiz branches: 1.14.4; 1.14.10;
Typo, and markup consistency. From YOMURA Masanori.
 1.13 15-Mar-2009  joerg Fix markup, making it symmetrical between filter6_values and
filter_values.
 1.12 11-Sep-2008  joerg branches: 1.12.6;
Add support for source address hashhing in ALTQs WFQ. This allows to
easily distribute bandwidth for huge number of clients for incoming
traffic.
 1.11 13-Apr-2007  plunky branches: 1.11.12;
fix mdoc warning: remove extraneous .El
 1.10 14-Oct-2006  wiz branches: 1.10.2; 1.10.4;
"Millisecond" doesn't have a hyphen. New sentence, new line. PostScript
output improvements. Bump date for previous.
 1.9 12-Oct-2006  peter Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).
 1.8 31-Mar-2003  perry branches: 1.8.12;
Spelling errors (some from Igor Sobrado, PR misc/19909)
XXX this needs to be fed back to the altq maintainers, but I don't
know who they are.
XXX This man page needs a lot of cleanup.
 1.7 15-Mar-2003  wiz Use "its" instead of "it's" where appropriate.
From Soren Jacobsen in PR 20730.
 1.6 05-Mar-2002  itojun bring in latest ALTQ from kjc.
 1.5 08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.4 16-Aug-2001  itojun string length audit (use strlcpy). sync with latest kame ALTQ.
 1.3 05-Jun-2001  wiz No argument for .Os.
 1.2 08-May-2001  wiz Add RCS Ids.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.8.12.1 18-Mar-2006  peter Sync with KAME.
 1.10.4.1 15-Sep-2008  skrll Sync with netbsd-4.
 1.10.2.1 14-Sep-2008  bouyer Pull up following revision(s) (requested by joerg in ticket #1197):
sys/altq/altq_wfq.c: revision 1.19
sys/altq/altq_wfq.h: revision 1.6
usr.sbin/altq/altqd/altq.conf.5: revision 1.12
usr.sbin/altq/libaltq/qop_wfq.c: revision 1.6
Add support for source address hashhing in ALTQs WFQ. This allows to
easily distribute bandwidth for huge number of clients for incoming
traffic.
 1.11.12.1 24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.12.6.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.14.10.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.14.4.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.16.6.1 10-Jun-2019  christos Sync with HEAD
 1.19.4.1 02-Aug-2025  perseant Sync with HEAD
 1.12 15-Nov-2023  gutteridge altqd.8: grammar tweak (verb phrase)
 1.11 23-Dec-2006  wiz Use more markup, remove superfluous Ns calls.
 1.10 26-Nov-2006  peter Since the -D option doesn't do anything useful at all, remove it.
 1.9 17-Jun-2005  peter - add -D to usage
- use getprogname()
- sort options (usage, synopsis and description)
- add `Ar conf_file' to -f option (description)

From Kouichirou Hiratsuka in PR/26532.
 1.8 27-Jun-2003  wiz Quote question mark.
 1.7 05-Mar-2002  itojun bring in latest ALTQ from kjc.
 1.6 19-Jan-2002  wiz Sort SEE ALSO.
 1.5 22-Aug-2001  itojun sync with latest kame tree. snprintf() return value audit, log() cleanup,
and such.
 1.4 16-Aug-2001  itojun string length audit (use strlcpy). sync with latest kame ALTQ.
 1.3 05-Jun-2001  wiz Add .Os.
 1.2 08-May-2001  wiz Add RCS Ids.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.11 29-Aug-2011  joerg Use __dead.
 1.10 16-Aug-2011  christos remove gcc-4.5 hack and check fileno instead.
 1.9 26-Nov-2006  peter Since the -D option doesn't do anything useful at all, remove it.
 1.8 17-Jun-2005  peter - add -D to usage
- use getprogname()
- sort options (usage, synopsis and description)
- add `Ar conf_file' to -f option (description)

From Kouichirou Hiratsuka in PR/26532.
 1.7 05-Mar-2002  itojun bring in latest ALTQ from kjc.
 1.6 22-Aug-2001  itojun sync with latest kame tree. snprintf() return value audit, log() cleanup,
and such.
 1.5 16-Aug-2001  itojun $NetBSD$
 1.4 16-Aug-2001  itojun string length audit (use strlcpy). sync with latest kame ALTQ.
 1.3 06-Apr-2001  thorpej No need to report that we're going into daemon mode.
 1.2 10-Jan-2001  lukem no need for LOG_PERROR if we're about to daemon()ize (and close
stderr in the process)
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.2 16-Dec-2000  thorpej Build glue for ALTQ programs.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.2 16-Dec-2000  thorpej Build glue for ALTQ programs.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.6 02-May-2008  xtraeme Constify and other misc fixes to make this build with WARNS=4.
 1.5 05-Mar-2002  itojun branches: 1.5.34;
bring in latest ALTQ from kjc.
 1.4 22-Aug-2001  itojun sync with latest kame tree. snprintf() return value audit, log() cleanup,
and such.
 1.3 16-Aug-2001  itojun $NetBSD$
 1.2 16-Aug-2001  itojun string length audit (use strlcpy). sync with latest kame ALTQ.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.5.34.1 18-May-2008  yamt sync with head.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 05-Mar-2002  itojun bring in latest ALTQ from kjc.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.
 1.2 28-May-2022  andvar s/hierach/hierarch/
 1.1 16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1 16-Dec-2000  thorpej Import the altq configuration daemon.

RSS XML Feed