CVS commit: src/usr.sbin/acpitools/acpidump

2024-05-12 Thread SAITOH Masanobu
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

CVS commit: src/usr.sbin/acpitools/acpidump

2024-05-12 Thread SAITOH Masanobu
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

CVS commit: src/usr.sbin/acpitools/acpidump

2021-11-08 Thread Nick Hudson
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

CVS commit: src/usr.sbin/acpitools/acpidump

2021-11-08 Thread Nick Hudson
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

Re: CVS commit: src/usr.sbin/acpitools/acpidump

2021-09-16 Thread Rin Okuyama
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 "

Re: CVS commit: src/usr.sbin/acpitools/acpidump

2021-09-14 Thread Jason Thorpe
> 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

CVS commit: src/usr.sbin/acpitools/acpidump

2021-09-14 Thread Roland Illig
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

CVS commit: src/usr.sbin/acpitools/acpidump

2021-09-14 Thread Roland Illig
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

CVS commit: src/usr.sbin/acpitools/acpidump

2019-06-22 Thread Maxime Villard
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

CVS commit: src/usr.sbin/acpitools/acpidump

2019-06-22 Thread Maxime Villard
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

Re: CVS commit: src/usr.sbin/acpitools/acpidump

2009-12-22 Thread Alan Barrett
On Tue, 22 Dec 2009, Christoph Egger wrote: > Log Message: > msg.txt Please fix the log message. --apb (Alan Barrett)

Re: CVS commit: src/usr.sbin/acpitools/acpidump

2009-12-22 Thread Christoph Egger
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 >>

Re: CVS commit: src/usr.sbin/acpitools/acpidump

2009-12-22 Thread Christoph Egger
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