summaryrefslogtreecommitdiff
path: root/usr.sbin/altq
AgeCommit message (Collapse)Author
2001-12-03cleanup submitted by by Miod Vallat <miod@online.fr>Kenjiro Cho
- use pidfile() - simplifies some perror() + exit() constructs to use err() instead - fixes a warn() call instead of a LOG() after daemon() has been called ok millert@
2001-12-03fix bugs in reporting unknown keywords. (argv shoud be *argv)Kenjiro Cho
report and fix by Oleg Safiullin <form@openbsd.ru>
2001-12-01pull in protosTheo de Raadt
2001-11-19blah blah blah. guess what. more signalsTheo de Raadt
2001-11-14fix most signal racesTheo de Raadt
2001-11-07fix a bug that reports byte-count for packet-count.Kenjiro Cho
report by Panos GEVROS <P.Gevros@cs.ucl.ac.uk>
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-23typo fixes (/var/rnu -> /var/run) by itojun.Kenjiro Cho
2001-08-20fix the misuse of snprintf return values.Kenjiro Cho
spotted by deraadt@.
2001-08-20fix a bug that steps over the array boundary.Kenjiro Cho
it hasn't been noticed until the recent code restructure. report by deraadt@.
2001-08-17more cleanup of FILESTheo de Raadt
2001-08-17fix FILESTheo de Raadt
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-08rewrite signal handlers to be race-safe. rewrite USC/ISI code I thinkTheo de Raadt
sufficiently so that there is nothing in there that doesn't look like any generic select loop from stevens. The FD_SET code remains overflowable... next thing to fix..
2001-08-08put a kjc copyright on thisTheo de Raadt
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-08-03Move .include <bsd.obj.mk> right after bsd.own.mk.Federico G. Schwindt
2001-08-03fix building w/o objJakob Schlyter
2001-07-30cleanupTheo de Raadt
2001-07-25mdoc fixes; sync with KAME.Kenjiro Cho
2001-07-25We have to undo the changes to the 3rd party code, because it makesMike Pechkin
upgrading those components hell. Tip of the day: Don't commit without confirmation.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-07-13-DINET6 was missingKenjiro Cho
2001-06-29typosMarc Espie
2001-06-27import ALTQ userland tools from KAME.Kenjiro Cho