CVS commit: src/common/lib/libc/string

2021-04-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 17 05:57:11 UTC 2021 Modified Files: src/common/lib/libc/string: memset2.c Log Message: Disable the larger/faster code path. While the optimised code path was indeed quicker, it nonetheless failed to actually fill all

CVS commit: src/doc

2021-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 04:11:52 UTC 2021 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: note GCC 10 and the ports that switched. To generate a diff of this commit: cvs rdiff -u -r1.1794 -r1.1795 src/doc/3RDPARTY cvs rdiff -u -r1.2795

CVS commit: src

2021-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 04:08:32 UTC 2021 Modified Files: src: UPDATING Log Message: add a note about potential GCC 9->10 build failures To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318 src/UPDATING Please note that diffs are

CVS commit: src

2021-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 04:07:16 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 src/share/mk: bsd.own.mk Log Message: switch alpha, ia64, sparc*, riscv*, amd64 and vax to GCC 10 default. To generate a diff of this commit:

CVS commit: src/sys/compat/netbsd32

2021-04-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 17 03:57:42 UTC 2021 Modified Files: src/sys/compat/netbsd32: files.netbsd32 Log Message: Compile in compat32 syscall names all the time, as we do for native syscall names. Needed for dtrace. To generate a diff of this

CVS commit: src/external/gpl3/gcc

2021-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 01:59:41 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: various updates, thanks to those who provided feedback. - powerpc ports work - m68k ports work, x68k has a new caveat - hppa works -

CVS commit: src/sys

2021-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 01:53:58 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/dev/usb: usbhist.h src/sys/sys: biohist.h kernhist.h src/sys/uvm: uvm_map.c uvm_pdaemon.c uvm_stat.h

CVS commit: src/sys/dev/cardbus

2021-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 01:19:48 UTC 2021 Modified Files: src/sys/dev/cardbus: cardslot.c cardslotvar.h Log Message: convert cardslot event thread from wakeup/tsleep to mutex/condvar. this avoids a strange hang at reboot i am seeing on an old

CVS commit: src/sys/kern

2021-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 00:05:31 UTC 2021 Modified Files: src/sys/kern: subr_evcnt.c Log Message: avoid an error in the recent sys/evcnt.h change to drop the 0 array size from evcnt_sysctl:ev_strings that clang does not like. the previous

CVS commit: src/usr.bin/shlock

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 00:02:19 UTC 2021 Modified Files: src/usr.bin/shlock: shlock.c Log Message: appease gcc-9 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/shlock/shlock.c Please note that diffs are not

CVS commit: src/usr.bin/shlock

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 16 22:41:12 UTC 2021 Modified Files: src/usr.bin/shlock: shlock.c Log Message: PR/56112: Justin Parrott: Don't unlink a lock file without locking it, because you can have races when multiple processes try to unlink it.

CVS commit: src/usr.bin/printf

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 16 18:31:28 UTC 2021 Modified Files: src/usr.bin/printf: printf.c Log Message: make value an int to avoid all the casts and conversion warnings. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: [netbsd-9] src/doc

2021-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 16 17:04:59 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1246 To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2021-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 16 17:03:59 UTC 2021 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc [netbsd-9]: modes.inc Log Message: Pull up following revision(s) (requested by mrg in ticket #1246):

CVS commit: src/usr.bin/make

2021-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 16 16:49:28 UTC 2021 Modified Files: src/usr.bin/make: job.c src/usr.bin/make/unit-tests: sh-jobs.mk Log Message: make: use distinct wording for writing to the shell commands file The word 'write' now means to

CVS commit: src/usr.bin/make

2021-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 16 16:10:01 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: align name of jobs_table_dump to the other functions To generate a diff of this commit: cvs rdiff -u -r1.427 -r1.428 src/usr.bin/make/job.c

CVS commit: src/share/misc

2021-04-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 16 15:53:56 UTC 2021 Modified Files: src/share/misc: acronyms acronyms.comp Log Message: Add a couple definitions for RPG To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/share/misc/acronyms cvs

CVS commit: src/usr.bin/printf

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 16 15:10:18 UTC 2021 Modified Files: src/usr.bin/printf: printf.c Log Message: Change octal and hex parsing to not use strtoul so that they don't handle '-'. From Martijn van Duren. Also add a warning if the conversion

CVS commit: src/external/bsd/top/dist/machine

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 16 13:02:47 UTC 2021 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: go back to right-aligning the titles for CPU and WCPU. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/dev/scsipi

2021-04-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 16 12:58:54 UTC 2021 Modified Files: src/sys/dev/scsipi: cd.c Log Message: Limit buffer size for device capabilities requests as a work-around for PR kern/56109. To generate a diff of this commit: cvs rdiff -u -r1.350

CVS commit: src/sys/dev/pci

2021-04-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Apr 16 08:09:40 UTC 2021 Modified Files: src/sys/dev/pci: if_aq.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/if_aq.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/pci

2021-04-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Apr 16 08:07:02 UTC 2021 Modified Files: src/sys/dev/pci: if_aq.c Log Message: when the packet size was just n*MCLBYTES, there was an inconsistency in the length of mbuf. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src

2021-04-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 16 07:45:42 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile src/usr.sbin/makemandb: nostem.txt Log Message: - Remove obsolete cltom(9) and mtocl(9). - Add missing

CVS commit: src/sys/dev/i2c

2021-04-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 16 07:02:09 UTC 2021 Modified Files: src/sys/dev/i2c: i2cvar.h Log Message: spello in comment To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/i2c/i2cvar.h Please note that diffs are not public