History log of /src/usr.sbin/acpitools/amldb |
Revision | Date | Author | Comments |
1.9 | 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.8 | 12-Sep-2020 |
jmcneill | Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them to conditionally include ACPI and UEFI bits instead of relying on adhoc MACHINE_ARCH tests.
|
1.7 | 11-Sep-2020 |
jmcneill | Build acpi tools and iasl on aarch64eb, and fix set lists for MKDEBUG.
|
1.6 | 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.5 | 14-Oct-2018 |
jmcneill | Add acpidump, amldb, and iasl to aarch64 build.
|
1.4 | 23-Jan-2016 |
christos | branches: 1.4.14; 1.4.16; Define _KERNTYPES for things that need it.
|
1.3 | 14-Feb-2009 |
abs | Convert more MACHINE tests to MACHINE_ARCH
|
1.2 | 14-Jan-2007 |
christos | branches: 1.2.20; only build on i386 and amd64.
|
1.1 | 14-Jan-2007 |
christos | Add acpitools
|
1.2.20.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.4.16.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.4.16.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.4.14.1 | 20-Oct-2018 |
pgoyette | Sync with head
|
1.8 | 17-Aug-2021 |
andvar | fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected.
|
1.7 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
1.6 | 18-Mar-2014 |
riastradh | Merge riastradh-drm2 to HEAD.
|
1.5 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
1.4 | 02-Nov-2009 |
joerg | branches: 1.4.6; 1.4.12; 1.4.16; Escape literal backslashes.
|
1.3 | 26-Feb-2008 |
lukem | branches: 1.3.8; 1.3.14; Convert a simple tbl(1) table (which wasn't being formatted) into a .Bl -tag.
|
1.2 | 14-Jan-2007 |
wiz | branches: 1.2.4; 1.2.8; New sentence, new line. Sort sections. Fix a typo. Comment out xref to acpiconf(8), which we don't have. Use HTML macros.
|
1.1 | 14-Jan-2007 |
christos | Add acpitools
|
1.2.8.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.2.4.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.3.14.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.3.8.1 | 08-Nov-2009 |
snj | Pull up following revision(s) (requested by joerg in ticket #1122): usr.sbin/acpitools/amldb/amldb.8: revision 1.4 Escape literal backslashes.
|
1.4.16.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.4.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.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")
|
1.5 | 20-Aug-2020 |
riastradh | mmap MAP_FAILED audit.
|
1.4 | 14-Oct-2018 |
jmcneill | getopt returns int, not char
|
1.3 | 29-Aug-2011 |
joerg | branches: 1.3.40; 1.3.42; Use __dead.
|
1.2 | 14-Jan-2007 |
dogcow | Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing some internal structures around. (yay for assuming that pointers can be held in an int. bah.)
Not sure if it actually _works_ on amd64, but as the output on my i386 doesn't change pre/post-patching, that seems good enough for now.
|
1.1 | 14-Jan-2007 |
christos | Add acpitools
|
1.3.42.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.3.40.1 | 20-Oct-2018 |
pgoyette | Sync with head
|
1.2 | 17-Aug-2021 |
andvar | fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected.
|
1.1 | 14-Jan-2007 |
christos | Add acpitools
|
1.1 | 14-Jan-2007 |
christos | Add acpitools
|
1.3 | 18-Jan-2009 |
lukem | fix -Wsign-compare issues
|
1.2 | 29-Aug-2008 |
gmcgarry | Include aml/aml_region.h after aml/aml_common.h to avoid redefinition errors.
|
1.1 | 14-Jan-2007 |
christos | branches: 1.1.12; Add acpitools
|
1.1.12.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|