History log of /src/usr.sbin/altq/tbrconfig |
Revision | Date | Author | Comments |
1.6 | 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.5 | 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.4 | 27-Aug-2002 |
lukem | branches: 1.4.98; Implement MKDYNAMICROOT, which currently defaults to "no", but will be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur: in <bsd.own.mk>: SHLIBDIR?= /lib SHLINKDIR?= /lib in various Makefiles, the following entry is DISABLED. LDSTATIC?=-static This results in all programs (except those "standalone" programs built in sys/arch/*/stand) are linked dynamically, the shared linker is moved from /usr/libexec to /lib (with a compat symlink), and the shared libraries used by /bin and /sbin programs are moved from /usr/lib to /lib (with compat symlinks).
|
1.3 | 14-Dec-2001 |
lukem | as this installs in /sbin, set LDSTATIC?=-static. fixes PR [bin/14886]
|
1.2 | 05-Apr-2001 |
thorpej | Put tbrconfig(8) into /sbin so it's usable during early setup, and can be executed from ifconfig.xxx.
|
1.1 | 16-Dec-2000 |
thorpej | Build glue for ALTQ programs.
|
1.4.98.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.6 | 08-Apr-2009 |
joerg | Improve markup.
|
1.5 | 08-Mar-2006 |
jmmv | branches: 1.5.30; Fix typo: inteface -> interface.
|
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 | Token bucket regulator config program for altq.
|
1.5.30.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.5 | 03-Aug-2023 |
andvar | fix typos in comments and one definition, mainly s/sucket/socket/.
|
1.4 | 29-Aug-2011 |
joerg | Use __dead.
|
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 | Token bucket regulator config program for altq.
|