History log of /freebsd-10.2-release/usr.sbin/acpi/acpidb/acpidb.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 284460 16-Jun-2015 jkim

MFC: r283092, r283966

Merge ACPICA 20150515.

Relnotes: yes


# 281075 04-Apr-2015 dim

MFC r272444 (by jkim):

Merge ACPICA 20140926.

MFC r278970 (by jkim):

Merge ACPICA 20141107 and 20150204.

Approved by: jkim
Relnotes: yes


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 252276 27-Jun-2013 jkim

Consistently cast ACPICA 64-bit integer types when we print them.


# 249821 23-Apr-2013 jkim

Fix declarations to slightly increase WARNS level.


# 228110 28-Nov-2011 jkim

Merge ACPICA 20111123.


# 227876 23-Nov-2011 kevlo

Plug fd leaks


# 202771 21-Jan-2010 jkim

Merge ACPICA 20100121.


# 193531 05-Jun-2009 jkim

Import ACPICA 20090521.


# 167814 22-Mar-2007 jkim

Catch up with ACPI-CA 20070320 import.


# 151948 01-Nov-2005 jkim

Catch up with ACPI-CA 20051021 import


# 139602 03-Jan-2005 njl

Catch up with the kernel and set any global variables we are using, in
particular, enabling interpreter workarounds for bad ASL.

MFC after: 1 day


# 137637 13-Nov-2004 philip

Two uint32_t casts crept in where they shouldn't have.
ACPI_TYPE_INTEGER can be 64 bits wide in acpi v2.


# 137636 13-Nov-2004 philip

Change some formats and add some casts to make this
WARNS=2 clean, and mark it as such.

PR: 71672 (partly)
Reviewed by: njl


# 118616 07-Aug-2003 njl

Add the acpidb and iasl utilities. This is not yet hooked up to the build.

Obtained from: acpicatools port by Iwasaki-san