History log of /freebsd-10.3-release/usr.sbin/acpi/acpidb/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

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

Approved by: re (implicit)

# 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


# 250838 20-May-2013 jkim

Merge ACPICA 20130517.


# 249821 23-Apr-2013 jkim

Fix declarations to slightly increase WARNS level.


# 249663 19-Apr-2013 jkim

Merge ACPICA 20130418.


# 249112 04-Apr-2013 jkim

Merge ACPICA 20130328.


# 246849 15-Feb-2013 jkim

Merge ACPICA 20130214.


# 245582 18-Jan-2013 jkim

Merge ACPICA 20130117.


# 243347 20-Nov-2012 jkim

Merge ACPICA 20121114.


# 239340 16-Aug-2012 jkim

Merge ACPICA 20120816.


# 238381 11-Jul-2012 jkim

Merge ACPICA 20120711.


# 231844 16-Feb-2012 jkim

Merge ACPICA 20120215.


# 230089 13-Jan-2012 jkim

Remove unused ACPICA sources from userland makefiles.


# 229989 11-Jan-2012 jkim

Merge ACPICA 20120111.


# 228110 28-Nov-2011 jkim

Merge ACPICA 20111123.


# 220663 15-Apr-2011 jkim

Merge ACPICA 20110413.


# 218590 12-Feb-2011 jkim

Merge ACPICA 20110211.


# 216471 15-Dec-2010 jkim

Merge ACPICA 20101209.


# 212761 16-Sep-2010 jkim

Merge ACPICA 20100915.


# 210976 06-Aug-2010 jkim

Merge ACPICA 20100806.


# 207344 28-Apr-2010 jkim

Merge ACPICA 20100428.


# 204773 05-Mar-2010 jkim

Merge ACPICA 20100304.


# 199337 16-Nov-2009 jkim

Merge ACPICA 20091112.


# 197106 11-Sep-2009 jkim

Catch up with ACPICA 20090903.


# 193531 05-Jun-2009 jkim

Import ACPICA 20090521.


# 173766 20-Nov-2007 jb

These are the things that the tinderbox has problems with because it
doesn't use the default CFLAGS which contain -fno-strict-aliasing.

Until the code is cleaned up, just add -fno-strict-aliasing to the
CFLAGS of these for the tinderboxes' sake, allowing the rest of the
tree to have -Werror enabled again.


# 167814 22-Mar-2007 jkim

Catch up with ACPI-CA 20070320 import.


# 151948 01-Nov-2005 jkim

Catch up with ACPI-CA 20051021 import


# 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


# 129693 25-May-2004 njl

Add suspend/resume support to the debugger.


# 118785 11-Aug-2003 njl

Remove the band-aid to make these compile on amd64/ia64.


# 118698 09-Aug-2003 marcel

Apparently I limited my testing of the ductape and bubblegum solution
to acpidb. The same problem exists in iasl. Add JIT patching there
too.
Add a comment to both makefiles to increase the chance that both
kludges are removed when a real solution is committed.


# 118691 09-Aug-2003 marcel

Perform first-aid: unbreak the build for amd64 and ia64 by patching
osunixxf.c on the fly. This avoids having to pull it from the vendor
branch or otherwise pollute the repository with new short-lived files.

This should hold until the real fix arrives.


# 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