CVS commit: src/lib/libossaudio

2020-10-17 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 17 23:23:06 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c soundcard.h Log Message: ossaudio(3): Add initial support for the OSSv4.1 Mixer API One or two calls from this API were supported previously and have been

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2020-10-17 Thread Jason High
Module Name:src Committed By: jhigh Date: Sat Oct 17 23:08:57 UTC 2020 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c Log Message: absorb issuer fingerprint (RFC4880bis 5.2.3.28) in libverify.c To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 21:32:31 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c job.c nonints.h parse.c suff.c targ.c var.c Log Message: make(1): normalize initialization and cleanup of the modules To generate a diff of

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 21:21:38 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove struct ParseLinkSrcArgs Inlining Lst_ForEach removes the need for the void pointers and the additional parameter struct. To gen

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 20:57:08 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): extract ParseLine from Parse_File To generate a diff of this commit: cvs rdiff -u -r1.380 -r1.381 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 20:51:34 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): extract FindSemicolon from ParseDependency To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/usr.bin/make/parse.c Pl

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 20:37:38 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): split Parse_File into smaller functions To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.379 src/usr.bin/make/parse.c Pleas

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 20:32:20 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove dead and broken warning for novices In non-POSIX mode (which can only be enabled by editing config.h), having a shell command ind

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

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 20:10:04 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dep-colon.exp dep-colon.mk Log Message: make(1): add test for "target: source; command" To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/us

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 19:10:07 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up ParseMessage Since there is no code path that would lead to the "invalid syntax" message, it has been removed. The switch stat

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 18:58:26 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove redundant macros from ParseEOF and Parse_File To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376 src/usr.bin/make/p

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 18:39:44 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix stylistic issues in parse.c To generate a diff of this commit: cvs rdiff -u -r1.374 -r1.375 src/usr.bin/make/parse.c Please note t

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 18:36:56 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): normalize spacing in parse.c To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 src/usr.bin/make/parse.c Please note that

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 17:47:15 UTC 2020 Modified Files: src/usr.bin/make: cond.c dir.c lst.c make.c parse.c suff.c var.c Log Message: make(1): fix indentation To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/usr.bin/make

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 17:23:23 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): document the purpose of targCmds To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/make

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 17:16:55 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): inline ParseHasCommands and ParseHasCommands To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/usr.bin/make/parse.c

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

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 16:57:17 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: counter-append.mk counter.mk Log Message: make(1): document why the counter tests failed before 2020-09-23 To generate a diff of this commit: cvs rdiff -u

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

2020-10-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 17 16:53:26 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile export.mk Log Message: make(1): document why the ampersand is not listed in export.exp To generate a diff of this commit: cvs rdiff -u -r1.165 -r

CVS commit: src/doc

2020-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 17 16:25:24 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new tzcode To generate a diff of this commit: cvs rdiff -u -r1.1754 -r1.1755 src/doc/3RDPARTY cvs rdiff -u -r1.2747 -r1.2748 src/doc/CHANGES

CVS commit: src/lib/libc/time

2020-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 17 16:24:33 UTC 2020 Modified Files: src/lib/libc/time: Makefile NEWS version Log Message: update to 2020c To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/lib/libc/time/Makefile cvs rdiff -u -r1.31 -r

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

2020-10-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 17 15:44:59 UTC 2020 Modified Files: src/lib/libc/arch/aarch64: genassym.cf src/lib/libc/arch/aarch64/sys: __sigtramp2.S Log Message: Change x30 to lr for ease of reading NFCI To generate a diff of this commit: c

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit

2020-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 17 10:47:10 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit: fbmem.h Log Message: wmb (dsb ishst) is not the same as membar_producer (dmb ishst) on aarch64 To generate a diff of

CVS commit: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu

2020-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 17 10:47:28 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu: amdgpu_gart.c Log Message: mb (dsb sy) is not the same as membar_sync (dmb sy) on aarch64 To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2020-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 17 10:46:39 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_gart.c Log Message: mb (dsb sy) is not the same as membar_sync (dmb sy) on aarch64 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/wscons

2020-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 10:28:10 UTC 2020 Modified Files: src/sys/dev/wscons: wsksymdef.h Log Message: Correct KB_NEXT value. No impact since KB_NEXT isn't used anywhere. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys

CVS commit: src/sys/kern

2020-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 09:45:20 UTC 2020 Modified Files: src/sys/kern: uipc_domain.c Log Message: validate unix socker buffer size and truncate path to prevent overflow. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/s

CVS commit: src/sys/kern

2020-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 09:42:36 UTC 2020 Modified Files: src/sys/kern: subr_disk.c Log Message: Attach disk info even for zero sized disks. Slight refactoring. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/kern/su

CVS commit: src/sys/dev/sdmmc

2020-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 09:36:45 UTC 2020 Modified Files: src/sys/dev/sdmmc: sdmmc_io.c Log Message: Fix error message. No functional change, both commands use the same bit to select read or write mode. To generate a diff of this commit: cv

CVS commit: src/share/man/man7

2020-10-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 17 09:20:33 UTC 2020 Modified Files: src/share/man/man7: sysctl.7 Log Message: Use Dv. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/share/man/man7/sysctl.7 Please note that di

CVS commit: src

2020-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 09:06:15 UTC 2020 Modified Files: src/share/man/man7: sysctl.7 src/sys/kern: uipc_socket.c src/sys/sys: sysctl.h Log Message: Setting a socket buffer size stops autoscaling. Add a sysctl to prevent this

CVS commit: src/lib/libossaudio

2020-10-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 17 09:04:59 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.3 Log Message: Use Fx and Nx. End Rs block. Remove trailing whitespace. Remove unnecessary Pp. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/netinet

2020-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 08:50:38 UTC 2020 Modified Files: src/sys/netinet: tcp_usrreq.c Log Message: Fix RTT values reported by TCP_INFO. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/netinet/tcp_usrreq.c Please n

CVS commit: src/bin/csh

2020-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 08:46:02 UTC 2020 Modified Files: src/bin/csh: time.c Log Message: Print real maxrss value like other shells. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/bin/csh/time.c Please note that diffs a

CVS commit: src/doc

2020-10-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 17 08:29:48 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update of tzdata from 2020b to 2020c To generate a diff of this commit: cvs rdiff -u -r1.1753 -r1.1754 src/doc/3RDPARTY cvs rdiff -u -r1.2746

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

2020-10-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 17 08:27:56 UTC 2020 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION Log Message: Merge tzdata2020c To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/public-domain/tz/dist/TZDATA_

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

2020-10-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 17 08:27:35 UTC 2020 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5564 Log Message: Import tzdata2020c from ftp://ftp.iana.org/tz/releases/tzdata2020c.tar.gz News for the tz data

CVS commit: src/sys/arch/sparc64/sparc64

2020-10-17 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 17 08:10:31 UTC 2020 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c ofw_patch.h Log Message: Avoid declaring autoconf_debug twice when building with DEBUG. Pointed out by palle@ - thanks! To generate a diff of thi

CVS commit: src

2020-10-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 17 07:41:25 UTC 2020 Modified Files: src: UPDATING Log Message: note about mips kernel modules breaking update builds To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316 src/UPDATING Please note that diffs are

CVS commit: src/share/mk

2020-10-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 17 07:40:21 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: turn off kernel modules on mips since they don't work yet, and we build 2 or 3 versions of them. To generate a diff of this commit: cvs rdiff -u -r1