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

2020-06-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 26 08:42:01 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm283x_platform.c Log Message: Avoid large stack usage with kmem_alloc - we're in device_register so there is no problem doing this. To generate a diff of

CVS commit: src/sys/dev/ofw

2020-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 26 10:14:32 UTC 2020 Modified Files: src/sys/dev/ofw: ofw_subr.c Log Message: Remove !cold KASSERT - it does not compile on all kernels, and it is not the right thing to test for anyway. XXX should we panic instead? Are

CVS commit: src/tests

2020-06-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jun 26 07:50:12 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c src/tests/fs/nullfs: t_basic.c src/tests/fs/tmpfs: t_renamerace.c src/tests/kernel: t_extattrctl.c

CVS commit: src/external/gpl2/texinfo/dist

2020-06-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jun 26 06:08:37 UTC 2020 Modified Files: src/external/gpl2/texinfo/dist: configure Log Message: Hack to get the "has ANSI C headers" check to pass on newer versions of clang as bundled with Xcode. If someone really cares

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

2020-06-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 26 08:42:27 UTC 2020 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Avoid unbounded stack usage warning To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/dev/i2c

2020-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 26 10:06:57 UTC 2020 Modified Files: src/sys/dev/i2c: adm1026.c Log Message: Avoid creating a full temporary softc struct on the stack. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 00:46:37 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Fix typo in name of evcnt(4) counter. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/arch/aarch64/aarch64/pmap.c

CVS commit: src/sys/kern

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 01:26:32 UTC 2020 Modified Files: src/sys/kern: kern_timeout.c Log Message: Stop allocating struct cpu_info in BSS; No need to db_read_bytes() against cpu_info, just ci_data.cpu_callout is enough. Save 1408 bytes of BSS

CVS commit: src/sys/arch/powerpc/fpu

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 04:17:51 UTC 2020 Modified Files: src/sys/arch/powerpc/fpu: fpu_sqrt.c Log Message: Fix typo in DPRINTF. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/fpu/fpu_sqrt.c Please note that

CVS commit: src

2020-06-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 27 05:20:34 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/ztest: Makefile t_ztest.sh Log

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

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 05:39:07 UTC 2020 Modified Files: src/distrib/sets/lists/modules: mi Log Message: Remove stale comments. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/distrib/sets/lists/modules/mi Please note

CVS commit: src/sys/arch/powerpc/include

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 02:40:24 UTC 2020 Modified Files: src/sys/arch/powerpc/include: pmap.h Log Message: Fix MODULAR support for ibm4xx by providing __nothing as VM_MDPAGE_INIT(). To generate a diff of this commit: cvs rdiff -u -r1.38

CVS commit: src/sys/arch/powerpc/fpu

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 04:31:06 UTC 2020 Modified Files: src/sys/arch/powerpc/fpu: fpu_emu.c Log Message: fpu_dumpfpn(): Add KASSERT to check argument != NULL. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/powerpc/fpu

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 04:29:27 UTC 2020 Modified Files: src/sys/arch/powerpc/fpu: fpu_sqrt.c Log Message: Return +INF without exception for +INF, as required by the architecture. Also, avoid NULL dereference for fpu_dumpfpn() aka DUMPFPN().

CVS commit: src/sys/arch/powerpc/fpu

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 03:07:57 UTC 2020 Modified Files: src/sys/arch/powerpc/fpu: fpu_add.c fpu_compare.c fpu_div.c fpu_emu.c fpu_explode.c fpu_implode.c fpu_mul.c fpu_sqrt.c fpu_subr.c Log Message: Sort headers. No functional

CVS commit: src/sys/arch/powerpc/fpu

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 03:25:28 UTC 2020 Modified Files: src/sys/arch/powerpc/fpu: fpu_sqrt.c Log Message: Set FPSCR[VXSQRT] for non-zero negative operand. Taken from (a part of) FreeBSD Revision 343078:

CVS commit: src/sys/arch/powerpc/fpu

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 04:18:57 UTC 2020 Modified Files: src/sys/arch/powerpc/fpu: fpu_emu.c Log Message: fpu_dumpfpn(): Add missing \n in printf() format. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

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

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 00:43:39 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: Fix build failure due to -Werror=stack-usage. Use db_read_bytes() against particular member of structure in use, by which we can

CVS commit: src/tests/sbin/ifconfig

2020-06-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 27 04:15:17 UTC 2020 Modified Files: src/tests/sbin/ifconfig: t_repeated_scan.sh t_repeated_updown.sh Log Message: Use atf_pass to avoid test failure in case there are no suitable interfaces. To generate a diff of this

CVS commit: src/sys/arch/powerpc/fpu

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 04:24:08 UTC 2020 Modified Files: src/sys/arch/powerpc/fpu: fpu_explode.c Log Message: Remove extra newline in DPRINTF(). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/powerpc/include

2020-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 27 02:51:23 UTC 2020 Modified Files: src/sys/arch/powerpc/include: vmparam.h Log Message: Restrict {MIN,MAX}_PAGE_SIZE for MODULAR || _MODULE, which makes non-MODULAR kernel a little bit efficient. They are also exposed to

CVS commit: src/sys/arch/mips/cavium/dev

2020-06-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jun 27 02:49:42 UTC 2020 Added Files: src/sys/arch/mips/cavium/dev: octeon_uartvar.h Log Message: Add new file containing a couple of UART prototypes. Missing file pointed out by rin@. Thanks! To generate a diff of this

CVS commit: src

2020-06-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 27 05:07:08 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/tests/sbin/ifconfig: Makefile Added Files: src/tests/sbin/ifconfig: t_woptions.sh Log Message: Add test cases for different 802.11

CVS commit: src/usr.bin/printf

2020-06-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jun 26 21:03:56 UTC 2020 Modified Files: src/usr.bin/printf: printf.1 Log Message: Use ASCII single quote. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/printf/printf.1 Please note that diffs are

CVS commit: src/usr.bin/printf

2020-06-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jun 26 22:05:05 UTC 2020 Modified Files: src/usr.bin/printf: printf.1 Log Message: Drop redundant quoting in the nested printf example. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.bin/printf/printf.1

CVS commit: src/usr.bin/printf

2020-06-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jun 26 20:16:56 UTC 2020 Modified Files: src/usr.bin/printf: printf.1 Log Message: Try to improve markup to get a nicer PostScript output. While here edit slightly for consistency: get the octal character ranges in order, use

CVS commit: src/sys/net

2020-06-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jun 26 15:53:59 UTC 2020 Modified Files: src/sys/net: rtsock_shared.c Log Message: Adjust prior to enforce minimum socket length includes sa_family Not that the code strictly needs it, but if the macro is ever used elsewhere

CVS commit: src/usr.bin/logger

2020-06-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 26 15:46:28 UTC 2020 Modified Files: src/usr.bin/logger: logger.1 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/logger/logger.1 Please note that diffs are

CVS commit: src/external/cddl/dtracetoolkit/dist/Man/man1m

2020-06-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 26 15:45:18 UTC 2020 Modified Files: src/external/cddl/dtracetoolkit/dist/Man/man1m: dtruss.1m opensnoop.1m Log Message: Sort options and their descriptions. Replace tab with space in table. Make non-standard section