summaryrefslogtreecommitdiff
path: root/usr.sbin/altq/libaltq
AgeCommit message (Collapse)Author
2002-05-31fail if the default class is smaller than the ctl class.Kenjiro Cho
report by Paul Civati <paul@xciv.org>
2002-03-01sync with KAMEKenjiro Cho
fix the argument for an unknown hash policy: argv -> *argv
2002-02-20sync with KAMEKenjiro Cho
- #include <err.h> - remove unused variables. - initialize rval.
2002-02-15bit of strcpy and sprintf cullingTheo de Raadt
2002-02-13rewrite the parser code to get rid of the heritageKenjiro Cho
from rsvpd (rtap_cmds.c). replace the USC copyright by mine. it was OKed by the rsvp folks long time ago. this was the last USC copyright in the ALTQ related files. make "delete" command to accept filter name so that named filters can be deleted.
2001-12-03fix bugs in reporting unknown keywords. (argv shoud be *argv)Kenjiro Cho
report and fix by Oleg Safiullin <form@openbsd.ru>
2001-10-26accept the fact that people continue to use decimal pointsKenjiro Cho
to specify bandwidth... make the parser to use strtod(3) instead of strtoul(3).
2001-08-20fix the misuse of snprintf return values.Kenjiro Cho
spotted by deraadt@.
2001-08-16sync with KAME.Kenjiro Cho
altq userland cleanup: - string operation audit - remove variable names from function prototypes - clean up error messages
2001-08-06inet_[ap]ton result must be compared against 1 (== 1 or != 1).Jun-ichiro itojun Hagino
2001-08-06do not use inet_addrTheo de Raadt
2001-07-13-DINET6 was missingKenjiro Cho
2001-06-27import ALTQ userland tools from KAME.Kenjiro Cho