CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 23:43:55 UTC 2020 Modified Files: src/usr.bin/make: config.h dir.h job.c make.c make.h make_malloc.h meta.h nonints.h targ.c Log Message: make(1): clean up headers, no functional change To generate a diff

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 23:07:22 UTC 2020 Modified Files: src/usr.bin/make: job.c job.h Log Message: make(1): move struct Shell from job.h to job.c This type is only needed in job.c. To generate a diff of this commit: cvs rdiff -u -r1.265

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

2020-10-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 19 22:33:53 UTC 2020 Modified Files: src/lib/libc/arch/aarch64/sys: __sigtramp2.S Log Message: Restore SP from mcontext Improves unwinding of multiple frames without frame pointer. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 21:57:37 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c lst.c lst.h main.c make.c meta.c parse.c suff.c Log Message: make(1): inline simple Lst getters The function call variant takes more screen

CVS commit: src/usr.bin/audiocfg

2020-10-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 19 21:46:15 UTC 2020 Modified Files: src/usr.bin/audiocfg: audiocfg.1 Log Message: Add missing HISTORY and AUTHORS. Bump date. Noticed by qjsgkem on freenode. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 21:41:31 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): remove unused Lst_ForEach All of its uses have been inlined since iterating through a linked list is trivial. This avoids the

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 21:38:10 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): use consistent formatting for DEBUG_SRC No trailing whitespace anymore, %p instead of %lx. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 21:33:09 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove void pointers from DEBUG_SRC debugging code This debugging code is completely broken. Part of the output goes to debug_file, the

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 21:23:07 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove void pointers from SuffRebuildGraph To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 21:17:35 UTC 2020 Modified Files: src/usr.bin/make: suff.c targ.c Log Message: make(1): remove void pointers from suffix debug printing To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 20:55:30 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove void pointers from ParseAddDir To generate a diff of this commit: cvs rdiff -u -r1.392 -r1.393 src/usr.bin/make/parse.c Please

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 20:51:18 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove void pointers from ParseClearPath To generate a diff of this commit: cvs rdiff -u -r1.391 -r1.392 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 20:41:53 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): remove void pointers from printCMD To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/meta.c Please note

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 19:55:25 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): inline link_parent into Make_ProcessWait To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 19:48:09 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): inline MakeTimeStamp in Make_OODate To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/usr.bin/make/make.c Please

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 19:45:50 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): eliminate void pointer from MakeAddAllSrc To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 19:34:18 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): fix variable names in Targ_Propagate List nodes are called ln, not pn or cn. While here, extract a common subexpression to save a few

CVS commit: src/sys

2020-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 19:33:02 UTC 2020 Modified Files: src/sys/arch/amd64/conf: MODULAR files.amd64 src/sys/kern: compat_stub.c core_elf32.c files.kern kern_core.c kern_sig.c src/sys/modules/coredump: Makefile

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

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 19:14:11 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: shell-csh.mk Log Message: make(1): fix test shell-csh in case no csh is available To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2020-10-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 19 18:59:53 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-export-gmake.mk Log Message: make(1): fix test directive-export-gmake.mk for dash To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/sys/arch

2020-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 17:47:37 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c src/sys/arch/arm/arm: process_machdep.c src/sys/arch/i386/i386: process_machdep.c src/sys/arch/sh3/sh3:

CVS commit: src/lib/libutil

2020-10-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 19 17:47:45 UTC 2020 Modified Files: src/lib/libutil: parsedate.y Log Message: Check the year field of a tentative ISO-8601 date format for overflow before committing to it being an 8601 format date, rather than after (or

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

2020-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 19 17:00:02 UTC 2020 Modified Files: src/sys/arch/evbarm/dev: plcom.c Log Message: remove superfluous parentheses in PREAD4/PWRITE4 macros To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/share/legal

2020-10-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 19 15:25:58 UTC 2020 Modified Files: src/share/legal: COPYRIGHT Log Message: Remove advertising clause from the code distributed from UCB Follow ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change To generate

CVS commit: src/lib/libutil

2020-10-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 19 15:08:17 UTC 2020 Modified Files: src/lib/libutil: parsedate.y Log Message: For touch -d (which uses parsedate()) POSIX specifies that the ISO-8601 format -mm-ddTHH:MM:SS[radix_and+frac][Z] be accepted. We didn't

CVS commit: src/lib/libutil

2020-10-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 19 15:08:39 UTC 2020 Modified Files: src/lib/libutil: parsedate.3 Log Message: Catch the parsedate man page up with recent updates, ans also include some general improvements I've had kicking around for a long time, but

CVS commit: src/sys/kern

2020-10-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 19 15:07:47 UTC 2020 Modified Files: src/sys/kern: sys_ptrace.c Log Message: This file does not contain any code written by cgd@ Delete the BSD 4-clause license. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/tests/lib/libutil

2020-10-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 19 15:06:49 UTC 2020 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Adapt for change to parsedate() which now follows POSIX and altered the dividing line between 21st and 20th century conversions from

CVS commit: src/lib/libutil

2020-10-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 19 15:05:53 UTC 2020 Modified Files: src/lib/libutil: parsedate.y Log Message: POSIX requires that when converting 2 digit year representations to actual specific years, values from 69-99 be treated as 20th century, and

CVS commit: src/sys/kern

2020-10-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 19 14:52:19 UTC 2020 Modified Files: src/sys/kern: sys_ptrace.c sys_ptrace_common.c Log Message: Rollback unintended changes in the previous commit To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/kern

2020-10-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 19 14:47:01 UTC 2020 Modified Files: src/sys/kern: sys_ptrace.c sys_ptrace_common.c Log Message: Remove obsolete references to 4.4BSD papers To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2020-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 19 13:44:25 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk_v1crypto.c Log Message: bus_space_write_4 does not have a return value To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/gpl3/binutils/dist/gas/config

2020-10-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 12:47:53 UTC 2020 Modified Files: src/external/gpl3/binutils/dist/gas/config: tc-aarch64.c Log Message: Fix assembling "isb sy" for aarch64{,eb} on LP64BE architectures. Cherry-picked from upstream:

CVS commit: src/crypto/external/bsd/openssl/include/openssl

2020-10-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 12:46:04 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/include/openssl: opensslconf.h Log Message: Define OPENSSL_NO_EC_NISTP_64_GCC_128 also for aarch64eb. Fix ssh-keygen(1) on aarch64eb. Also, all tests in

CVS commit: src/sys/external/bsd/common/include/linux

2020-10-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 19 11:49:56 UTC 2020 Modified Files: src/sys/external/bsd/common/include/linux: kernel.h Log Message: Define __BIG_ENDIAN or __LITTLE_ENDIAN depending on target endianness To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/arch/i386/sys

2020-10-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 19 11:31:02 UTC 2020 Modified Files: src/lib/libc/arch/i386/sys: __sigtramp2.S Log Message: Restore ESP from mcontext Improves unwinding of multiple frames without base pointer. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/arch/x86_64/sys

2020-10-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 19 11:29:26 UTC 2020 Modified Files: src/lib/libc/arch/x86_64/sys: __sigtramp2.S Log Message: Restore RSP from mcontext Fixes unwinding of multiple frames without base pointer. Patch by: Nikhil Benesch via PR lib/55719

CVS commit: src/lib/libossaudio

2020-10-19 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 19 10:28:47 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c soundcard.h Log Message: ossaudio(3): add some no-op defines for ossv4 compat. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/lib/libossaudio

2020-10-19 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 19 09:07:29 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio(3): these ioctls need to return samples, not bytes To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/lib/libossaudio

2020-10-19 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 19 09:01:24 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c soundcard.h Log Message: ossaudio(3): Add SNDCTL_DSP_CURRENT_(I|O)PTR In OSSv4 these are supposed to avoid the wrapping problems with the older

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

2020-10-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 19 07:44:52 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libcpp: macro.c Log Message: Remove unused local diff. Pointed out by htodd. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12