aboutsummaryrefslogtreecommitdiff
path: root/changes.txt
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-01-05 23:02:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-01-05 23:02:12 +0000
commit30321a234a02f257e7f87456c8660064d7acdbfd (patch)
treea17c6e131692b7a3a7602904e6b5b6972e561b7b /changes.txt
parent7feabc2f65d7d52168b7d916f440c5d3a6369934 (diff)
downloadsrc-30321a234a02f257e7f87456c8660064d7acdbfd.tar.gz
src-30321a234a02f257e7f87456c8660064d7acdbfd.zip
Import ACPICA 20180105.vendor/acpica/20180105
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=327603 svn path=/vendor-sys/acpica/20180105/; revision=327604; tag=vendor/acpica/20180105
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index 2a72a514401a..f2d6243e5ce4 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,4 +1,37 @@
----------------------------------------
+05 January 2018. Summary of changes for version 20180105:
+
+
+1) ACPICA kernel-resident subsystem:
+
+Updated all copyrights to 2018. This affects all source code modules.
+
+Fixed a possible build error caused by an unresolved reference to the
+AcpiUtSafeStrncpy function.
+
+Removed NULL pointer arithmetic in the various pointer manipulation
+macros. All "(void *) NULL" constructs are converted to "(void *) 0".
+This eliminates warnings/errors in newer C compilers. Jung-uk Kim.
+
+Added support for A32 ABI compilation, which uses the ILP32 model. Anuj
+Mittal.
+
+
+2) iASL Compiler/Disassembler and Tools:
+
+ASLTS: Updated all copyrights to 2018.
+
+Tools: Updated all signon copyrights to 2018.
+
+AcpiXtract: Fixed a regression related to ACPI table signatures where the
+signature was truncated to 3 characters (instead of 4).
+
+AcpiExec: Restore the original terminal mode after the use of the -v and
+-vd options.
+
+ASLTS: Deployed the iASL __METHOD__ macro across the test suite.
+
+----------------------------------------
14 December 2017. Summary of changes for version 20171214: