CVS commit: src/usr.sbin/inetd

2021-08-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 31 11:16:00 UTC 2021 Modified Files: src/usr.sbin/inetd: inetd.8 Log Message: Use Dq. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/inetd/inetd.8 Please note that diffs are not public domain;

CVS commit: src/usr.sbin/inetd

2021-08-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 31 11:16:00 UTC 2021 Modified Files: src/usr.sbin/inetd: inetd.8 Log Message: Use Dq. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/inetd/inetd.8 Please note that diffs are not public domain;

CVS commit: src/usr.bin/xlint

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 17:22:25 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h mem.c src/usr.bin/xlint/lint1: mem1.c src/usr.bin/xlint/lint2: mem2.c Log Message: lint: fix memory allocation (since 2021-08-28)

CVS commit: src/usr.bin/xlint

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 17:22:25 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h mem.c src/usr.bin/xlint/lint1: mem1.c src/usr.bin/xlint/lint2: mem2.c Log Message: lint: fix memory allocation (since 2021-08-28)

CVS commit: src/usr.sbin/inetd

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 19:34:42 UTC 2021 Modified Files: src/usr.sbin/inetd: inetd.c Log Message: inetd: fix Clang build error: implicit conversion changes signedness: 'service_type' to 'int' To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/inetd

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 19:34:42 UTC 2021 Modified Files: src/usr.sbin/inetd: inetd.c Log Message: inetd: fix Clang build error: implicit conversion changes signedness: 'service_type' to 'int' To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 17:51:30 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: err.c externs1.h lint1.h Log Message: lint: remove unused function for generic messages The function message_at is still used, for information about previous

CVS commit: src/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 17:51:30 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: err.c externs1.h lint1.h Log Message: lint: remove unused function for generic messages The function message_at is still used, for information about previous

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 18:15:56 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_259.c msg_259.exp Log Message: tests/lint: add missing test cases for integer conversions While adding the missing test cases, I re-read the

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 18:15:56 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_259.c msg_259.exp Log Message: tests/lint: add missing test cases for integer conversions While adding the missing test cases, I re-read the

Re: CVS commit: src/usr.sbin/inetd

2021-08-31 Thread Roland Illig
Am 31.08.2021 um 18:29 schrieb Tobias Nygren: > - SWAP(int, cp->se_type, sep->se_type); > + SWAP(enum service_type, cp->se_type, sep->se_type); Thanks for the note, I just fixed it. I left out the 'enum' since there is a typedef for it. Roland

Re: CVS commit: src/usr.sbin/inetd

2021-08-31 Thread Tobias Nygren
On Mon, 30 Aug 2021 18:21:11 + Roland Illig wrote: > Module Name: src > Committed By: rillig > Date: Mon Aug 30 18:21:11 UTC 2021 > > Modified Files: > src/usr.sbin/inetd: Makefile inetd.c parse_v2.c > > Log Message: > inetd: raise WARNS from 5 to 6 clang complains:

CVS commit: src

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 18:59:26 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_259.c msg_259.exp Added Files: src/tests/usr.bin/xlint/lint1: msg_259_c90.c msg_259_c90.exp

CVS commit: src

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 18:59:26 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_259.c msg_259.exp Added Files: src/tests/usr.bin/xlint/lint1: msg_259_c90.c msg_259_c90.exp

CVS commit: src/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 19:17:46 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: extract condition for message 259 into separate function No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 19:17:46 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: extract condition for message 259 into separate function No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 19:26:23 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_259.c msg_259.exp msg_259_c90.c msg_259_c90.exp msg_259_ilp32.c msg_259_ilp32.exp Log Message: tests/lint: add cross-references to

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 19:26:23 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_259.c msg_259.exp msg_259_c90.c msg_259_c90.exp msg_259_ilp32.c msg_259_ilp32.exp Log Message: tests/lint: add cross-references to

CVS commit: src/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 23:10:53 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: emit1.c Log Message: lint: reduce verbose switch statement to table lookup No functional change. To generate a diff of this commit: cvs rdiff -u -r1.52

CVS commit: src/usr.bin/xlint/lint1

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 23:10:53 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: emit1.c Log Message: lint: reduce verbose switch statement to table lookup No functional change. To generate a diff of this commit: cvs rdiff -u -r1.52

CVS commit: src/sys/arch/arm/broadcom

2021-08-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 1 03:08:08 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: PR port-arm/56264 Register all PICs when bcmicu1 is attached, in order to avoid calling pic_add() from cpu_hatch(), which blocks

CVS commit: src/sys/arch/arm/broadcom

2021-08-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 1 03:08:08 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: PR port-arm/56264 Register all PICs when bcmicu1 is attached, in order to avoid calling pic_add() from cpu_hatch(), which blocks

CVS commit: src/usr.bin/xlint/common

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 23:49:22 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: remove unnecessary switch statement The switch statement covers only the few structural types, there is no need to list all

CVS commit: src/usr.bin/xlint/common

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 23:49:22 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: remove unnecessary switch statement The switch statement covers only the few structural types, there is no need to list all

Re: CVS commit: src

2021-08-31 Thread Roland Illig
Am 30.08.2021 um 11:11 schrieb matthew green: > "Roland Illig" writes: >> Module Name: src >> Committed By:rillig >> Date:Sun Aug 29 09:29:32 UTC 2021 >> >> Modified Files: >> src/tests/usr.bin/xlint/lint1: msg_220.c msg_220.exp >> src/usr.bin/xlint/common: lint.h

CVS commit: src/sys/dev/usb

2021-08-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 31 08:22:28 UTC 2021 Modified Files: src/sys/dev/usb: ehci.c Log Message: add missing newline and fix conditional for askroot/single user hand over delay message. PR#56366. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2021-08-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 31 08:22:28 UTC 2021 Modified Files: src/sys/dev/usb: ehci.c Log Message: add missing newline and fix conditional for askroot/single user hand over delay message. PR#56366. To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/sys/arch/evbarm/conf

2021-08-31 Thread Rin Okuyama
Hi, On 2021/08/30 18:20, matthew green wrote: hi. nice work on BE marvell :) Thanks! "Rin Okuyama" writes: Module Name:src Committed By: rin Date: Mon Aug 30 00:12:15 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: MARVELL_NAS Log Message: Enable FFS_EI and