Module Name:src
Committed By: rillig
Date: Wed Sep 1 06:48:24 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: remove array creation from expr_derive_type
It is only used for creating string types. The creation of other array
types happens in
Module Name:src
Committed By: rillig
Date: Wed Sep 1 06:48:24 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: remove array creation from expr_derive_type
It is only used for creating string types. The creation of other array
types happens in
Module Name:src
Committed By: christos
Date: Wed Sep 1 06:12:51 UTC 2021
Modified Files:
src/tests/usr.sbin/inetd: Makefile t_inetd.c test_server.c
Log Message:
fix warnings
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/inetd/Makefile \
Module Name:src
Committed By: christos
Date: Wed Sep 1 06:12:51 UTC 2021
Modified Files:
src/tests/usr.sbin/inetd: Makefile t_inetd.c test_server.c
Log Message:
fix warnings
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/inetd/Makefile \
Module Name:src
Committed By: mlelstv
Date: Wed Sep 1 06:10:06 UTC 2021
Modified Files:
src/usr.sbin/wsmoused: wsmoused.c
Log Message:
conditional build fix.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/wsmoused/wsmoused.c
Please note that
Module Name:src
Committed By: mlelstv
Date: Wed Sep 1 06:10:06 UTC 2021
Modified Files:
src/usr.sbin/wsmoused: wsmoused.c
Log Message:
conditional build fix.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/wsmoused/wsmoused.c
Please note that
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 for
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 for
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 intege
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 intege
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 -r1.5
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 -r1.5
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
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
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 -u
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 -u
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 message
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 message
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 -r1.
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 -r1.
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
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
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 comments
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 comments
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
o
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
o
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)
In
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)
In
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:
/work/s
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; t
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; t
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 DI
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 -
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 -
34 matches
Mail list logo