Module Name:src
Committed By: christos
Date: Sun Dec 19 17:51:08 UTC 2021
Modified Files:
src/sys/external/bsd/acpica/dist/include: acoutput.h
Log Message:
PR/56544: Andreas Gustafsson: Disable ACPI_LV_DEBUG_OBJECT; it is too chatty,
and was disabled in the previous versio
Module Name:src
Committed By: christos
Date: Sun Dec 19 17:51:08 UTC 2021
Modified Files:
src/sys/external/bsd/acpica/dist/include: acoutput.h
Log Message:
PR/56544: Andreas Gustafsson: Disable ACPI_LV_DEBUG_OBJECT; it is too chatty,
and was disabled in the previous versio
Module Name:src
Committed By: jmcneill
Date: Fri Sep 3 20:44:23 UTC 2021
Modified Files:
src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h
Log Message:
Only define ACPI_QUIET_BOOT for kernel builds
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.2
Module Name:src
Committed By: jmcneill
Date: Fri Sep 3 20:44:23 UTC 2021
Modified Files:
src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h
Log Message:
Only define ACPI_QUIET_BOOT for kernel builds
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.2
Module Name:src
Committed By: kamil
Date: Tue May 28 04:04:11 UTC 2019
Modified Files:
src/sys/external/bsd/acpica/dist/include: amlresrc.h
Log Message:
Use pack attribute for AML_RESOURCE in acpica
This fixes kUBSan warnings.
Patch by Akul Pillai.
To generate a diff o
Module Name:src
Committed By: kamil
Date: Tue May 28 04:04:11 UTC 2019
Modified Files:
src/sys/external/bsd/acpica/dist/include: amlresrc.h
Log Message:
Use pack attribute for AML_RESOURCE in acpica
This fixes kUBSan warnings.
Patch by Akul Pillai.
To generate a diff o
In article <20120219183843.GA1307@marx.bitnet>,
Jukka Ruohonen wrote:
>On Sun, Feb 19, 2012 at 07:02:57PM +0100, Joerg Sonnenberger wrote:
>> On Sun, Feb 19, 2012 at 11:45:03AM -0500, Christos Zoulas wrote:
>> > Module Name: src
>> > Committed By: christos
>> > Date: Sun F
On Sun, Feb 19, 2012 at 07:02:57PM +0100, Joerg Sonnenberger wrote:
> On Sun, Feb 19, 2012 at 11:45:03AM -0500, Christos Zoulas wrote:
> > Module Name:src
> > Committed By: christos
> > Date: Sun Feb 19 16:45:03 UTC 2012
> >
> > Modified Files:
> > src/sys/external/
On Sun, Feb 19, 2012 at 07:02:57PM +0100, Joerg Sonnenberger wrote:
> On Sun, Feb 19, 2012 at 11:45:03AM -0500, Christos Zoulas wrote:
> > Module Name:src
> > Committed By: christos
> > Date: Sun Feb 19 16:45:03 UTC 2012
> >
> > Modified Files:
> > src/sys/external/
On Sun, Feb 19, 2012 at 11:45:03AM -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sun Feb 19 16:45:03 UTC 2012
>
> Modified Files:
> src/sys/external/bsd/acpica/dist/include: acapps.h
>
> Log Message:
> Use the release date as suggested.
> XXX: I
On Sun, Feb 19, 2012 at 12:34:19PM +0200, Alan Barrett wrote:
> On Sun, 19 Feb 2012, Christos Zoulas wrote:
> >Modified Files:
> > src/sys/external/bsd/acpica/dist/include: acapps.h
> >
> >+#ifdef ACPI_REPRO
> >+#define ACPI_DATE "1 Jan 1970"
> >+#else
> >+#define ACPI_DATE __DATE__
> >+#endif
On Sun, 19 Feb 2012, Christos Zoulas wrote:
Modified Files:
src/sys/external/bsd/acpica/dist/include: acapps.h
+#ifdef ACPI_REPRO
+#define ACPI_DATE "1 Jan 1970"
+#else
+#define ACPI_DATE __DATE__
+#endif
Can we use a better date here, without breaking MKREPRO? Perhaps the
date of the
12 matches
Mail list logo