CVS commit: src/usr.bin/xlint

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 03:49:26 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h tyname.c src/usr.bin/xlint/lint1: decl.c init.c tree.c src/usr.bin/xlint/lint2: chk.c Log Message: lint: fix buffer truncation for

CVS commit: src/distrib/sets/lists/debug

2021-01-01 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Jan 2 03:41:07 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Update the debug set for testpat(6). To generate a diff of this commit: cvs rdiff -u -r1.345 -r1.346 src/distrib/sets/lists/debug/mi

CVS commit: src/distrib/sets/lists/games

2021-01-01 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Jan 2 03:24:02 UTC 2021 Modified Files: src/distrib/sets/lists/games: mi Log Message: Add testpat(6) to the games set. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/distrib/sets/lists/games/mi Please note

CVS commit: src/games

2021-01-01 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Jan 2 03:21:39 UTC 2021 Modified Files: src/games: Makefile Added Files: src/games/testpat: Makefile testpat.6 testpat.c Log Message: Add testpat(6) to games. Testpat displays a test pattern in curses(3). To generate

CVS commit: src/sys/dev/wscons

2021-01-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jan 2 03:00:56 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: be more careful when optimizing stretches of blanks into erasecols() now testpat's output is redrawn properly To generate a diff

CVS commit: src/sys/kern

2021-01-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jan 2 02:13:42 UTC 2021 Modified Files: src/sys/kern: core_elf32.c Log Message: Use instead of , which is not intended for standalone use. Compile tested for all ports with their own COMPAT_NETBSD32 codes: aarch64, amd64,

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 01:36:28 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: order tspec_name in the same way as the enum To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 01:12:39 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: check-msgs.lua Log Message: lint: fix typo in check-msgs tool To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/xlint

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 01:06:15 UTC 2021 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: init.c lint1.h op.h scan.l src/usr.bin/xlint/lint2: lint2.h Log Message: lint: use bool instead of u_int:1 in

CVS commit: src/external/bsd/unbound/dist/util

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 23:24:31 UTC 2021 Modified Files: src/external/bsd/unbound/dist/util: mini_event.c Log Message: libunbound: Enforce that mini_event isn't used by include/config.h As I tire of fixing it to use libevent. To generate a

CVS commit: src/external/bsd/unbound/lib/libunbound

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 23:17:15 UTC 2021 Modified Files: src/external/bsd/unbound/lib/libunbound: Makefile Log Message: Revert prior With the correct #defines mini_event.c and winsock_event.c are compiled but practically unused. What is

CVS commit: src/usr.bin/make/unit-tests

2021-01-01 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jan 1 23:07:49 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: var-op-expand.mk Log Message: var-op-expand needs MAKE.SAVE_DOLLARS=yes To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/bsd/unbound/lib/libunbound

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 20:38:36 UTC 2021 Modified Files: src/external/bsd/unbound/lib/libunbound: Makefile Log Message: libunbound: Now we use libevent, don't build mini_event or winsock_event. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/unbound/include

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 20:16:16 UTC 2021 Modified Files: src/external/bsd/unbound/include: config.h Log Message: libunbound: actually use libevent as we link to it Would appreciate if people modify this file to actually test what polling

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 20:02:56 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: add debug logging for initialization using named members To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 19:28:51 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: document that C99-style initialization is necessarily buggy To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 19:15:58 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c lint1.h Log Message: lint: un-export struct istk To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.bin/xlint/lint1/init.c cvs

CVS commit: src

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 19:11:20 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_init_pop_member.c d_init_pop_member.exp src/usr.bin/xlint/lint1: init.c Log Message: lint: fix wrong warning about bitfield in C99

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

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 17:21:47 UTC 2021 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: ntpd: In the event of route(4) overflow, update the interfaces To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 16:50:47 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh src/usr.bin/xlint/lint1: init.c Added Files:

CVS commit: src/external/bsd/wpa/dist/src/drivers

2021-01-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 1 14:57:14 UTC 2021 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: wpa: If route socket overflows, sync drivers to system interfaces Messages such as RTM_IFNFO or RTM_IFANNOUNCE could have

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 14:51:44 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: lint: remove custom LINTFLAGS These flags are missing the options -g (GNUisms) and -S (C9X mode). Without these flags, NetBSD's system

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 14:11:20 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: combine duplicate case branches in popdecl This works around GCC 9, which didn't see that the following statement cannot terminate

CVS commit: src/sys/kern

2021-01-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jan 1 14:08:33 UTC 2021 Modified Files: src/sys/kern: subr_lockdebug.c Log Message: Use printf, not printf_nolog, in lockdebug dumps. Otherwise we get no diagnostic information in crash dumps or dmesg, which really puts

CVS commit: src/sys/kern

2021-01-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jan 1 14:04:17 UTC 2021 Modified Files: src/sys/kern: subr_lockdebug.c Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/kern/subr_lockdebug.c Please note that

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

2021-01-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jan 1 13:43:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: Build breakage fix (hopefully) - brain dead gcc. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

CVS commit: [netbsd-8] src/doc

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 13:21:11 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1645 To generate a diff of this commit: cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/ufs/ufs

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 13:19:58 UTC 2021 Modified Files: src/sys/ufs/ufs [netbsd-8]: ufs_quota1.c Log Message: Pull up following revision(s) (requested by nia in ticket #1645): sys/ufs/ufs/ufs_quota1.c: revision 1.23 Avoid

CVS commit: [netbsd-9] src/doc

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 13:19:03 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Tickets #1167, #1169 - #1176 To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-9.2 Please note that

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

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 13:17:08 UTC 2021 Modified Files: src/sys/ufs/ufs [netbsd-9]: ufs_quota1.c Log Message: Pull up following revision(s) (requested by nia in ticket #1176): sys/ufs/ufs/ufs_quota1.c: revision 1.23 Avoid

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 13:14:29 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: trap.c Log Message: Pull up following revision(s) (requested by rin in ticket #1175): sys/arch/aarch64/aarch64/trap.c: revision

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 13:06:39 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: vm_machdep.c Log Message: Pull up following revision(s) (requested by rin in ticket #1174): sys/arch/aarch64/aarch64/vm_machdep.c:

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

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 13:04:08 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: core_elf32.c Log Message: Pull up following revision(s) (requested by rin in ticket #1173): sys/kern/core_elf32.c: revision 1.65 (patch) Use correct

CVS commit: [netbsd-9] src/sys/arch/aarch64

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 12:58:36 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: netbsd32_machdep.c trap.c src/sys/arch/aarch64/include [netbsd-9]: netbsd32_machdep.h ptrace.h Log Message: Pull up following

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 12:54:08 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: pmap.c Log Message: Pull up following revision(s) (requested by rin in ticket #1171): sys/arch/aarch64/aarch64/pmap.c: revision 1.82

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 12:38:50 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc.c pmap.c Log Message: Pull up following revision(s) (requested by rin in ticket #1170): sys/arch/aarch64/aarch64/cpufunc.c:

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2021-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 12:31:19 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: trap.c Log Message: Pull up following revision(s) (requested by rin in ticket #1169): sys/arch/aarch64/aarch64/trap.c: revision 1.21

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

2021-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 1 11:58:21 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: mesongx_mmc.c Log Message: Use symbolic names for hwtype values. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.bin/xlint

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 11:58:03 UTC 2021 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: tree.c src/usr.bin/xlint/lint2: chk.c Log Message: lint: rename styp and utyp To generate a diff of this

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

2021-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 1 11:51:47 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: mesongx_mmc.c Log Message: #define To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/amlogic/mesongx_mmc.c Please note that

CVS commit: src/usr.bin/xlint

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 11:51:15 UTC 2021 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: decl.c scan.l src/usr.bin/xlint/lint2: read.c Log Message: lint: remove NTSPEC from enum tspec_t The number

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

2021-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 1 11:44:41 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk_i2s.c Log Message: rk_i2s.c To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/rockchip/rk_i2s.c Please note that diffs are

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 11:41:01 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y check-msgs.lua decl.c func.c init.c tree.c Log Message: lint: add missing redundant messages in source code To generate a diff of this

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 11:14:06 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: complete message 203 for case labels To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/xlint/lint1/func.c

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 11:09:41 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y func.c scan.l tree.c Log Message: lint: rename tokens for left and right parentheses To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 11:01:03 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: extract main part of case_label into separate function To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 10:55:28 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y externs1.h func.c Log Message: lint: split label handling into separate functions The only thing these cases have in common is the name "label" and

CVS commit: src/doc

2021-01-01 Thread Ryo Shimizu
less clients [reinoud 20201227] dhcpcd: Update to version 9.4.0 [roy 20201228] tzdata updated to 2020f (includes update to 2020e) [kre 20201231] + evbarm: Add support for Amlogic G12 family SoCs. [ryo 20210101]

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 09:28:22 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c emit1.c scan.l Log Message: lint: replace simple LERROR with lint_assert To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 1 09:11:40 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c emit1.c func.c Log Message: lint: replace some more LERROR with lint_assert To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/sys/conf

2021-01-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jan 1 08:02:16 UTC 2021 Modified Files: src/sys/conf: copyright Log Message: welcome 2021. YES. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/conf/copyright Please note that diffs are not public