CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 13 07:52:04 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): use bitset for IfState Previously, the individual IfStates contained redundant information, which was apparent in the documentation.

CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 13 07:35:27 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): replace large switch with if-else in Cond_EvalLine To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212

CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 13 06:19:27 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): move the comment about ".else " to the correct place To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211

CVS commit: src/sys/dev/pci/ixgbe

2020-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 13 05:53:36 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that some advertise speeds can't be set with hw.ixgN.advertise_speed if both 2.5G and 5G are set. Fix the error message, too.

CVS commit: src/sys/dev/pci/ixgbe

2020-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 13 04:12:38 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_x540.c Log Message: Fix typo in a debug message. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/ixgbe/ixgbe_x540.c

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

2020-11-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Nov 12 23:53:17 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: objdir-writable.mk Log Message: Use explicit MAKEOBJDIR to avoid tripping over /usr/obj To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/make

2020-11-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Nov 12 23:35:21 UTC 2020 Modified Files: src/usr.bin/make: main.c make.1 make.h parse.c src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: objdir-writable.exp objdir-writable.mk Log

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

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 22:40:11 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-endif.mk Log Message: make(1): add test for missing check on .endif with arguments To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 22:27:56 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): improve readability of IfState documentation The words "None" and "One" looked and sounded too similar. To generate a diff of this

CVS commit: src

2020-11-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Nov 12 22:28:02 UTC 2020 Modified Files: src/distrib/sets/lists/xfont: mi src/external: Makefile Added Files: src/external/ofl: Makefile src/external/ofl/font-liberation-ttf: Makefile Log Message: Hook

CVS commit: xsrc/external/ofl/font-liberation-ttf/src

2020-11-12 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Nov 12 22:23:48 UTC 2020 Added Files: xsrc/external/ofl/font-liberation-ttf/src: LiberationMono-Bold.ttf LiberationMono-BoldItalic.ttf LiberationMono-Italic.ttf LiberationMono-Regular.ttf

CVS commit: src/games/warp

2020-11-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 12 22:23:16 UTC 2020 Modified Files: src/games/warp: intrp.c score.h sig.h util.c util.h Log Message: Avoid common symbols. Use __dead. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/warp/intrp.c

CVS import: xsrc/external/ofl/font-liberation-ttf/dist

2020-11-12 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Nov 12 22:16:47 UTC 2020 Update of /cvsroot/xsrc/external/ofl/font-liberation-ttf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5803 Log Message: Initial import of font-liberation-ttf version 2.1.1 These are a set of 3 fonts that

CVS commit: src/external/mpl/dhcp/dist/omapip

2020-11-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 12 22:11:03 UTC 2020 Modified Files: src/external/mpl/dhcp/dist/omapip: errwarn.c Log Message: Don't use static buffers to store format strings; this is a multi-threaded program and if we print from multiple threads we

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

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 21:54:52 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-debug-jobs.exp opt-debug-jobs.mk Log Message: make(1): avoid race condition in test opt-debug-jobs Thanks sjg for finding this and suggesting the fix.

CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 20:16:20 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): rename local variable in Cond_EvalLine A variable called line is not supposed to be a moving target, that's what the name p is reserved

CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 20:06:37 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): remove complicated code to find the definition for plain .if To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208

CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 20:01:27 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): document IfState in more detail To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/usr.bin/make/cond.c Please note

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

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 19:46:36 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-elif.exp directive-elif.mk directive-if.exp directive-if.mk Log Message: make(1): move test for missing space after .if to correct

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

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 19:45:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-elif.exp directive-elif.mk Log Message: make(1): add test for missing space after .if directive To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssh/dist

2020-11-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 12 19:43:19 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: getrrsetbyname.c Log Message: eliminate direct use of _res for threaded programs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src

2020-11-12 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Nov 12 17:53:44 UTC 2020 Modified Files: src/external/bsd/kyua-cli: Makefile.inc src/external/ibm-public/postfix: Makefile.inc src/external/public-domain/sqlite: Makefile.inc

CVS commit: src/sys/netinet

2020-11-12 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Nov 12 13:13:45 UTC 2020 Modified Files: src/sys/netinet: ip_mroute.c Log Message: PR kern/55779: restore non-desctructive guarantee of ip_mforward() mbuf argument. This avoids generation invalid UDP checksums on multicast

CVS commit: src/doc

2020-11-12 Thread Simon Burge
kre 20201022] dhcpcd: Update to version 9.3.1 [roy 20201101] tmux(1): Imported 3.1c. [christos 20201101] + kernel: Better default for kern.maxfiles for systems with + larger RAM [simonb 20201112]

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

2020-11-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 12 11:28:39 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space_asm_generic.S Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/make

2020-11-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 12 08:12:07 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): clean up Cond_EvalLine The constant MAXIF was not a maximum but an initial capacity. Inline it to remove the misleading name.