Module Name:src
Committed By: msaitoh
Date: Sun May 12 23:00:21 UTC 2024
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
s/iast/iasl/ from FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/acpitools/acpidump/acpi.c
Module Name:src
Committed By: msaitoh
Date: Sun May 12 23:00:21 UTC 2024
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
s/iast/iasl/ from FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/acpitools/acpidump/acpi.c
Module Name:src
Committed By: skrll
Date: Mon Nov 8 10:19:42 UTC 2021
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
acpi_print_gicc_flags: print {en,dis}abled
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/acpitools/acp
Module Name:src
Committed By: skrll
Date: Mon Nov 8 10:19:42 UTC 2021
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
acpi_print_gicc_flags: print {en,dis}abled
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/acpitools/acp
On 2021/09/15 8:30, Jason Thorpe wrote:
On Sep 14, 2021, at 1:34 PM, Roland Illig wrote:
When lint runs on the code, it defines the preprocessor macro 'lint' to
be 1. Due to that, this name cannot be used as a regular identifier.
Perhaps all of the "#ifdef lint" conditions should become "
> On Sep 14, 2021, at 1:34 PM, Roland Illig wrote:
>
> When lint runs on the code, it defines the preprocessor macro 'lint' to
> be 1. Due to that, this name cannot be used as a regular identifier.
Perhaps all of the "#ifdef lint" conditions should become "#ifdef __lint__"?
-- thorpej
Module Name:src
Committed By: rillig
Date: Tue Sep 14 20:34:36 UTC 2021
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
acpidump: fix lint errors
When lint runs on the code, it defines the preprocessor macro 'lint' to
be 1. Due to that, this name can
Module Name:src
Committed By: rillig
Date: Tue Sep 14 20:34:36 UTC 2021
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
acpidump: fix lint errors
When lint runs on the code, it defines the preprocessor macro 'lint' to
be 1. Due to that, this name can
Module Name:src
Committed By: maxv
Date: Sat Jun 22 12:39:40 UTC 2019
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c acpidump.8
Log Message:
Dump TPM2.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/acpitools/acpidump/acpi.c
cvs rdiff
Module Name:src
Committed By: maxv
Date: Sat Jun 22 12:39:40 UTC 2019
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c acpidump.8
Log Message:
Dump TPM2.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/acpitools/acpidump/acpi.c
cvs rdiff
On Tue, 22 Dec 2009, Christoph Egger wrote:
> Log Message:
> msg.txt
Please fix the log message.
--apb (Alan Barrett)
On 22.12.09 09:46, Christoph Egger wrote:
> On 22.12.09 09:44, Christoph Egger wrote:
>> Module Name: src
>> Committed By:cegger
>> Date:Tue Dec 22 08:44:03 UTC 2009
>>
>> Modified Files:
>> src/usr.sbin/acpitools/acpidump: Makefile acpi.c acpi_user.c acpidump.8
>>
On 22.12.09 09:44, Christoph Egger wrote:
> Module Name: src
> Committed By: cegger
> Date: Tue Dec 22 08:44:03 UTC 2009
>
> Modified Files:
> src/usr.sbin/acpitools/acpidump: Makefile acpi.c acpi_user.c acpidump.8
> acpidump.c acpidump.h
> Removed Files:
> src/usr.s
13 matches
Mail list logo