git: Sync ACPICA with Intel's version 20180810:

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Aug 10 13:30:53 PDT 2018


commit 2afeb59bee895fc4eb01efa3619a554d22f9093b
Author: Sascha Wildner <saw at online.de>
Date:   Fri Aug 10 22:30:26 2018 +0200

    Sync ACPICA with Intel's version 20180810:
    
    * Attempt to continue initially loading ACPI tables regardless of
      malformed AML.
    
    * Enhance acpiexec(8)'s -fi option and plug a memory leak in it.
    
    For detailed list, please see sys/contrib/dev/acpica/changes.txt.

Summary of changes:
 sys/contrib/dev/acpica/changes.txt                 |  47 +++++++
 .../acpica/source/components/debugger/dbinput.c    |  10 +-
 .../acpica/source/components/debugger/dbmethod.c   |   7 +-
 .../acpica/source/components/debugger/dbxface.c    |  10 +-
 .../acpica/source/components/dispatcher/dsfield.c  |  26 ++++
 .../dev/acpica/source/components/hardware/hwregs.c |  11 +-
 .../acpica/source/components/hardware/hwsleep.c    |  19 ++-
 .../acpica/source/components/namespace/nsaccess.c  |  16 +++
 .../dev/acpica/source/components/parser/psloop.c   |  41 +++++-
 .../dev/acpica/source/components/tables/tbdata.c   |   4 +-
 .../acpica/source/components/utilities/utdelete.c  |   7 +-
 .../acpica/source/components/utilities/uterror.c   |   6 +-
 .../source/components/utilities/utstrsuppt.c       |  30 ++++-
 .../source/components/utilities/utstrtoul64.c      |   2 +-
 sys/contrib/dev/acpica/source/include/acconfig.h   |   2 +-
 sys/contrib/dev/acpica/source/include/acexcep.h    |   7 +
 sys/contrib/dev/acpica/source/include/aclocal.h    |   1 +
 sys/contrib/dev/acpica/source/include/acnamesp.h   |  17 +--
 sys/contrib/dev/acpica/source/include/acpixf.h     |   2 +-
 sys/contrib/dev/acpica/source/include/acutils.h    |   4 +
 .../dev/acpica/source/tools/acpiexec/aecommon.h    |  18 ++-
 .../dev/acpica/source/tools/acpiexec/aeinitfile.c  | 147 +++++++++++++--------
 .../dev/acpica/source/tools/acpiexec/aemain.c      |  11 +-
 .../dev/acpica/source/tools/acpiexec/aeregion.c    |   8 +-
 24 files changed, 349 insertions(+), 104 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2afeb59bee895fc4eb01efa3619a554d22f9093b


-- 
DragonFly BSD source repository



More information about the Commits mailing list