summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpidump
Commit message (Expand)AuthorAgeFilesLines
* MFC: r281335jkim2015-04-131-21/+25
* MFC: r281331jkim2015-04-131-26/+10
* MFC r272444 (by jkim):dim2015-04-042-2/+3
* Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-261-8/+8
* Fix a long standing logic bug introduced in r167814. The code was added tojkim2013-05-311-1/+1
* Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).neel2012-12-212-13/+263
* More -Wmissing-variable-declarations fixes.ed2012-10-192-8/+9
* 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-112-0/+274
* Merge ACPICA 20100702.jkim2010-07-061-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
* - Use the headers from ACPI-CA to define various constants and structuresjhb2009-08-254-740/+523
* Parse the System Resource Affinity Table ('SRAT') used to describe affinityjhb2009-07-292-8/+148
* 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
* Fix acpidump(8) on ia64. Revision 1.13 introduced an uninitializedmarcel2007-07-281-0/+2
* Correct HPET header handling.takawata2007-03-272-3/+3
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-10/+14
* Document exact command preferred for sending ASL as part of bug reports.njl2007-03-142-0/+8
* Fix a small style problem and add a __packed pragma for safety.scottl2005-02-171-1/+1
* Note addition of MCFG support.njl2005-02-141-1/+2
* Add support for parsing MCFG tables.scottl2005-02-142-0/+36
* Sort sections.ru2005-01-181-16/+16
* 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-054-22/+6
* Update the man page for the -s flag and other changes that we've missed.njl2004-10-051-5/+19
* Add the -s flag to make dumping SSDTs optional (disabled by default).njl2004-10-053-5/+16
* When one entry in the RSDT is corrupted, just skip it instead of bailing out.njl2004-08-181-2/+5
* Update man page for supported table types.njl2004-08-181-5/+2
* We now handle SSDT tables. Remove a reference from the BUGS sectionmarcel2004-08-161-2/+4
* Add support for SSDT tables. Dumping or disassembling the DSDT willmarcel2004-08-133-20/+58
* Removed trailing whitespace.ru2004-07-021-2/+2
* Also print out the standard header for FADT since it has one.njl2004-06-301-7/+12
* Expand contraction.ru2004-06-041-1/+1
* Unify the start/size parameters for the RSDP search area. Don't bothernjl2004-05-282-4/+6
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-252-19/+31
* If the revision is 0, don't trust the length in the RSDP. Instead assumenjl2004-05-161-2/+7
* Read in the entire RSDP but only run the standard checksum over thenjl2004-05-161-7/+12
* Instead of scanning the entire lower 1 MB of RAM, only scan locationsnjl2004-05-142-29/+53
* Minor style issues.des2004-05-103-6/+6
* 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
OpenPOWER on IntegriCloud