CVS commit: src/sys/arch/sparc/sparc

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 01:54:37 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: convert most uses of pmapdebug to use the new DPRINTF() macro. add PMAP_INITLOUD debug option, that shows how pmap_bootstrap() eats up the

CVS commit: src/sys/arch/sparc/sparc

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 01:04:58 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: note that find_cpus() also sets cpu_arch. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263

CVS commit: src/sys/arch/sparc

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 01:02:28 UTC 2021 Modified Files: src/sys/arch/sparc/include: autoconf.h src/sys/arch/sparc/sparc: autoconf.c cpu.c Log Message: set machine_model[] earlier, so that bootstrap can use it. also, avoid "extern " in

CVS commit: src/sys/dev/wscons

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 00:35:46 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vcons_util.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/wscons/wsdisplay_vcons_util.c

CVS commit: src/sys/arch/aarch64/aarch64

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:23:59 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c Log Message: add a command to dump the bootconfig passed meminfo. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/wsfb

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 00:23:38 UTC 2021 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Prefer printing the framebuffer's PA instead of VA. It's much more useful.. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: src/sys/arch/sparc64/dev

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:18:28 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: psycho.c pyro.c schizo.c Log Message: reduce the scope of 'ci' variable. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132

CVS commit: src/sbin/modload

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:17:40 UTC 2021 Modified Files: src/sbin/modload: modload.8 Log Message: call it "kernel object linker module framework" not just "module framework". the latter is generic enough to also mean the old ld(1) linked

CVS commit: src/libexec/httpd

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:15:14 UTC 2021 Modified Files: src/libexec/httpd: Makefile.boot Log Message: also set -D_DEFAULT_SOURCE to open up more headers. allow passing $(EXTRALIBS). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/bsd/iscsi/dist/src/lib

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:13:49 UTC 2021 Modified Files: src/external/bsd/iscsi/dist/src/lib: initiator.c Log Message: remove unset (and always printed as "(null)") gfilename variable. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys

2021-01-16 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 16 23:51:51 UTC 2021 Modified Files: src/sys/arch/arm/arm: psci.c src/sys/conf: files src/sys/lib/libkern: libkern.h src/sys/lib/libkern/arch/hppa: bcopy.S src/sys/sys: cdefs.h queue.h Log

CVS commit: src/sys/rump/librump/rumpkern

2021-01-16 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 16 23:50:49 UTC 2021 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: remove a const to allow building with QUEUEDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352

CVS commit: src/sys/dev/wscons

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 23:19:50 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vconsvar.h Log Message: Instead of defining VCONS_DONT_READ as the raw value of 0x30, instead define it as (VCONS_NO_COPYCOLS|VCONS_NO_COPYROWS) for

CVS commit: src

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 22:18:14 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi src/etc/mtree: NetBSD.dist.base src/usr.bin/xlint/xlint: Makefile Log Message: lint: remove custom stdbool.h for strict bool mode again

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 21:05:15 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gicv3.c gicv3.h gicv3_its.c gicv3_its.h Log Message: Remove MAXCPUS dependency. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/usr.bin/make

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 20:49:31 UTC 2021 Modified Files: src/usr.bin/make: main.c make.c make.h meta.c metachar.h var.c Log Message: make(1): fix a few inconsistencies for lint's strict bool mode To generate a diff of this commit: cvs

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:33:32 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add VND_COMPRESSION option To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:30:37 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER options To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/etc/mtree

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 20:30:05 UTC 2021 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add directory /usr/libdata/lint/strict-bool This is needed for usr.bin/xlint/xlint. To generate a diff of this commit: cvs rdiff -u

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:29:16 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add UFS_ACL and UFS_EXTATTR options To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:27:29 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add QUOTA and QUOTA2 options To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 20:26:25 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add COMPAT_OSSAUDIO To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/GENERIC.common

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

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 19:11:36 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: refactor strict bool mode and improve comments The previous comment above typeok_strict_bool_compatible was too hard to understand.

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

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 19:03:47 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ops.def tree.c Log Message: lint: in strict bool mode, perform the normal checks as well To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 18:58:22 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: simplify typeok_strict_bool_compatible To generate a diff of this

CVS commit: src

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 18:48:52 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: add missing warning for bool() == int

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

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 18:46:59 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: simplify typeok_strict_bool_assign When that function is called, the nodes are already before_conversion. To generate a diff of

CVS commit: src

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 17:54:22 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove redundant calls to before_conversion To generate a diff of this

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

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 16:58:39 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c Log Message: lint: add test for missing check in strict bool mode To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.bin/xlint

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 16:53:24 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: decl.c emit1.c func.c init.c lint1.h main1.c tree.c src/usr.bin/xlint/lint2: chk.c read.c

CVS commit: src

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 16:03:47 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp msg_330.c msg_330.exp msg_331.c msg_331.exp

CVS commit: src/usr.sbin/cpuctl/arch

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 15:35:28 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: arm.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/cpuctl/arch/arm.c Please note that diffs

CVS commit: src/usr.sbin/cpuctl/arch

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 15:34:37 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: ID_AA64PFR0_EL1.GIC=0 means that the CPU interface system registers are not implemented. This does not necessarily mean that there is

CVS commit: src/sys/arch/x86/x86

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 16 15:26:23 UTC 2021 Modified Files: src/sys/arch/x86/x86: identcpu_subr.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/x86/identcpu_subr.c Please note

CVS commit: src

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 15:02:12 UTC 2021 Modified Files: src/tests/usr.bin/xlint: check-expect.lua src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp src/usr.bin/xlint/lint1: tree.c Log

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

2021-01-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 12:57:37 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_anon_struct.c d_c99_recursive_init.c d_c99_struct_init.c d_c99_union_init1.c d_c99_union_init2.c d_c99_union_init3.c

CVS commit: src/sys/dev/fdt

2021-01-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jan 16 09:09:37 UTC 2021 Modified Files: src/sys/dev/fdt: fdtvar.h Log Message: oops, fix mistake in previous commit. removed unwanted member that had been added. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68