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

2020-10-13 Thread Jason High
Module Name:src Committed By: jhigh Date: Wed Oct 14 05:19:41 UTC 2020 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c packet-parse.c packet.h Log Message: allow netpgp to absorb gpg2 subpkt 33 for list/enc/decrypt rsa keys To generate

CVS commit: src/usr.sbin/sysinst

2020-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 14 04:17:43 UTC 2020 Modified Files: src/usr.sbin/sysinst: gpt.c Log Message: Fix copy & pasto noticed by Jason Mitchell: change the type of a GPT partition via "gpt type" - not "gpt label". To generate a diff of this

CVS commit: src/sys/arch/alpha

2020-10-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 14 00:59:50 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: api_up1000.c dec_2000_300.c machdep.c src/sys/arch/alpha/include: alpha.h cpuconf.h vmparam.h src/sys/arch/alpha/jensenio: jensenio_dma.c

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

2020-10-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 13 21:27:18 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: lock_stubs.S Log Message: Use load-acquire exclusive and store-release exclusive (and remove the barrier instructions) as suggested by riastradh a little

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

2020-10-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 13 21:24:22 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Use corrcet membar_exit barrier To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2020-10-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 13 21:22:12 UTC 2020 Modified Files: src/common/lib/libc/arch/aarch64/atomic: membar_ops.S Log Message: Use the correct barriers - all of membar_{sync,producer,consumer} have less scope than before. LGTM from riastradh

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

2020-10-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 13 21:17:35 UTC 2020 Modified Files: src/common/lib/libc/arch/aarch64/atomic: atomic_op_asm.h Log Message: Remove memory barriers from the atomic ops macros in the same way as was done for the other atomic ops earlier.

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

2020-10-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 13 21:06:18 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Remove some XXXNHs To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/arm/armv6_start.S Please note that

CVS commit: src/usr.sbin/sysinst

2020-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 13 17:26:28 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c defs.h disklabel.c disks.c gpt.c label.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl partitions.h util.c Log Message:

CVS commit: src/usr.sbin/ypserv/ypserv

2020-10-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 13 13:56:34 UTC 2020 Modified Files: src/usr.sbin/ypserv/ypserv: ypserv_db.c Log Message: Convert the CIRCLEQ (from sys/queue.h) usage to TAILQ The CIRCLEQ API from sys/queue.h is deprecated since NetBSD 7 and is already

CVS commit: src/sys/kern

2020-10-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Oct 13 13:15:39 UTC 2020 Modified Files: src/sys/kern: vfs_mount.c Log Message: Suspend file system before unmounting in mount_domount() error path to prevent diagnostic assertions from unmount/flush. Reported-by:

CVS commit: src/usr.sbin/sysinst

2020-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 13 11:28:32 UTC 2020 Modified Files: src/usr.sbin/sysinst: label.c Log Message: When renumbering partitions (after deletions) be slightly more lax in matching, to cope with differences between MBR EFI partitions and

CVS commit: src/usr.sbin/sysinst

2020-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 13 10:44:25 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: Ooops, part of previous was not meant to be included yet To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/usr.sbin/sysinst

2020-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 13 10:43:23 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: Before forcing MBR partitions into our disklabel, make sure they are not there yet - could happen in various paths when reusing

CVS commit: src/external/mit/ctwm/libexec

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 09:10:38 UTC 2020 Modified Files: src/external/mit/ctwm/libexec: Makefile Log Message: Fix previous; do not override SCRIPTS so that ctwm_app_menu gets installed. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/dev/audio

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 09:00:17 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Argument for AUDIO_WSEEK ioctl is u_long, not int. Fix false positive for aarch64eb (LP64BE): AUDIO_WSEEK, failed, Line 4467: n expects 4

CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 07:12:00 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config/aarch64: driver-aarch64.c Log Message: Reduce diff with upstream a bit. No functional changes. To generate a diff of this commit: cvs rdiff -u

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

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 07:04:49 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: exec_machdep.c Log Message: BE32 binaries are no longer supported for ARMv7 and later, and therefore for aarch64eb. Reject them with ENOEXEC, rather than

CVS commit: src/tests/lib/libc/sys

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 06:58:57 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: Bump soft/hard limits for stack to 6MB for aarch64{,eb}, where old value (~4MB) is too small to be accepted. To generate a diff of

CVS commit: src/tests/lib/libc/gen

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 06:55:25 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: For aarch64eb, no SIGBUS signal for unaligned accesses. Convert to preprocessor directives. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/usr.bin

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 06:49:27 UTC 2020 Modified Files: src/tests/usr.bin/c++: t_call_once.sh t_cxxruntime.sh t_hello.sh t_pthread_once.sh t_static_destructor.sh src/tests/usr.bin/cc: t_hello.sh Log Message: Now, profiling