CVS commit: src/usr.bin/make

2020-09-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 30 05:58:22 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: vardebug.exp varmod-l-name-to-value.exp Log Message: make(1): fix bug in evaluation of indirect variable modifiers Since

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

2020-09-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 30 05:42:06 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-l-name-to-value.exp varmod-l-name-to-value.mk Log Message: make(1): demonstrate bug in evaluation of indirect variable modifiers

CVS commit: src/sys/dev/ic

2020-09-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Sep 30 05:04:55 UTC 2020 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Add some KNF whitespace. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/ic/sl811hs.c Please note that diffs are

CVS commit: src/sys/arch

2020-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 29 19:58:50 UTC 2020 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 src/sys/arch/arm/arm32: arm32_tlb.c db_machdep.c src/sys/arch/arm/conf: files.arm src/sys/arch/arm/cortex: armperiph.c

CVS commit: src

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 19:41:48 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/tests/net: Makefile Added Files: src/tests/net/if_vether: Makefile t_vether.sh Log Message: vether(4): Add ATF tests based on the

CVS commit: src/sys

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 19:33:36 UTC 2020 Modified Files: src/sys/netinet: in.c src/sys/netinet6: in6.c Log Message: inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changing It's something we have always done. it's really rare for

CVS commit: src/usr.bin/make

2020-09-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 29 19:20:08 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename ShortVarValue to UndefinedShortVarValue To generate a diff of this commit: cvs rdiff -u -r1.552 -r1.553 src/usr.bin/make/var.c

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

2020-09-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 29 18:48:43 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-defined.mk Log Message: make(1): add test for using the :D variable modifier as comment To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/usr.bin/make

2020-09-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 29 18:44:30 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove unused assignments to local variables These only became obvious once ApplyModifier had been extracted, which shrank the source

CVS commit: src

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 18:33:23 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/sys/rump/net: Makefile.rumpnetcomp Added

CVS commit: src/usr.bin/make

2020-09-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 29 18:31:39 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract ApplyModifier from ApplyModifiers This allows a return, instead of a variable assignment followed by a break, saving a few lines

CVS commit: src/sys/rump/net/lib/libtap

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 18:31:31 UTC 2020 Modified Files: src/sys/rump/net/lib/libtap: Makefile Log Message: libtap: Improve comment To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/net/lib/libtap/Makefile Please note

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

2020-09-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 29 18:16:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile job-output-long-lines.exp job-output-long-lines.mk Log Message: make(1): fix test job-output-long-lines The test failed on Linux

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

2020-09-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 29 18:13:29 UTC 2020 Modified Files: src/sys/arch/arm/include: cpufunc.h Log Message: Fix RPI (armv6) build To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/arm/include/cpufunc.h Please note

CVS commit: src/tests/libexec/ld.elf_so

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 16:35:42 UTC 2020 Modified Files: src/tests/libexec/ld.elf_so: t_rtld_r_debug.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/libexec/ld.elf_so/t_rtld_r_debug.c Please

CVS commit: src/tests/libexec/ld.elf_so

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 16:34:08 UTC 2020 Modified Files: src/tests/libexec/ld.elf_so: t_rtld_r_debug.c Log Message: Fix build with clang. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/libexec/ld.elf_so/t_rtld_r_debug.c

CVS commit: src/usr.sbin/sysinst

2020-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 29 15:29:17 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c disklabel.c mbr.c partitions.h Log Message: Apply patch provided by Izumi Tsutsui in PR 55382: make ext2 partitions show up in the outer (MBR)

CVS commit: src/usr.sbin/sysinst

2020-09-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 29 14:29:56 UTC 2020 Modified Files: src/usr.sbin/sysinst: defs.h label.c part_edit.c Log Message: PR 55381: try to deal with moved (but not yet saved) partitions when calculating free space To generate a diff of this

CVS commit: src/usr.sbin/syslogd

2020-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 29 14:08:43 UTC 2020 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: When reporting an error before daemonizing, prefix the error message with the program name. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/xinstall

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 12:04:48 UTC 2020 Modified Files: src/usr.bin/xinstall: Makefile Log Message: xinstall: define MAKE_NATIVE so our make parts compile To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sbin/ifconfig

2020-09-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 08:52:11 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Add [-]eee and [-]vlan-hwfilter. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sbin/ifconfig/ifconfig.8 Please note

CVS commit: src/sys/kern

2020-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 29 07:51:01 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Log a message when a process blocks due to a lack of entropy. Discussed on tech-kern. To generate a diff of this commit: cvs rdiff -u -r1.23