| Age | Commit message (Expand) | Author |
| 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 |
| 2017-08-03 | On UEFI environment, ACPI table is not at low address. Get ACPI root pointer | msaitoh |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-10-04 | Drop pointless packed attributes. | joerg |
| 2016-02-27 | CID 1354301, 1354302, 1354303: Fix uninitialized variable. | christos |
| 2016-02-01 | PR/50741: David Binderman: Fix assignment in assert. | christos |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2015-09-20 | Add -s to getopt(3)-string. | wiz |
| 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 |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-10-19 | fix unused variable warnings. | christos |
| 2013-07-20 | Use Mt for email addresses. | wiz |
| 2011-08-29 | Use __dead. | joerg |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-21 | avoid code that looks like this: | mrg |
| 2011-05-30 | It's not necessary to #include both <machine/bus.h> and <sys/bus.h>, | dyoung |
| 2011-02-17 | Sort option descriptions. Merge single-letter options in SYNOPSIS. | wiz |
| 2011-02-17 | Provide a definition for the size of the RSDP in ACPI 1.0. | jruoho |
| 2011-02-17 | document -c and -s flags | jmcneill |
| 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 |
| 2009-12-27 | Put "MAN= acpidump.8" back outside the i386/amd64 block so its in the | abs |
| 2009-12-22 | Import acpidump from FreeBSD per request from jmcneill@ | cegger |
| 2009-12-22 | msg.txt | cegger |
| 2009-12-22 | Import acpidump from FreeBSD per request from jmcneill@ | cegger |
| 2009-11-02 | Escape literal backslashes. | joerg |
| 2009-10-08 | fix acpidump segfault | cegger |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-02-14 | Convert more MACHINE tests to MACHINE_ARCH | abs |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-08-29 | Include aml/aml_region.h after aml/aml_common.h to avoid redefinition errors. | gmcgarry |