OpenGrok
Cross Reference: Makefile
xref
: /
src
/
external
/
bsd
/
pdisk
/
bin
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
bin
History log of
/src/external/bsd/pdisk/bin/Makefile
Revision
Date
Author
Comments
1.8
03-Aug-2023
rin
Revert CC_WNO_USE_AFTER_FREE from Makefile's (thanks uwe@)
1.7
03-Aug-2023
rin
Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12
All of them are blamed for idiom equivalent to:
newbuf = realloc(buf, size);
p = newbuf + (p - buf);
1.6
03-Jun-2023
lukem
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}
Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of
the older style more complex expressions.
1.5
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.4
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.3
29-Sep-2019
mrg
convert HAVE_GCC == 7 to HAVE_GCC >= 7.
1.2
04-Feb-2019
mrg
- use -Wno-error=implicit-fallthrough with GCC7.
1.1
23-Mar-2013
christos
branches: 1.1.6; 1.1.12; 1.1.36;
add Makefile
1.1.36.2
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.1.36.1
10-Jun-2019
christos
Sync with HEAD
1.1.12.2
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")
1.1.12.1
23-Mar-2013
yamt
file Makefile was added on branch yamt-pagecache on 2014-05-22 15:50:59 +0000
1.1.6.2
23-Jun-2013
tls
resync from head
1.1.6.1
23-Mar-2013
tls
file Makefile was added on branch tls-maxphys on 2013-06-23 06:28:28 +0000
Indexes created Thu Jun 11 00:25:07 UTC 2026