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

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

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

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.

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

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

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:

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

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

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

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
--- src/libexec/httpd/CHANGES:1.41 Thu Aug 20 07:55:10 2020 +++ src/libexec/httpd/CHANGES Sat Sep 12 12:39:28 2020 @@ -1,4 +1,7 @@ -$NetBSD: CHANGES,v 1.41 2020/08/20 07:55:10 mrg Exp $ +$NetBSD: CHANGES,v 1.42 2020/09/12 12:39:28 rhialto Exp $ + +changes in bozohttpd 20200912: + o add .m4a

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

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

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

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

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

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

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

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.

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

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

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: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;

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

CVS commit: src

2020-09-12 Thread matthew green
$ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -19,6 +19,10 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^ +20200912: + GCC 9 has arrived for Arm and x86 platforms

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:

CVS commit: src/sys/dev/audio

2020-09-12 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Sep 12 06:09:17 UTC 2020 Modified Files: src/sys/dev/audio: mulaw.c Log Message: Improve slinear16-to-mulaw conversion calculation. It's about 2~3 times faster on my amd64 and x68k(68030). To generate a diff of this commit: