aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi
Commit message (Expand)AuthorAgeFilesLines
* Print DeviceHandle and PhysicalId in hex.Alexander Motin2021-02-051-2/+2
* Improve ACPI_NFIT_CONTROL_REGION formatting.Alexander Motin2021-02-051-7/+7
* Decode NFIT Platform Capabilities.Alexander Motin2021-01-251-1/+17
* Decode APEI tables (BERT, EINJ, ERST, HEST).Alexander Motin2020-06-302-15/+290
* Allow the FACS and XFACS to be zero in acpidump.Andrew Turner2020-05-181-5/+11
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-1/+1
* Add _BIX (Battery Information Extended) object support.Hiroki Sato2020-02-191-17/+44
* Merge ACPICA 20191018.Jung-uk Kim2019-10-191-8/+24
* Merge ACPICA 20190329.Jung-uk Kim2019-03-291-2/+2
* Fix 32-bit buildworld broken by r343438.Cy Schubert2019-01-251-1/+1
* Use ACPI TPM2 table to probe tpmtis and tpmcrb device.Takanori Watanabe2019-01-251-1/+14
* Amend the `-i batt' option description and explain that the batteryAlexey Dokuchaev2018-12-271-2/+4
* rcorder(8): add support for /etc/rc.resume, so it calls "rcorder -k resume"Eugene Grosbein2018-10-271-4/+26
* Update ACPICA to 20181003.Jung-uk Kim2018-10-091-2/+2
* Merge ACPICA 20180810.Jung-uk Kim2018-08-131-1/+1
* acpidump(8): Add ACPI LPIT (Low Power Idle Table)Ben Widawsky2018-07-112-1/+78
* acpidump.8: include NFIT in the man page list of tablesEd Maste2018-06-201-1/+2
* MFV: r329072Jung-uk Kim2018-02-091-1/+2
* Add explanatory comment for r327622: clang 6.0.0 and higher warn aboutDimitry Andric2018-01-081-0/+6
* Revert r327338, undoing the changes to the ACPI_ADD_PTR and ACPI_SUB_PTRDimitry Andric2018-01-061-0/+4
* Improve options and error handling.Niclas Zeising2017-12-091-9/+36
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-314-4/+0
* Merge ACPICA 20170929 (take 2).Jung-uk Kim2017-10-101-21/+21
* Revert r324109. This commit broke a number of systems.Jung-uk Kim2017-09-301-21/+21
* Merge ACPICA 20170929.Jung-uk Kim2017-09-291-21/+21
* Add support for parsing the Watchdog Descriptor Table (WDDT)Scott Long2017-09-152-0/+38
* Merge ACPICA 20170831.Jung-uk Kim2017-08-312-3/+5
* Fix flags field decoding in ACPI_NFIT_CONTROL_REGION.Alexander Motin2017-08-311-3/+2
* Add two NFIT fields missed in r321298.Alexander Motin2017-08-101-0/+2
* Merge ACPICA 20170728.Jung-uk Kim2017-07-282-16/+18
* acpidump: add GIC ITS srat typeEd Maste2017-07-201-1/+2
* acpidump: add ACPI NFIT (NVDIMM Firmware Interface Table)Ed Maste2017-07-201-0/+196
* acpidump: use C99 designated initializersEd Maste2017-07-201-11/+25
* acpidump: warn and exit loop on invalid subtable lengthEd Maste2017-07-061-0/+4
* Merge ACPICA 20170531.Jung-uk Kim2017-06-012-7/+7
* Use int to receive the return value of getopt function.Alexander Kabaev2017-04-071-2/+2
* Use nitems() from sys/param.h.Marcelo Araujo2017-03-101-4/+3
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-4/+4
* Merge ACPICA 20170303.Jung-uk Kim2017-03-031-3/+4
* Merge ACPICA 20161222.Jung-uk Kim2017-01-052-2/+2
* Merge ACPICA 20160930.Jung-uk Kim2016-10-042-13/+14
* Teach acpidump how to parse ACPI 5.1 tables found on the developmentAndrew Turner2016-09-061-2/+69
* o Move tmpstr varibale initialization out of assert(3) call.Maxim Konovalov2016-08-121-4/+4
* Add missing flags from acpidump. These are defined in the header, but notAndrew Turner2016-07-191-0/+3
* Fix the type used to hold the value returned from getopt. On arm64 char isAndrew Turner2016-07-131-1/+2
* WITH_META_MODE: Don't expect meta files for side-effect generated files.Bryan Drewery2016-06-031-0/+3
* Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 andDon Lewis2016-05-241-10/+20
* Fix acpidump CID 1011278 (Buffer not null terminated) and other issuesDon Lewis2016-05-241-18/+43
* Merge ACPICA 20160422.Jung-uk Kim2016-04-273-45/+54