Home | History | Annotate | Download | only in libaltq
History log of /src/usr.sbin/altq/libaltq/Makefile
RevisionDateAuthorComments
 1.14  03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.13  13-Oct-2019  mrg introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.12  16-Aug-2011  christos branches: 1.12.42;
use memcpy to avoid type punning.
 1.11  22-Jun-2011  mrg apply some -Wno-error and/or -fno-strict-aliasing.


all of this should be looked at closer, but some of them are not
very trivial.
 1.10  15-Apr-2009  lukem Fix -Wsign-compare issues
 1.9  03-May-2008  lukem branches: 1.9.8;
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
 1.8  12-Oct-2006  peter branches: 1.8.16;
Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).
 1.7  10-Jan-2005  lukem branches: 1.7.6;
Only compile in IPv6 support if ${USE_INET6} != "no"

MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
 1.6  23-May-2004  lukem Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
setting NOLINT, NOPIC, NOPROFILE (etc)
 1.5  18-Sep-2002  lukem minor makefile delint
 1.4  05-Mar-2002  itojun bring in latest ALTQ from kjc.
 1.3  12-Dec-2001  tv MKfoo=no -> NOfoo
 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 library.
 1.7.6.1  18-Mar-2006  peter Add qop_jobs.c.
 1.8.16.1  18-May-2008  yamt sync with head.
 1.9.8.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.12.42.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed