aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi/acpidump
Commit message (Expand)AuthorAgeFilesLines
* MFC r343455: Fix tpm2 acpidump compilation on 32-bitMarcin Wojtas2019-04-261-1/+1
* MFC r343438: Use ACPI TPM2 table to probe tpmtis and tpmcrb deviceMarcin Wojtas2019-04-261-1/+14
* MFC r335459: acpidump.8: include NFIT in the man page list of tablesEd Maste2018-07-301-1/+2
* MFC r326276:Eitan Adler2018-03-054-0/+8
* MFC r323045: Fix flags field decoding in ACPI_NFIT_CONTROL_REGION.Alexander Motin2017-09-031-3/+2
* MFC: r321601 (emaste)Jung-uk Kim2017-08-251-1/+2
* MFC r320736: acpidump: warn and exit loop on invalid subtable lengthEd Maste2017-08-131-0/+4
* MFC r304000 (maxim): acpidump: move variable initialization out of assert(3)Ed Maste2017-08-131-4/+4
* MFC r321298: acpidump: add ACPI NFIT (NVDIMM Firmware Interface Table)Ed Maste2017-08-131-0/+198
* revert r321601, it depends on an ACPICA update not yet mergedEd Maste2017-07-271-2/+1
* MFC r321299: acpidump: add GIC ITS srat typeEd Maste2017-07-271-1/+2
* MFC r321294: acpidump: use C99 designated initializersEd Maste2017-07-271-11/+25
* MFC r302788, r303026, r305471Andrew Turner2017-04-242-3/+74
* MFC r314987-r314989, r314993-r314994, r315046-r315049, r315102Marcelo Araujo2017-04-171-4/+3
* Fix acpidump CID 1011278 (Buffer not null terminated) and other issuesDon Lewis2016-05-241-18/+43
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-47/+35
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-2/+3
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-10/+10
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge headSimon J. Gerraty2014-04-281-0/+1
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-052-9/+9
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-082-13/+263
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-042-9/+48
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | Print 64-bit addresses cleary with leading zeros to avoid confusions.Jung-uk Kim2015-04-091-21/+25
* | | | | | | | Do not crash when RSDT/XSDT contains an empty entry.Jung-uk Kim2015-04-091-26/+10
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge ACPICA 20140926.Jung-uk Kim2014-10-022-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-10/+10
| |_|_|_|/ |/| | | |
* | | | | Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.Neel Natu2013-11-221-0/+1
| |_|_|/ |/| | |
* | | | Consistently cast ACPICA 64-bit integer types when we print them.Jung-uk Kim2013-06-261-8/+8
* | | | Fix a long standing logic bug introduced in r167814. The code was added toJung-uk Kim2013-05-311-1/+1
| |_|/ |/| |
* | | Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).Neel Natu2012-12-212-13/+263
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-192-8/+9
* | Display the matrix of inter-domain distances in the SLIT table. This isJohn Baldwin2012-10-041-0/+30
* | Add range and table revision checking to avoid abend.Takanori Watanabe2012-07-091-1/+9
|/
* Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).Jung-uk Kim2012-05-251-3/+3
* use uintmax_t instead of uint64_t.Takanori Watanabe2010-08-131-1/+1
* Fix build on amd64 and ia64.Takanori Watanabe2010-08-131-4/+3
* Fix breakage on 64bit architecture by using inttypes.h macro.Takanori Watanabe2010-08-121-1/+2
* Fix tindebox breakage about format warning.Takanori Watanabe2010-08-121-1/+1
* Add TCG ACPI spec table (TCPA) support.Takanori Watanabe2010-08-112-0/+274
* Merge ACPICA 20100702.Jung-uk Kim2010-07-061-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* - Use the headers from ACPI-CA to define various constants and structuresJohn Baldwin2009-08-254-740/+523
* Parse the System Resource Affinity Table ('SRAT') used to describe affinityJohn Baldwin2009-07-292-8/+148