CVS commit: src/games/testpat

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:10:17 UTC 2021 Modified Files: src/games/testpat: testpat.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/testpat/testpat.c Please note that diffs are

CVS commit: src/games/testpat

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:10:17 UTC 2021 Modified Files: src/games/testpat: testpat.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/testpat/testpat.c Please note that diffs are

CVS commit: src/games/testpat

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:12:26 UTC 2021 Modified Files: src/games/testpat: testpat.c Log Message: set the cursor to invisible To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/testpat/testpat.c Please note that

CVS commit: src/games/testpat

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:12:26 UTC 2021 Modified Files: src/games/testpat: testpat.c Log Message: set the cursor to invisible To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/testpat/testpat.c Please note that

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 15:55:54 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp Log Message: lint: add test for message 35: illegal bit-field type Bug: _Bool is not accepted as a bit-field, but it should be.

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 15:55:54 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp Log Message: lint: add test for message 35: illegal bit-field type Bug: _Bool is not accepted as a bit-field, but it should be.

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 16:12:39 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp Log Message: lint: fix and document test for illegal bit-fields The _Complex bit-field should have been commented out. To

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 16:12:39 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp Log Message: lint: fix and document test for illegal bit-fields The _Complex bit-field should have been commented out. To

CVS commit: src/sys/dev/usb

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:39:33 UTC 2021 Modified Files: src/sys/dev/usb: xhci.c Log Message: Use USBMALLOC_ZERO to ensure that all DMA memory is zero initialized. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137

CVS commit: src/sys/dev/usb

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:39:33 UTC 2021 Modified Files: src/sys/dev/usb: xhci.c Log Message: Use USBMALLOC_ZERO to ensure that all DMA memory is zero initialized. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137

CVS commit: src/sys/dev/usb

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:39:03 UTC 2021 Modified Files: src/sys/dev/usb: usb_mem.c usb_mem.h Log Message: Add USBMALLOC_ZERO flag for requesting zero initialized DMA memory. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/dev/usb

2021-01-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 2 12:39:03 UTC 2021 Modified Files: src/sys/dev/usb: usb_mem.c usb_mem.h Log Message: Add USBMALLOC_ZERO flag for requesting zero initialized DMA memory. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 16:33:39 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: allow _Bool for bit-fields To generate a diff of this commit: cvs

CVS commit: src

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 16:33:39 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: allow _Bool for bit-fields To generate a diff of this commit: cvs

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 16:55:45 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_308.c msg_308.exp Log Message: lint: add test for message 308 "Invalid type %s for _Complex" To generate a diff of this commit: cvs rdiff -u -r1.1

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 16:55:45 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_308.c msg_308.exp Log Message: lint: add test for message 308 "Invalid type %s for _Complex" To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 17:17:00 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp msg_308.c msg_308.exp src/usr.bin/xlint/lint1: decl.c err.c Log Message: lint: fix message 308 "Invalid type

CVS commit: src

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 17:17:00 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_035.exp msg_308.c msg_308.exp src/usr.bin/xlint/lint1: decl.c err.c Log Message: lint: fix message 308 "Invalid type

CVS commit: src/games/testpat

2021-01-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 2 08:55:51 UTC 2021 Modified Files: src/games/testpat: testpat.6 Log Message: Markup/typo fixes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/testpat/testpat.6 Please note that diffs are not

CVS commit: src/games/testpat

2021-01-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 2 08:55:51 UTC 2021 Modified Files: src/games/testpat: testpat.6 Log Message: Markup/typo fixes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/testpat/testpat.6 Please note that diffs are not

Re: CVS commit: src

2021-01-02 Thread Ryo Shimizu
>sys/external/gpl2/dts/dist is meant for upstream dts files only. Do >you mind moving this to sys/arch/arm/dts with the other custom dts files? Ah, I Understood. Sorry, I didn't have a good grasp of the sys/external/gpl2/dts/dist/arch policy. I will move it to sys/arch/arm/dts. Thanks! --

CVS commit: src

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 10:22:44 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: msg_000.c msg_000.exp msg_001.c

CVS commit: [netbsd-9] src/doc

2021-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 2 10:24:42 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ammend ticket #1173 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-9.2

CVS commit: [netbsd-9] src/sys/kern

2021-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 2 10:23:46 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: core_elf32.c Log Message: Additionally pull up following revision(s) (requested by rin in ticket #1173): sys/kern/core_elf32.c: revision 1.67 Use

CVS commit: [netbsd-9] src/doc

2021-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 2 10:24:42 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ammend ticket #1173 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-9.2

CVS commit: [netbsd-9] src/sys/kern

2021-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 2 10:23:46 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: core_elf32.c Log Message: Additionally pull up following revision(s) (requested by rin in ticket #1173): sys/kern/core_elf32.c: revision 1.67 Use

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 11:12:34 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_219.c msg_219.exp t_integration.sh Log Message: lint: demonstrate that -t mode is practically unusable Since main1.c from 2014-04-18, running lint

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 11:12:34 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_219.c msg_219.exp t_integration.sh Log Message: lint: demonstrate that -t mode is practically unusable Since main1.c from 2014-04-18, running lint

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Frank Kardel
Hi Roy ! I doubt that the explicit draining is helpful here as it already happens in the outer loop processing any routing socket input. All that is happening in the routing messages processing path is to call timer_interfacetimeout(current_time + UPDATE_GRACE) and this is robust for

CVS commit: src

2021-01-02 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jan 2 11:36:36 UTC 2021 Modified Files: src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb src/sys/dtb/arm64/amlogic: Makefile Added Files: src/sys/arch/arm/dts: meson-g12b-odroid-n2-plus.dts Log Message: add

CVS commit: src

2021-01-02 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jan 2 11:36:36 UTC 2021 Modified Files: src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb src/sys/dtb/arm64/amlogic: Makefile Added Files: src/sys/arch/arm/dts: meson-g12b-odroid-n2-plus.dts Log Message: add

CVS commit: src

2021-01-02 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jan 2 08:38:56 UTC 2021 Modified Files: src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic: Makefile Removed Files:

CVS commit: src

2021-01-02 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jan 2 08:38:56 UTC 2021 Modified Files: src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic: Makefile Removed Files:

CVS commit: src/usr.bin/make

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 20:09:06 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make(1): add a few remarks to JobOutput That function is not used in practice. Still, there are a lot of subtle details that can get wrong in

CVS commit: src/usr.bin/make

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 20:09:06 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make(1): add a few remarks to JobOutput That function is not used in practice. Still, there are a lot of subtle details that can get wrong in

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 18:44:58 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c externs1.h func.c Log Message: lint: convert bitfieldtype_ok from int to bool No functional change intended, except for the output in debug mode. To

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 18:44:58 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c externs1.h func.c Log Message: lint: convert bitfieldtype_ok from int to bool No functional change intended, except for the output in debug mode. To

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 19:22:42 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: lint: fix integration test The body of an ATF test must never return 1 but instead report failure via atf_fail. Otherwise

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 19:22:42 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: lint: fix integration test The body of an ATF test must never return 1 but instead report failure via atf_fail. Otherwise

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Roy Marples
Hi Frank On 02/01/2021 09:55, Frank Kardel wrote: I doubt that the explicit draining is helpful here as it already happens I was aware of that. I was just trying to avoid excess timer interface timeouts if we don't get around to reading the next message in UPDATE_GRACE time. Let's see what

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Roy Marples
On 02/01/2021 17:23, Roy Marples wrote: That's a good point, with this we can now remove that forced sync on a timer approach. Does this look ok? Better patch: diff -r 9e64cf4881a1 external/bsd/ntp/dist/ntpd/ntp_io.c --- a/external/bsd/ntp/dist/ntpd/ntp_io.c Sat Jan 02 12:39:33 2021

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 18:26:44 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c emit1.c lint1.h tree.c Log Message: lint: fix lint warning 161 "constant in conditional context" To generate a diff of this commit: cvs rdiff -u

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

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 18:26:44 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c emit1.c lint1.h tree.c Log Message: lint: fix lint warning 161 "constant in conditional context" To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 20:36:02 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): be consistent about capitalization. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sbin/route/route.8 Please note that

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 20:36:02 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): be consistent about capitalization. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sbin/route/route.8 Please note that

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 22:02:27 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): group RTF_GATEWAY and ~RTF_GATEWAY (-iface). While here, tweak RTF_GATEWAY description. Passive voice elsewhere in this table is used to

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 22:02:27 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): group RTF_GATEWAY and ~RTF_GATEWAY (-iface). While here, tweak RTF_GATEWAY description. Passive voice elsewhere in this table is used to

CVS commit: src

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 18:06:01 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_000.c msg_000.exp msg_001.c msg_001.exp msg_002.c msg_002.exp msg_004.c msg_004.exp msg_005.c msg_005.exp msg_085.c

CVS commit: src

2021-01-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 18:06:01 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_000.c msg_000.exp msg_001.c msg_001.exp msg_002.c msg_002.exp msg_004.c msg_004.exp msg_005.c msg_005.exp msg_085.c

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 19:50:42 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): don't split -blackhole and -noblackhole. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sbin/route/route.8 Please note

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 19:50:42 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): don't split -blackhole and -noblackhole. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sbin/route/route.8 Please note

CVS commit: src/bin/df

2021-01-02 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sun Jan 3 01:43:13 UTC 2021 Modified Files: src/bin/df: df.1 df.c Log Message: df: add grand total option Add a grand total option, -c, similar to the du(1) -c option. Adapted from the same option (-c) in FreeBSD df(1). To

CVS commit: src/bin/df

2021-01-02 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sun Jan 3 01:43:13 UTC 2021 Modified Files: src/bin/df: df.1 df.c Log Message: df: add grand total option Add a grand total option, -c, similar to the du(1) -c option. Adapted from the same option (-c) in FreeBSD df(1). To

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Frank Kardel
Hi Roy ! This may look like a better solution from the interface tracking side. People have requested being able to disable dynamic interface updates completely. This was implemented via the -U 0. See man ntpd: ... −U number, −−updateinterval=number interval in