summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpidump/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r302788, r303026, r305471andrew2017-04-241-2/+72
* MFC r314987-r314989, r314993-r314994, r315046-r315049, r315102araujo2017-04-171-4/+3
* Fix acpidump CID 1011278 (Buffer not null terminated) and other issuestruckman2016-05-241-18/+43
* Print 64-bit addresses cleary with leading zeros to avoid confusions.jkim2015-04-091-21/+25
* Do not crash when RSDT/XSDT contains an empty entry.jkim2015-04-091-26/+10
* Merge ACPICA 20140926.jkim2014-10-021-2/+2
* Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.neel2013-11-221-0/+1
* Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-261-8/+8
* Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).neel2012-12-211-13/+262
* More -Wmissing-variable-declarations fixes.ed2012-10-191-7/+8
* Display the matrix of inter-domain distances in the SLIT table. This isjhb2012-10-041-0/+30
* Add range and table revision checking to avoid abend.takawata2012-07-091-1/+9
* Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).jkim2012-05-251-3/+3
* use uintmax_t instead of uint64_t.takawata2010-08-131-1/+1
* Fix build on amd64 and ia64.takawata2010-08-131-4/+3
* Fix breakage on 64bit architecture by using inttypes.h macro.takawata2010-08-121-1/+2
* Fix tindebox breakage about format warning.takawata2010-08-121-1/+1
* Add TCG ACPI spec table (TCPA) support.takawata2010-08-111-0/+202
* - Use the headers from ACPI-CA to define various constants and structuresjhb2009-08-251-368/+460
* Parse the System Resource Affinity Table ('SRAT') used to describe affinityjhb2009-07-291-8/+98
* Import ACPICA 20090521.jkim2009-06-051-7/+25
* Use an explicit pointer cast since NULL isn't guaranteed to be definedjb2007-11-181-1/+1
* Use a NULL instead of a zero to avoid a compiler warning about a missing sent...jb2007-11-181-1/+1
* Correct HPET header handling.takawata2007-03-271-1/+2
* Add support for parsing MCFG tables.scottl2005-02-141-0/+24
* Update a comment that was outdated.njl2004-10-051-1/+1
* Back out the -s flag and go back to dumping the SSDTs by default.njl2004-10-051-2/+2
* Add the -s flag to make dumping SSDTs optional (disabled by default).njl2004-10-051-2/+8
* When one entry in the RSDT is corrupted, just skip it instead of bailing out.njl2004-08-181-2/+5
* Add support for SSDT tables. Dumping or disassembling the DSDT willmarcel2004-08-131-10/+44
* Also print out the standard header for FADT since it has one.njl2004-06-301-7/+12
* Minor style issues.des2004-05-101-1/+1
* Instead of using a static, check for the FADT revision before using it.njl2004-04-181-12/+20
* Clean up the check for invalid X_DSDT and X_FACS portions of the FADT.njl2004-01-041-16/+25
* Add a newline even if IAPC_BOOT_ARCH == 0.njl2003-10-291-1/+2
* Only print an end '}' if the field was non-zero (i.e. there were some flagsnjl2003-09-211-2/+4
* Correct typo in comment.njl2003-09-141-1/+1
* For dumping the DSDT (-o option), be sure to use the X_DSDT address ifnjl2003-09-141-1/+7
* C2/C3 latency is in microseconds (us), not ms.njl2003-09-131-1/+1
* Only print various optional fields if they are non-zero. Always print thenjl2003-09-131-24/+31
* Reduce the default width for IO port GAS printing.njl2003-09-131-4/+4
* Add dumping of the ECDT table.njl2003-09-101-0/+20
* o Workaround a bug where my T23 reports that it is ACPI 2.0x compatiblenjl2003-09-101-27/+68
* Add support for ACPI 2.x and the XSDT.njl2003-09-091-25/+77
* Rename FACP to FADT throughout.njl2003-09-091-65/+168
* Modify acpidump to use iasl(8) as the backend for disassembling AML.njl2003-08-281-209/+148
* Hoo sed I kan spel?peter2003-08-021-1/+1
* Dump the HPET information block.peter2003-08-021-0/+25
* Fix a warning about deprecated string literals.njl2003-04-151-8/+8
* Add code to parse the contents of an ACPI MADT table and to dump itsjhb2003-01-081-0/+176
OpenPOWER on IntegriCloud