CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 06:36:54 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): reduce indentation in Compat_RunCommand The while (1) had been there since the initial import on 1993-03-21, and in all that time there

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 06:15:29 UTC 2020 Modified Files: src/usr.bin/make: arch.c main.c make.h suff.c Log Message: make(1): remove #endif comments for very short blocks To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/us

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 06:05:56 UTC 2020 Modified Files: src/usr.bin/make: main.c parse.c Log Message: make(1): remove redundant VARARGS comments These had been necessary at a time when the functions were declared with "unknown parameter typ

CVS commit: src/sbin/raidctl

2020-09-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 13 06:04:53 UTC 2020 Modified Files: src/sbin/raidctl: raidctl.c Log Message: Allow components to be specified by wedge name. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sbin/raidctl/raidctl.c Ple

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 05:56:32 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): consense documentation for Fatal To generate a diff of this commit: cvs rdiff -u -r1.333 -r1.334 src/usr.bin/make/main.c Please note th

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 05:55:39 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): improve implementation comment in Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.505 -r1.506 src/usr.bin/make/var.c Pleas

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 13 05:36:26 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-match.mk Log Message: make(1): fix comments in test for the :M variable modifier One mistake per sentence is pretty much, I must have been quite unc

CVS commit: src

2020-09-12 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Sep 13 04:14:49 UTC 2020 Modified Files: src/sys/dev/audio: audio_if.h audiodef.h src/usr.bin/fstat: misc.c Log Message: Support audio descriptor for fstat(1). sys/dev/audio/*.h: export only what we need for fstat. To

CVS commit: src/distrib/sets/lists

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 13 03:43:16 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 Log Message: Currently restrict GCC TSan files to gcc=9 To g

CVS commit: src/doc

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 13 03:03:57 UTC 2020 Modified Files: src/doc: CHANGES Log Message: gcc(1): Install TSan for 64bit CPUs. To generate a diff of this commit: cvs rdiff -u -r1.2737 -r1.2738 src/doc/CHANGES Please note that diffs are not pub

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 13 03:00:12 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer: netbsd_syscall_hooks.h src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_sysca

CVS commit: src

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 13 02:37:32 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/external/gpl3/gcc/lib: Makefile src/

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 23:12:44 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): fix assertion failure in Dir_Destroy in -DCLEANUP mode When the openDirectories path list is cleaned up, each path from it is first dequeu

CVS commit: src/external/gpl3/gcc/lib/libtsan

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 23:04:44 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libtsan: Makefile Log Message: Always link TSan runtime with librt and libm With these changes, TSan/amd64 works. To generate a diff of this commit: cvs rdif

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 22:52:24 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_posix_libcdep.cc Log Message: Disable GetNamedMappingFd for NetBSD Analogous logic is in LLVM rev. 74760b

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 22:35:43 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-match.exp varmod-match.mk Log Message: make(1): add test for escaping dollars in the :M variable modifier To generate a diff of this commit: cvs rd

CVS commit: src/external/gpl3/gcc/lib/libtsan

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 22:24:22 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libtsan: Makefile Log Message: Ignore unused functions in tsan_interceptors.cc To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/tsan

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 22:23:57 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/tsan: tsan_interceptors.cc Log Message: Sync chunks of tsan_interceptors.cc with LLVM rev. 74760bb00fb9b78a2fe122 Sync tsan_interceptors.cc with

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 22:12:18 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix return type of ApplyModifier_Localtime To generate a diff of this commit: cvs rdiff -u -r1.504 -r1.505 src/usr.bin/make/var.c Please

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/tsan

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 21:30:36 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/tsan: tsan_interceptors.cc Log Message: Remove dead code block (from a local patch) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 20:03:37 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): move buffer from Var_Parse to ParseVarname There's no reason to keep the buffer in memory after the variable name has been parsed. To ge

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 19:41:20 UTC 2020 Modified Files: src/usr.bin/make: parse.c suff.c var.c Log Message: make(1): reword variable invocation to variable expression Variables are a passive thing. They cannot be invoked, they can only be

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 19:33:02 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract ShortVarValue from Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.501 -r1.502 src/usr.bin/make/var.c Please note

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 19:24:59 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract ParseVarname from Var_Parse This was an easy part since it affects only a few variables. 250 lines for a single function is still

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 19:15:20 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename local variable in Var_Subst To generate a diff of this commit: cvs rdiff -u -r1.499 -r1.500 src/usr.bin/make/var.c Please note th

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 19:13:43 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove double negation in Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.498 -r1.499 src/usr.bin/make/var.c Please note t

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 18:45:24 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clean up Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.497 -r1.498 src/usr.bin/make/var.c Please note that diffs are not

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 18:39:37 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename local variables in Var_Parse The main property of the former "str" is not being a string but pointing at the start of the expressio

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 18:19:50 UTC 2020 Modified Files: src/usr.bin/make: arch.c cond.c nonints.h parse.c suff.c var.c Log Message: make(1): rename Var_ParsePP back to Var_Parse The migration to the "parsing position" pointer has been done.

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

2020-09-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Sep 12 18:12:53 UTC 2020 Modified Files: src/sys/arch/macppc/dev: lmu.c Log Message: respond to keyboard brightness control PMF events To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/dev/lmu

CVS commit: src/sys/dev/usb

2020-09-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Sep 12 18:10:38 UTC 2020 Modified Files: src/sys/dev/usb: ukbd.c Log Message: send PMF events for keyboard brightness hotkeys on apple laptops To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/dev/usb

CVS commit: src/sys/sys

2020-09-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Sep 12 18:08:38 UTC 2020 Modified Files: src/sys/sys: pmf.h Log Message: add event types for keyboard brightness control To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/sys/pmf.h Please note that dif

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 18:04:45 UTC 2020 Modified Files: src/usr.bin/make: cond.c nonints.h var.c Log Message: make(1): migrate CondParser_String to Var_ParsePP To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/usr.bin/mak

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 18:02:43 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): use correct character literals in TryParseNumber To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/usr.bin/make/cond.c

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 18:01:51 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-numeric.exp cond-cmp-numeric.mk Log Message: make(1): add test for Infinity and NaN Neither is recognized by the make parser, which is good since

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 17:47:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-token-plain.exp cond-token-plain.mk Log Message: make(1): add tests for comparison tokens without whitespace To generate a diff of this commit: cvs r

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 17:14:40 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): clean up code in CondParser_String The two parts of the for loop were not related in any way, which made the code more confusing than nec

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 16:46:24 UTC 2020 Modified Files: src/usr.bin/make: nonints.h util.c Log Message: make(1): add typedef for signal handler Without this typedef, both the declaration and the definition of bmake_signal were as unreadable

CVS commit: src/sys/dev/tc

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 16:44:41 UTC 2020 Modified Files: src/sys/dev/tc: sticio.h Log Message: Restrict stic_xmap to the kernel namespace Otherwise this header is not includable on ports without the definition of NBPG. This fixes build of san

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 16:38:19 UTC 2020 Modified Files: src/usr.bin/make: make.c nonints.h targ.c Log Message: make(1): fix API of Targ_PrintNode There was no need to export Targ_PrintNode at all. All the callers need is a high-level API f

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 16:24:20 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): remove unintended noinline from previous commit To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/usr.bin/make/targ.c P

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 16:22:32 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): fix trailing space in output of related node names (-dg2) To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 16:13:48 UTC 2020 Modified Files: src/usr.bin/make: nonints.h suff.c targ.c Log Message: make(1): fix API for Targ_PrintCmd The previous API was too low-level and not strictly typed. To generate a diff of this commit

CVS commit: src

2020-09-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 12 15:25:42 UTC 2020 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/base: ad.aarch64 ad.arm md.amd64 md.i386 mi src/distrib/sets/lists/debug: ad.aarch64 md.amd64 md.i386 mi

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 15:21:25 UTC 2020 Modified Files: src/usr.bin/make: nonints.h parse.c suff.c Log Message: make(1): fix prototype of Suff_EndTransform To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/usr.bin/make/no

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 15:15:51 UTC 2020 Modified Files: src/usr.bin/make: main.c nonints.h suff.c Log Message: make(1): move PrintAddr to where it belongs To generate a diff of this commit: cvs rdiff -u -r1.332 -r1.333 src/usr.bin/make/mai

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 15:10:55 UTC 2020 Modified Files: src/usr.bin/make: compat.c nonints.h Log Message: make(1): fix prototype of Compat_Make To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/usr.bin/make/compat.c cvs r

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 15:03:40 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c nonints.h Log Message: make(1): fix name and prototype of Compat_RunCommand By convention, exported identifiers are written with underscore. The proto

CVS commit: src/external/gpl3/gcc

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 15:01:38 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_common_interceptors.inc sanitizer_fuchsia.cc sanitizer_interceptors_ioctl_netbsd.inc sanitizer_

CVS commit: src/libexec/httpd

2020-09-12 Thread Olaf Seibert
Module Name:src Committed By: rhialto Date: Sat Sep 12 14:44:25 UTC 2020 Modified Files: src/libexec/httpd: content-bozo.c Log Message: bozohttpd: correct .m4a to audio/mp4. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/libexec/httpd/content-bozo.c P

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 14:41:00 UTC 2020 Modified Files: src/usr.bin/make: compat.c cond.c enum.c enum.h for.c lst.c meta.c parse.c suff.c var.c Log Message: make(1): fix inconsistent code indentation To generate a diff of this

CVS commit: src/libexec/httpd

2020-09-12 Thread Olaf Seibert
Module Name:src Committed By: rhialto Date: Sat Sep 12 12:39:28 UTC 2020 Modified Files: src/libexec/httpd: CHANGES content-bozo.c Log Message: bozohttpd: add .m4a and .m4v file extensions. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/libexec/httpd/C

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 12:24:21 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): fix indentation in dir.c To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/usr.bin/make/dir.c Please note that diffs a

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 12:15:22 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): rename local variable in Dir_FindFile The name "cp" is not appropriate for a variable containing the basename of a path. To generate a d

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

2020-09-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 12 12:11:19 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Include nd.h in sets To generate a diff of this commit: cvs rdiff -u -r1.2350 -r1.2351 src/distrib/sets/lists/comp/mi Please note that diffs

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 11:55:28 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-dot-parsedir.exp varname-dot-parsedir.mk varname-dot-parsefile.exp varname-dot-parsefile.mk Log Message: make(1): add test f

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 11:45:48 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-dot-parsedir.exp varname-dot-parsedir.mk Log Message: make(1): add test for .PARSEDIR To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 11:21:16 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): split ParseVErrorInternal into 2 functions To generate a diff of this commit: cvs rdiff -u -r1.290 -r1.291 src/usr.bin/make/parse.c Pl

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

2020-09-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 12 10:44:32 UTC 2020 Modified Files: src/sys/rump/net/lib/libnet: Makefile Log Message: rump: Add nd.c to libnet To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/rump/net/lib/libnet/Makefile Please not

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 10:41:43 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): inline local variable in Cond_Eval To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/usr.bin/make/cond.c Please note

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 10:39:34 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-string.exp cond1.exp Log Message: make(1): fix wording of parse error in conditionals The word "should" is not appropriate for situations that eve

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 10:38:52 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): fix wording of parse error in conditionals The word "should" is not appropriate for situations that eventually lead to a parse error. T

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 10:14:16 UTC 2020 Modified Files: src/usr.bin/make: for.c nonints.h Log Message: make(1): use proper return type for For_Accum To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/usr.bin/make/for.c cvs r

CVS commit: src/usr.bin/make

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 10:12:09 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): update the comment about .for loops to match the code To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin/make/for.

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/engine

2020-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 09:37:01 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c Log Message: Restore a local change for PR/54740 lost during openssl 1.1.1e merge. syslogd(8) complains "Could not

CVS commit: src/doc

2020-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 08:39:37 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: Update gcc entry. To generate a diff of this commit: cvs rdiff -u -r1.1744 -r1.1745 src/doc/3RDPARTY Please note that diffs are not public domain; they ar

CVS commit: src/doc

2020-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 08:39:31 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Fix typo in gcc version. To generate a diff of this commit: cvs rdiff -u -r1.2736 -r1.2737 src/doc/CHANGES Please note that diffs are not public domain; th

CVS commit: src

2020-09-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 12 08:31:39 UTC 2020 Modified Files: src: UPDATING src/doc: CHANGES src/share/mk: bsd.own.mk Log Message: switch to GCC 9 on arm and x86. note GCC 8.3, 8.4 and 9.3 import dates. add an UPDATING entry. To g

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

2020-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 12 07:04:51 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-defined.mk varmod-undefined.mk Log Message: make(1): add tests for combining the :D and :U variable modifiers To generate a diff of this commit: cv