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

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 23 05:44:02 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-make_print_var_on_error.exp varname-make_print_var_on_error.mk Log Message: make(1): add test for MAKE_PRINT_VAR_ON_ERROR To generate

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 23 05:27:33 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): move handling of the "..." command to JobPrintCommands Over there, the current list node is known and thus doesn't need to be searched

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 23 05:18:19 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): remove void pointers from JobPrintCommand To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 src/usr.bin/make/job.c Please

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 23 04:58:33 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h make.c Log Message: make(1): remove Lst_ForEachUntilConcurrent The remaining callers of that function don't modify the list structurally and thus can use

CVS commit: src/sys

2020-10-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Oct 23 00:25:45 UTC 2020 Modified Files: src/sys/kern: kern_sleepq.c src/sys/sys: lwp.h sleepq.h Log Message: - sleepq_block(): Add a new LWP flag, LW_CATCHINTR, that is used to track the intent to catch signals

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 21:53:01 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): fix MakePrintStatusList The current unit tests don't cover a situation where there are more than 100 errors reported at once. This

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 21:49:44 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): remove void pointers from MakePrintStatus To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 21:43:56 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): remove void pointers from MakePrintStatusOrder To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 21:27:24 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h make.c suff.c Log Message: make(1): add Lst_ForEachUntilConcurrent Previously, Lst_ForEachUntil allowed the list to be modified while iterating. Almost

CVS commit: xsrc/external/mit/xf86-video-vboxvideo/dist/src

2020-10-22 Thread Jason R Thorpe
Module Name:xsrc Committed By: thorpej Date: Thu Oct 22 20:47:23 UTC 2020 Modified Files: xsrc/external/mit/xf86-video-vboxvideo/dist/src: Makefile.am Makefile.in edid.c getmode.c helpers.c pointer.c setmode.c vboxvideo.c vbva.c Added Files:

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 20:18:20 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): remove Lst_Open, Lst_Next, Lst_Close These functions had made the Lst data type more complicated and hard to understand than

CVS commit: src/usr.bin/renice

2020-10-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 22 20:13:02 UTC 2020 Modified Files: src/usr.bin/renice: renice.8 Log Message: Rework the description of process priorities in renice(8). It is inherently confusing, thanks to historical practice and standards, so

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 20:09:07 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): replace Lst_Open with simple iteration in Make_ProcessWait To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 20:00:13 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): replace Lst_Open with simple iteration in Make_Update To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170

CVS commit: src/usr.bin/renice

2020-10-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 22 19:55:14 UTC 2020 Modified Files: src/usr.bin/renice: renice.8 Log Message: Rearrange the description of the renice arguments and options. Don't refer to "who" parameters that aren't defined anywhere, make it clear

CVS commit: src/lib/libossaudio

2020-10-22 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 22 19:39:48 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio(3): This is not compat_linux To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libossaudio/ossaudio.c Please

CVS commit: src/usr.bin/renice

2020-10-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 22 19:34:12 UTC 2020 Modified Files: src/usr.bin/renice: renice.c Log Message: Fix usage check; reject renice without any targets, whether or not -n given. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 19:30:37 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): replace Lst_Open with simple iteration in SuffFindCmds Again, no concurrent modification nearby. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 19:14:06 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): remove code for circular lists from Lst_Next Since make does not use circular lists, they have been removed from the list library a few

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 19:05:24 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename local variables in SuffFindCmds Several types have fields named "parents" and "children", which makes an expression like

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 18:59:12 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): migrate Lst_Open to simple iteration in SuffRemoveSrc During the iteration, the list is modified. But after the modification, the

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 17:29:33 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): extract UpdateImplicitParentsVars from Make_Update To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 17:20:35 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): replace Lst_Open with simple iteration in Make_Update This iteration is safe from concurrent modification. To generate a diff of this

CVS commit: [netbsd-8] src/doc

2020-10-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 22 11:33:29 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1618 To generate a diff of this commit: cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] xsrc/external/mit/freetype/dist/src/sfnt

2020-10-22 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Thu Oct 22 11:31:16 UTC 2020 Modified Files: xsrc/external/mit/freetype/dist/src/sfnt [netbsd-8]: pngshim.c Log Message: Apply patch, requested by maya and mrg in ticket #1618:

CVS commit: [netbsd-9] src/doc

2020-10-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 22 11:28:41 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1118 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/distrib/sets/lists/xcomp

2020-10-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 22 11:26:42 UTC 2020 Modified Files: src/distrib/sets/lists/xcomp [netbsd-9]: mi Log Message: Apply patch, requested by maya in ticket #1118: distrib/sets/lists/xcomp/mi (patch) Update for freetype 2.10.4.

CVS commit: [netbsd-9] xsrc/external/mit/freetype/dist

2020-10-22 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Thu Oct 22 11:25:36 UTC 2020 Modified Files: xsrc/external/mit/freetype/dist [netbsd-9]: CMakeLists.txt ChangeLog ChangeLog.20 ChangeLog.21 ChangeLog.22 ChangeLog.23 ChangeLog.24 ChangeLog.25 ChangeLog.26

CVS commit: [netbsd-9] src

2020-10-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 22 11:21:42 UTC 2020 Modified Files: src/external/gpl2/groff/tmac [netbsd-9]: mdoc.local src/sys/sys [netbsd-9]: param.h Added Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Welcome to 9.1_STABLE To

CVS commit: src/sys/stand/efiboot

2020-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 09:28:30 UTC 2020 Modified Files: src/sys/stand/efiboot: efifdt.c Log Message: Fix previous. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/stand/efiboot/efifdt.c Please note that diffs are

CVS commit: src/sys/stand/efiboot

2020-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 09:14:41 UTC 2020 Modified Files: src/sys/stand/efiboot: efifdt.c Log Message: If the framebuffer node already exists, we don't need to create one To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/doc

2020-10-22 Thread Robert Elz
ristos 20201017] ossaudio(3): Added support for the OSSv4 Mixer API [nia 20201017] + tzdata updated to 2020d [kre 20201022]

CVS commit: src/external/public-domain/tz/dist

2020-10-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 22 08:24:04 UTC 2020 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION Log Message: Merge tzdata2020d To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS import: src/external/public-domain/tz/dist

2020-10-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 22 08:23:45 UTC 2020 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv1984 Log Message: Import tzdata2020d from ftp://ftp.iana.org/tz/releases/tzdata2020d.tar.gz Summary of changes

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

2020-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 22 07:36:02 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Use the correct (more relaxed) membar_exit barrier in cpu_switchto_softint To generate a diff of this commit: cvs rdiff -u

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

2020-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 22 07:34:18 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Use the isb macro - missed in previous commit To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

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

2020-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 22 07:31:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpufunc.c db_machdep.c efi_machdep.c fpu.c pmap.c trap.c Log Message: Use the dmb/dsb/isb macros... if nothing else they're

CVS commit: src/sys/arch

2020-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 22 07:23:25 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpufunc.c db_machdep.c efi_machdep.c fpu.c trap.c src/sys/arch/evbarm/include: cpufunc.h Log Message: Simplify the

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

2020-10-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 22 07:16:06 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Don't trap EL0 accesses to the DCC registers. VMWare use "mrs xzr, mdccsr_el0" for guest side backdoor. To generate a diff of this

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 07:12:13 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up PrintVar Conceptually, the last parameters of Var_Subst and Var_Value differ a lot. The former is the actual variable value

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 07:01:25 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract PrintVar from doPrintVars To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 06:54:51 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up HandlePWD To generate a diff of this commit: cvs rdiff -u -r1.381 -r1.382 src/usr.bin/make/main.c Please note that diffs are

CVS commit: src/usr.bin/make

2020-10-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 22 06:38:52 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract HandlePWD from main To generate a diff of this commit: cvs rdiff -u -r1.380 -r1.381 src/usr.bin/make/main.c Please note that