| Age | Commit message (Expand) | Author |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-02-13 | fix few typos in comments and log message. | andvar |
| 2021-11-08 | acpi_print_gicc_flags: print {en,dis}abled | skrll |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-14 | acpidump: fix lint errors | rillig |
| 2021-01-20 | Consistently use ACPI_SIG_SSDT | skrll |
| 2020-12-14 | MAsk -> Mask, spotted by rillig@ | jmcneill |
| 2020-12-12 | Add support for decoding Platform Communications Channel Tables ("PCCT"). | jmcneill |
| 2020-12-06 | acpidump: Do not print FACS if HW_REDUCED flag is set. | jmcneill |
| 2019-06-22 | Dump TPM2. | maxv |
| 2019-04-29 | acpica 20190405 changed some internal macros; update code to match | dogcow |
| 2019-02-09 | Add missing newline. | msaitoh |
| 2018-12-30 | Fix acpi_print_string(). Treat NUL termination correctly to not to print | msaitoh |
| 2018-12-02 | Decode IO Remapping Table. | msaitoh |
| 2018-11-11 | & promotes to int already, so clang warns about the hh modifier. | maya |
| 2018-11-05 | Decode Boot Graghics Resource Table (BGRT). | msaitoh |
| 2018-11-01 | Decode CSRT (Core System Resources Table). | msaitoh |
| 2018-10-18 | Fix output of Cache type in PPTT. | msaitoh |
| 2018-10-18 | Don't print X_PM_TMR_BLK if the address value is 0. | msaitoh |
| 2018-10-18 | Don't print PM_TMR_BLK if the value is 0 (see also acpi_timer.c rev. 1.23). | msaitoh |
| 2018-10-18 | Decode Generic Timer Description Table(GTDT) and Processor Properties Topology | msaitoh |
| 2018-10-18 | Print SPCR's Interface Type and ARMH GIC Interrupt Type. | msaitoh |
| 2018-10-16 | FACS is optional if the HW_REDUCED_ACPI flag is set in the FADT. | jmcneill |
| 2018-10-05 | Remove extra newline in SPMI table. | msaitoh |
| 2018-10-03 | - Decode DMAR's ANDD (ACPI Name Space). | msaitoh |
| 2018-10-03 | Add ACPI LPIT (Low Power Idle Table) from FreeBSD r336185. | msaitoh |
| 2017-09-28 | Print ACPI_HEST_GHES_ASSIST flag (ACPI 6.2). | msaitoh |
| 2017-09-27 | Cosmetic change (tab and newline). | msaitoh |
| 2017-09-27 | - Print SAPIC EID of Processor Local APIC/SAPIC Affinity. | msaitoh |
| 2017-09-07 | Don't define GAS adddess ID constants in acpidump.h and use actypes.h's | msaitoh |
| 2017-09-04 | - Space, tab and newline change for consistency output. | msaitoh |
| 2017-09-04 | - Calculate offset of a sub header correctly in acpi_handle_hest() to print | msaitoh |
| 2017-09-04 | Fix calculation the offset of the Action Table in WDAT to print each | msaitoh |
| 2017-09-01 | Decode the following entries: | msaitoh |
| 2017-09-01 | - Add "Performance Server" and "Tablet" for Preferred_PM_Profile. | msaitoh |
| 2017-08-31 | Part of FreeBSD r323045: | msaitoh |
| 2017-08-31 | - Decode ACPI_HEST_GENERIC_V2. | msaitoh |
| 2017-08-21 | Add new function acpi_select_address() derived from acpi_get_fadt_revision(). | msaitoh |
| 2017-08-18 | Check DSDT signature in acpi_handle_fadt() for broken ACPI table. | msaitoh |
| 2017-08-04 | Sync with FreeBSD's r321294: | msaitoh |
| 2016-02-27 | CID 1354301, 1354302, 1354303: Fix uninitialized variable. | christos |
| 2016-02-01 | PR/50741: David Binderman: Fix assignment in assert. | christos |
| 2015-08-19 | Put back a Trusted Computing Platform Alliance table pretty printer. | christos |
| 2015-08-18 | comment out end comment printing. | christos |
| 2015-08-18 | comment out tcpa printout since it has been split between server and client | christos |
| 2015-06-16 | improve error messages (remove \n, use __func__, etc) | christos |
| 2014-03-20 | Don't choke on an assertion for an RSDT with a null address entry. | riastradh |
| 2011-02-17 | - when dumping table bytes, make sure to dump our header and not the next one | jmcneill |
| 2011-02-17 | dump bytes for tables that acpidump doesn't decode, and print them | jmcneill |
| 2010-12-19 | Fix theoretical buffer overflow by using MAXPATHLEN for realpath(3). | jruoho |