CVS commit: src/sys/arch/mips/mips

2020-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 30 04:11:22 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_mcclock_loop.S Log Message: Revert 0(sp) -> CALLFRAME_S0(sp) changes in rev 1.4. 0(sp) is safe here even on O32 because the only callee function

CVS commit: src/sys/dev/arcbios

2020-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 30 03:16:32 UTC 2020 Modified Files: src/sys/dev/arcbios: arcbios_calls.S Log Message: Avoid use of CALLFRAME_S0 on calling ARC BIOS functions. On O32 and O64, 0(sp) could be clobbered by callee functions to save

CVS commit: src/sys/arch/mips/cavium/dev

2020-05-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat May 30 03:12:52 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnm.c Log Message: CN70XX iobdma limit appears to be 128 words, so gather that many samples as a time. Gather the full 512 bytes of samples and

CVS commit: src/sys/dev/arcbios

2020-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 30 02:56:55 UTC 2020 Modified Files: src/sys/dev/arcbios: arcbios_calls.S Log Message: Explicitly use MIPS_CURLWP macro. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/puffs/mount_9p

2020-05-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat May 30 02:53:30 UTC 2020 Modified Files: src/usr.sbin/puffs/mount_9p: ninepuffs.c Log Message: Initialize puffs9p::server (though it's not used anywhere). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/arcbios

2020-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 30 02:46:07 UTC 2020 Modified Files: src/sys/dev/arcbios: arcbios_calls.S Log Message: Don't forget to save MIPS_CURLWP (t8) register before restoring it. Maybe harmless because the only ARC BIOS function that takes

CVS commit: src/usr.sbin/puffs/mount_9p

2020-05-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat May 30 00:00:35 UTC 2020 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: Provide list of options for ease of reference. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/usr.sbin/puffs/mount_9p

2020-05-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri May 29 23:49:09 UTC 2020 Modified Files: src/usr.sbin/puffs/mount_9p: ninepuffs.c Log Message: Fix vio9p device name in a comment. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/arch/arc/conf

2020-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 29 23:24:39 UTC 2020 Modified Files: src/sys/arch/arc/conf: GENERIC RAMDISK Log Message: Try to shrink kernels to smaller than ~6MB due to ARC BIOS restriction. Currently NetBSD/arc kernels are loaded at 0x8020 (on

CVS commit: src/distrib/arc/ramdisk

2020-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 29 23:12:12 UTC 2020 Modified Files: src/distrib/arc/ramdisk: Makefile list Log Message: Shrink ramdisk to make RAMDISK kernel smaller for ARC BIOS restriction. To generate a diff of this commit: cvs rdiff -u -r1.28

CVS commit: src/sys/arch/arc/arc

2020-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 29 23:02:51 UTC 2020 Modified Files: src/sys/arch/arc/arc: arcbios.c Log Message: Make sure to preserve MIPS_CURLWP (t8) register from ARC BIOS calls. Fixes silent hangup right after starting a kernel on my

CVS commit: src/sys/arch/x86/x86

2020-05-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri May 29 22:40:16 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Reported-by: syzbot+fd9be59aa613bbf4e...@syzkaller.appspotmail.com Reported-by: syzbot+15dd4dbac6ed159fa...@syzkaller.appspotmail.com Reported-by:

CVS commit: src/external/bsd/ntp/dist/include

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:56:27 UTC 2020 Modified Files: src/external/bsd/ntp/dist/include: ntp_refclock.h Log Message: make it compile again To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/bsd/ntp/dist/include

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:54:16 UTC 2020 Modified Files: src/external/bsd/ntp/dist/include: ntp_refclock.h Log Message: Add more printf annotations To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/ntp/lib/libntp

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:16:08 UTC 2020 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: put back the warn flags To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/bsd/ntp/dist/libntp

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:15:14 UTC 2020 Modified Files: src/external/bsd/ntp/dist/libntp: timexsup.c Log Message: Add explicit casts To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/libntp/timexsup.c

CVS commit: src/external/bsd/ntp/dist

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 20:15:38 UTC 2020 Modified Files: src/external/bsd/ntp/dist/include: ntp_stdlib.h src/external/bsd/ntp/dist/libntp: msyslog.c Log Message: fix printf format warning with format_arg To generate a diff of

CVS commit: src/sys

2020-05-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 29 12:30:41 UTC 2020 Modified Files: src/sys/arch/arm/at91: at91tctmr.c src/sys/arch/arm/ep93xx: epclk.c src/sys/arch/arm/imx: imxclock.c src/sys/arch/arm/iomd: iomd_clock.c

CVS commit: src/crypto/external/bsd/openssh/bin/scp

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 12:15:30 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/bin/scp: Makefile Log Message: delete previous and fix bug instead. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/crypto/external/bsd/openssh/dist

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 12:14:49 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: scp.c Log Message: Fix printf format error. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/external/bsd/ntp/include

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 11:01:53 UTC 2020 Modified Files: src/external/bsd/ntp/include: config.h Log Message: fix WORDS_BIGENDIAN To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/external/bsd/ntp/include/config.h Please

CVS commit: src/external/bsd/ntp/bin/ntpd

2020-05-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 29 10:53:02 UTC 2020 Modified Files: src/external/bsd/ntp/bin/ntpd: Makefile Log Message: Fix the ntpd build with Clang/LLVM Set -Wno-format-nonliteral for ntp_refclock.c To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/ntp/include

2020-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 10:50:36 UTC 2020 Modified Files: src/external/bsd/ntp/include: config.h Log Message: Fix incorrect merge. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/external/bsd/ntp/include/config.h Please

CVS commit: src/external/bsd/ntp/lib/libntp

2020-05-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 29 10:47:37 UTC 2020 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: Fix the libntp build with Clang/LLVM Set -Wno-error=implicit-int-float-conversion To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/sysinst/arch/evbarm

2020-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri May 29 10:25:06 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/evbarm: md.c Log Message: DTB are no longer part of kernel set To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/crypto/external/bsd/openssh/bin/scp

2020-05-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 29 10:01:23 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/bin/scp: Makefile Log Message: Specify -Wno-format-nonlitera for scp.c (OpenSSH) Fixes build with Clang/LLVM. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2020-05-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 29 09:05:20 UTC 2020 Modified Files: src/sys/dev/ic: dm9000var.h Log Message: Make this compile again. Not tested. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dm9000var.h Please note that

CVS commit: src/sys/dev/usb

2020-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 29 06:53:40 UTC 2020 Modified Files: src/sys/dev/usb: xhcireg.h Log Message: Use __BITS consistently and inline with specification. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14