Home | History | Annotate | Download | only in libaltq
History log of /src/usr.sbin/altq/libaltq/qop_hfsc.c
RevisionDateAuthorComments
 1.11  24-May-2022  andvar fix various typos in comment, documentation and log messages.
 1.10  19-Oct-2013  christos fix unused variable warnings.
 1.9  01-Mar-2010  joerg branches: 1.9.6; 1.9.12;
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are not desired.
 1.8  12-Oct-2006  peter branches: 1.8.24; 1.8.30;
Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).
 1.7  26-Oct-2003  lukem branches: 1.7.12;
Now that <math.h> #defines INFINITY as HUGE_VALF (the float version)
(per C99 7.12 #4), we can't define it as HUGE_VAL (the double version).
Instead, just use HUGE_VAL directly.
 1.6  08-Sep-2002  itojun use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity.
gcc -pedantic audit by deraadt@openbsd.org
 1.5  05-Mar-2002  itojun 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 library.
 1.7.12.1  18-Mar-2006  peter Sync with KAME.
 1.8.30.1  21-Apr-2010  matt sync to netbsd-5
 1.8.24.1  06-Mar-2010  sborrill Pull up the following revisions(s) (requested by joerg in ticket #1328):
usr.sbin/altq/libaltq/qop_hfsc.c: revision 1.9
dist/pf/sbin/pfctl/pfctl_altq.c: revision 1.9
gnu/dist/binutils/libiberty/floatformat.c: patch
gnu/dist/gcc4/libiberty/floatformat.c: revision 1.2
gnu/dist/gdb6/libiberty/floatformat.c: revision 1.2

Fix standard-violating use of INFINITY in build of NetBSD/vax.
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are not desired.
 1.9.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.6.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")

RSS XML Feed