CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 10:27:22 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): save a variable lookup when adding a read-only variable To generate a diff of this commit: cvs rdiff -u -r1.463 -r1.464

CVS commit: src/sys/crypto/chacha/arch/arm

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 16:39:06 UTC 2020 Modified Files: src/sys/crypto/chacha/arch/arm: chacha_neon_32.S Log Message: Adjust sp, not fp, to allocate a 32-byte temporary. Costs another couple MOV instructions, but we can't skimp on this

CVS commit: src/sys/crypto/chacha/arch/arm

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 16:39:06 UTC 2020 Modified Files: src/sys/crypto/chacha/arch/arm: chacha_neon_32.S Log Message: Adjust sp, not fp, to allocate a 32-byte temporary. Costs another couple MOV instructions, but we can't skimp on this

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:57:32 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): make ArchStatMember ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/usr.bin/make/arch.c Please

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:57:32 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): make ArchStatMember ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/usr.bin/make/arch.c Please

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:59:01 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): make ArchFindMember ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/usr.bin/make/arch.c Please

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:59:01 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): make ArchFindMember ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/usr.bin/make/arch.c Please

CVS commit: src

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 13:50:17 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: cond-cmp-numeric-eq.exp

CVS commit: src

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 13:50:17 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: cond-cmp-numeric-eq.exp

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:28:04 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile opt-ignore.exp opt-ignore.mk opt-keep-going.exp opt-keep-going.mk opt-var-expanded.exp opt-var-expanded.mk

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:28:04 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile opt-ignore.exp opt-ignore.mk opt-keep-going.exp opt-keep-going.mk opt-var-expanded.exp opt-var-expanded.mk

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:04:21 UTC 2020 Modified Files: src/usr.bin/make: lst.h make.h metachar.h Log Message: make(1): remove unused declarations from header files To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:04:21 UTC 2020 Modified Files: src/usr.bin/make: lst.h make.h metachar.h Log Message: make(1): remove unused declarations from header files To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/tests/fs/lfs

2020-08-23 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Sun Aug 23 16:03:54 UTC 2020 Modified Files: src/tests/fs/lfs: t_rfw.c Log Message: Expand test to cover more failure cases. Change from skipped to expect fail in anticipation of working roll-forward code. To generate a diff

CVS commit: src/tests/fs/lfs

2020-08-23 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Sun Aug 23 16:03:54 UTC 2020 Modified Files: src/tests/fs/lfs: t_rfw.c Log Message: Expand test to cover more failure cases. Change from skipped to expect fail in anticipation of working roll-forward code. To generate a diff

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:59:44 UTC 2020 Modified Files: src/usr.bin/make: lst.h Log Message: make(1): remove parameter names from function prototypes Thanks kre for noticing. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:59:44 UTC 2020 Modified Files: src/usr.bin/make: lst.h Log Message: make(1): remove parameter names from function prototypes Thanks kre for noticing. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:58:03 UTC 2020 Modified Files: src/usr.bin/make: arch.c cond.c dir.c lst.c lst.h main.c meta.c suff.c Log Message: make(1): reverse order of the Lst_Find parameters The other callbacks all have (function, param),

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:58:03 UTC 2020 Modified Files: src/usr.bin/make: arch.c cond.c dir.c lst.c lst.h main.c meta.c suff.c Log Message: make(1): reverse order of the Lst_Find parameters The other callbacks all have (function, param),

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:26:35 UTC 2020 Modified Files: src/usr.bin/make: compat.c for.c job.c main.c nonints.h str.c var.c Log Message: make(1): make brk_string return size_t for the number of words To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:26:35 UTC 2020 Modified Files: src/usr.bin/make: compat.c for.c job.c main.c nonints.h str.c var.c Log Message: make(1): make brk_string return size_t for the number of words To generate a diff of this commit: cvs

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:46:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile sh-leading-plus.exp sh-leading-plus.mk Log Message: make(1): add test for + commands with the -n command line option To generate a

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:46:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile sh-leading-plus.exp sh-leading-plus.mk Log Message: make(1): add test for + commands with the -n command line option To generate a

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 15:13:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk varmod-hash.exp varmod-hash.mk varmod-localtime.exp varmod-localtime.mk varmod-range.exp varmod-range.mk Log

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 15:13:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk varmod-hash.exp varmod-hash.mk varmod-localtime.exp varmod-localtime.mk varmod-range.exp varmod-range.mk Log

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:22:52 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): allow to run only selected tests via the command line To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:22:52 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): allow to run only selected tests via the command line To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/tests/lib/libc/gen

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:04:58 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_fpsetmask.c Log Message: Expect failure only when running under qemu's TCG CPU emulation, not when running under hardware virtualization such as qemu -accel

CVS commit: src/tests/lib/libc/gen

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:04:58 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_fpsetmask.c Log Message: Expect failure only when running under qemu's TCG CPU emulation, not when running under hardware virtualization such as qemu -accel

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 15:09:15 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk varmod-extension.exp varmod-extension.mk varmod-head.exp varmod-head.mk varmod-root.exp varmod-root.mk

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 15:09:15 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk varmod-extension.exp varmod-extension.mk varmod-head.exp varmod-head.mk varmod-root.exp varmod-root.mk

CVS commit: src/tests/bin/df

2020-08-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Aug 23 15:51:30 UTC 2020 Modified Files: src/tests/bin/df: t_df.sh Log Message: adjust the number of spaces to match the current df(1) output. fix NetBSD PR/55600 TODO: it should not be dependent on the number of spaces. To

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:49:37 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): replace tricky malloc+realloc+strlen+snprintf with Buffer The code for handling archives is not widely used. Therefore it does not need

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:49:37 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): replace tricky malloc+realloc+strlen+snprintf with Buffer The code for handling archives is not widely used. Therefore it does not need

CVS commit: src/tests/lib/libc/sys

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 17:50:19 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: Split getrandom tests into several cases to find out which ones hang. To generate a diff of this commit: cvs rdiff -u -r1.1

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:51:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: archive.exp archive.mk Log Message: make(1): in archive test, use wildcard that matches more than 1 file This is to make sure that the buffer used for

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:51:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: archive.exp archive.mk Log Message: make(1): in archive test, use wildcard that matches more than 1 file This is to make sure that the buffer used for

CVS commit: src/tests/lib/libc/sys

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 17:50:19 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: Split getrandom tests into several cases to find out which ones hang. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 19:00:19 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): make compat.c ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/make/compat.c Please

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 19:00:19 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): make compat.c ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/make/compat.c Please

CVS commit: src/share/man/man4

2020-08-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 23 09:55:58 UTC 2020 Modified Files: src/share/man/man4: ddb.4 Log Message: Fix editor mistake in previous. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/share/man/man4/ddb.4 Please note that diffs

CVS commit: src/share/man/man4

2020-08-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 23 09:55:58 UTC 2020 Modified Files: src/share/man/man4: ddb.4 Log Message: Fix editor mistake in previous. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/share/man/man4/ddb.4 Please note that diffs

CVS commit: src/sys/arch/mips

2020-08-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 23 10:23:38 UTC 2020 Modified Files: src/sys/arch/mips/include: mips_param.h proc.h src/sys/arch/mips/mips: mipsX_subr.S vm_machdep.c Log Message: Use a 16kB USPACE (and larger kernel stack) for LP64 kernels.

CVS commit: src/sys/arch/mips

2020-08-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 23 10:23:38 UTC 2020 Modified Files: src/sys/arch/mips/include: mips_param.h proc.h src/sys/arch/mips/mips: mipsX_subr.S vm_machdep.c Log Message: Use a 16kB USPACE (and larger kernel stack) for LP64 kernels.

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 10:27:22 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): save a variable lookup when adding a read-only variable To generate a diff of this commit: cvs rdiff -u -r1.463 -r1.464

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 10:53:27 UTC 2020 Modified Files: src/usr.bin/make: compat.c lst.c lst.h Log Message: make(1): handle special case of a list containing null pointers GNode.commands is the only place in make where a list can contain

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 10:53:27 UTC 2020 Modified Files: src/usr.bin/make: compat.c lst.c lst.h Log Message: make(1): handle special case of a list containing null pointers GNode.commands is the only place in make where a list can contain

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:07:20 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-func-commands.mk cond-func-exists.mk cond-func-target.mk Log Message: make(1): add tests for functions in .if conditions To generate a

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:18:12 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): make navigating lists in debugging mode easier Lst is an untyped list of pointers. During debugging, it is often necessary to inspect

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:03:35 UTC 2020 Modified Files: src/usr.bin/make: str.c Log Message: make(1): prepare str.c for WARNS=6 The next step is to make brk_string return size_t instead of int. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 11:13:08 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): remove another piece of code for circular lists To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/make/lst.c

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 11:13:08 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): remove another piece of code for circular lists To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/make/lst.c

CVS commit: src/share/man/man4

2020-08-23 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sun Aug 23 13:35:46 UTC 2020 Modified Files: src/share/man/man4: ym.4 Log Message: Link to i386/pnpbios(4) instead of pnpbios(4) And bump date. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/share/man/man4

2020-08-23 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sun Aug 23 13:35:46 UTC 2020 Modified Files: src/share/man/man4: ym.4 Log Message: Link to i386/pnpbios(4) instead of pnpbios(4) And bump date. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:07:20 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-func-commands.mk cond-func-exists.mk cond-func-target.mk Log Message: make(1): add tests for functions in .if conditions To generate a

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 15:18:43 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk varmod-remember.exp varmod-remember.mk varmod-to-upper.exp varmod-to-upper.mk Log Message: make(1): move tests for the

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 15:18:43 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk varmod-remember.exp varmod-remember.mk varmod-to-upper.exp varmod-to-upper.mk Log Message: make(1): move tests for the

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:18:12 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): make navigating lists in debugging mode easier Lst is an untyped list of pointers. During debugging, it is often necessary to inspect

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:43:35 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h meta.c Log Message: make(1): define aliases for function types in list processing This makes the prototypes of the functions clearer. To generate a

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 16:43:35 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h meta.c Log Message: make(1): define aliases for function types in list processing This makes the prototypes of the functions clearer. To generate a

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:03:35 UTC 2020 Modified Files: src/usr.bin/make: str.c Log Message: make(1): prepare str.c for WARNS=6 The next step is to make brk_string return size_t instead of int. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:53:13 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): make Arch_MemMTime ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/usr.bin/make/arch.c Please note

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 18:53:13 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): make Arch_MemMTime ready for WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/usr.bin/make/arch.c Please note

CVS commit: src/sys/net

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 18:52:53 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: Initialize peers early on for error branch. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/net/if_wg.c Please note that

CVS commit: src/sys/net

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 18:52:53 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: Initialize peers early on for error branch. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/net/if_wg.c Please note that

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:52:07 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: sysv.exp sysv.mk varmod-sysv.exp varmod-sysv.mk Log Message: make(1): move some of the SysV modifier tests into another file To generate a

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 14:52:07 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: sysv.exp sysv.mk varmod-sysv.exp varmod-sysv.mk Log Message: make(1): move some of the SysV modifier tests into another file To generate a

CVS commit: src/tests/bin/df

2020-08-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Aug 23 15:51:30 UTC 2020 Modified Files: src/tests/bin/df: t_df.sh Log Message: adjust the number of spaces to match the current df(1) output. fix NetBSD PR/55600 TODO: it should not be dependent on the number of spaces. To

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:34:46 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: archive.exp archive.mk Log Message: make(1): add test for wildcards in archive dependency To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 17:34:46 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: archive.exp archive.mk Log Message: make(1): add test for wildcards in archive dependency To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/gen

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:00:18 UTC 2020 Modified Files: src/tests/lib/libc/gen: isqemu.h Log Message: Provide separate functions to check for running under qemu in general and for running under qemu's built-in TCG CPU emulation (as opposed to

CVS commit: src/tests/lib/libc/gen

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:00:18 UTC 2020 Modified Files: src/tests/lib/libc/gen: isqemu.h Log Message: Provide separate functions to check for running under qemu in general and for running under qemu's built-in TCG CPU emulation (as opposed to

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 06:12:52 UTC 2020 Modified Files: src/usr.bin/make: buf.c Log Message: make(1): use common MAX macro instead of self-defined To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/make/buf.c

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 06:12:52 UTC 2020 Modified Files: src/usr.bin/make: buf.c Log Message: make(1): use common MAX macro instead of self-defined To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/make/buf.c

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 06:54:01 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): unroll loop in SuffFindArchiveDeps The compiler had unrolled this loop anyway, and for humans it is more readable as well. The comments

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 06:54:01 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): unroll loop in SuffFindArchiveDeps The compiler had unrolled this loop anyway, and for humans it is more readable as well. The comments

CVS commit: src/share/man/man5

2020-08-23 Thread Travis Paul
Module Name:src Committed By: tpaul Date: Sun Aug 23 20:23:56 UTC 2020 Modified Files: src/share/man/man5: capfile.5 Log Message: Man page typo fix. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man5/capfile.5 Please note that diffs are not

CVS commit: src/share/man/man5

2020-08-23 Thread Travis Paul
Module Name:src Committed By: tpaul Date: Sun Aug 23 20:23:56 UTC 2020 Modified Files: src/share/man/man5: capfile.5 Log Message: Man page typo fix. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man5/capfile.5 Please note that diffs are not

CVS commit: src/sys/dev/mii

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 04:23:41 UTC 2020 Modified Files: src/sys/dev/mii: ciphy.c mii_physubr.c miivar.h urlphy.c Log Message: Don't do full initialization for autonego when just restarting autonego because it's not required. This change

CVS commit: src/sys/dev/pci

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 05:34:00 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: s/ressource/resource/. Found by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.685 -r1.686 src/sys/dev/pci/if_wm.c Please note

CVS commit: src/sys/dev/pci

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 05:34:00 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: s/ressource/resource/. Found by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.685 -r1.686 src/sys/dev/pci/if_wm.c Please note

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 21:40:30 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extend the documentation on the ApplyModifier functions To generate a diff of this commit: cvs rdiff -u -r1.466 -r1.467

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 21:40:30 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extend the documentation on the ApplyModifier functions To generate a diff of this commit: cvs rdiff -u -r1.466 -r1.467

CVS commit: src/sys/dev/mii

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 04:23:41 UTC 2020 Modified Files: src/sys/dev/mii: ciphy.c mii_physubr.c miivar.h urlphy.c Log Message: Don't do full initialization for autonego when just restarting autonego because it's not required. This change

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 19:30:13 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-undef.mk varmisc.mk Log Message: make(1): move test for .undef into separate file To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/mii

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 04:49:05 UTC 2020 Modified Files: src/sys/dev/mii: urlphy.c Log Message: Remove extra PHY_RESET(sc) in the MII_TICK path because it's not requierd to just restart autonego. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/mii

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 04:49:05 UTC 2020 Modified Files: src/sys/dev/mii: urlphy.c Log Message: Remove extra PHY_RESET(sc) in the MII_TICK path because it's not requierd to just restart autonego. To generate a diff of this commit: cvs

CVS commit: src/sys

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 05:37:41 UTC 2020 Modified Files: src/sys/arch/i386/pnpbios: pciide_pnpbios.c pnpbios.c src/sys/arch/i386/stand/lib/netif: am7990.c src/sys/dev/acpi: acpi_i2c.c src/sys/dev/pci: btvmei.c

CVS commit: src/sys

2020-08-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 24 05:37:41 UTC 2020 Modified Files: src/sys/arch/i386/pnpbios: pciide_pnpbios.c pnpbios.c src/sys/arch/i386/stand/lib/netif: am7990.c src/sys/dev/acpi: acpi_i2c.c src/sys/dev/pci: btvmei.c

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 19:30:13 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-undef.mk varmisc.mk Log Message: make(1): move test for .undef into separate file To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

re: CVS commit: src/sys/uvm/pmap

2020-08-23 Thread matthew green
> Modified Files: > src/sys/uvm/pmap: pmap_segtab.c > > Log Message: > Remove the #if defined(__mips_n64) && PAGE_SIZE == 8192 and make the > check MI - all PTs are PAGE_SIZE aligned thanks! that is a much better way of doing it. .mrg.

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 20:57:02 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): split code for parsing the :U modifier into digestible parts The comment about "unescaped $'s that aren't before the delimiter" was

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 20:57:02 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): split code for parsing the :U modifier into digestible parts The comment about "unescaped $'s that aren't before the delimiter" was

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 22:49:45 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove redundant range restriction re.re_nsub is at least 0, and (at least 0) + 1 cannot be 0. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 22:49:45 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove redundant range restriction re.re_nsub is at least 0, and (at least 0) + 1 cannot be 0. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 22:13:38 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): restructure code of the :ts modifier Now there is one paragraph per case, as opposed to the highly condensed code from before. In the

CVS commit: src/usr.bin/make

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 22:13:38 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): restructure code of the :ts modifier Now there is one paragraph per case, as opposed to the highly condensed code from before. In the

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 20:49:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-undefined.mk Log Message: make(1): add test for :U modifier To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-08-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 23 20:49:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-undefined.mk Log Message: make(1): add test for :U modifier To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/fs/lfs

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 22:34:29 UTC 2020 Modified Files: src/tests/fs/lfs: t_rfw.c Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/lfs/t_rfw.c Please note that diffs are

  1   2   >