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

2019-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 27 07:16:00 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk_gmac.c Log Message: Fix RGMII clock 25MHz setting (for 100Mbps). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/bin/sh

2019-02-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Feb 27 04:10:56 UTC 2019 Modified Files: src/bin/sh: expand.c parser.c syntax.h Log Message: Finish the fixes from Feb 4 for handling of random data that matches the internal CTL* chars. The earlier fixes handled CTL* char

CVS commit: src/sys/net

2019-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Feb 27 04:03:06 UTC 2019 Modified Files: src/sys/net: rtsock.c Log Message: Protect sysctl_rtable with KERNEL_LOCK and softnet_lock In the function the routing table could be accessed without any locks, which was unsafe.

CVS commit: src/sys/dev/mii

2019-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 27 03:05:18 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: - Add SMSC LAN83C185 10/100 PHY from OpenBSD - Add SMSC LAN8740 10/100 media interface To generate a diff of this commit: cvs rdiff -u -r1.142

CVS commit: src/sys/dev/mii

2019-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 27 03:05:39 UTC 2019 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.129 -r1.130

CVS commit: src/sys/compat/netbsd32

2019-02-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 27 03:01:08 UTC 2019 Removed Files: src/sys/compat/netbsd32: netbsd32_compat_14.c Log Message: this file was moved to netbsd32_compat_14_sysv.c. To generate a diff of this commit: cvs rdiff -u -r1.29 -r0

CVS commit: src/sys/dev

2019-02-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 27 02:27:38 UTC 2019 Modified Files: src/sys/dev: audio.c Log Message: remove dated comment that was handled with audiomp or later. sc_dying being set earlier assumes audio_enter() will reject attempts to use this device.

CVS commit: src/external/bsd/blacklist/bin

2019-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 27 02:20:19 UTC 2019 Modified Files: src/external/bsd/blacklist/bin: blacklistd.c Log Message: Instead of deleting the rules individually use flush to kill them all at once for efficiently. Also when restoring, don't

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

2019-02-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Feb 26 21:55:28 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: mesongxbb_pinctrl.c Log Message: Fix GPIOH pin groups and add GPIOY To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/gcc

2019-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 26 21:24:44 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386: c++config.h defs.mk gstdint.h src/external/gpl3/gcc/usr.bin/gcc/arch/i386: configargs.h Log Message: regen i386

CVS commit: src/external/gpl3/gcc

2019-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 26 21:16:03 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64: c++config.h defs.mk src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: auto-host.h configargs.h defs.mk tm.h Log

CVS commit: src/tools/gcc

2019-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 26 21:09:18 UTC 2019 Modified Files: src/tools/gcc: Makefile Log Message: Remove "--disable-libstdcxx-dual-abi". This option does not do what it says: Instead of disabling the dual-abi and letting you choose which one

CVS commit: src/sys/arch/xen/xenbus

2019-02-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 26 15:55:33 UTC 2019 Modified Files: src/sys/arch/xen/xenbus: xenbus_probe.c Log Message: Compute storage size for a string correctly. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/sysinst

2019-02-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 26 13:09:35 UTC 2019 Modified Files: src/usr.sbin/sysinst: run.c Log Message: Avoid string + int warning. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/run.c Please note that diffs are

CVS commit: src

2019-02-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 26 12:23:12 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c src/sys/dev/nvmm/x86: nvmm_x86.c nvmm_x86.h nvmm_x86_svm.c nvmm_x86_vmx.c src/tests/lib/libnvmm: h_io_assist.c h_mem_assist.c

CVS commit: src/sys

2019-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 26 10:30:28 UTC 2019 Modified Files: src/sys/arch/arc/include: pccons.h src/sys/dev/wscons: wsdisplay_usl_io.h src/sys/net: bpf.h Log Message: Whitespace change. To generate a diff of this commit: cvs

CVS commit: src/lib/libnvmm

2019-02-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 26 10:18:39 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Set hardseg to -1 rather than 0, because 0 can be a valid segment. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src

2019-02-26 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Feb 26 10:01:41 UTC 2019 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libc/atomic: Makefile src/tests/lib/libc/sync: Makefile Added Files:

CVS commit: src/sys/net

2019-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 26 09:43:38 UTC 2019 Modified Files: src/sys/net: if_gre.h Log Message: No functional change: - Cosmetic change. - Remove extra space between single quote and comma to make "grep \'i kdump-ioctl.c | sort -n -k 5,5 |