CVS commit: src/sys/arch

2019-02-13 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Feb 14 07:12:40 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: amd64_mainbus.c db_interface.c src/sys/arch/i386/i386: db_interface.c src/sys/arch/x86/x86: cpu.c Log Message: Fix NLAPIC, NISA and NIOAPIC

CVS commit: src/sys/arch/xen

2019-02-13 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Feb 14 06:59:25 UTC 2019 Modified Files: src/sys/arch/xen/conf: files.xen src/sys/arch/xen/include: bus_private.h src/sys/arch/xen/include/amd64: vmparam.h Log Message: Snag the final bits of PV only code to

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

2019-02-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 14 06:47:32 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Replace signal2 in t_ptrace_wait* with new tests Add new tests traceme_raisesignal_masked[1-8]. New tests to verify that masking

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

2019-02-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 14 05:38:45 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new regression scenarios for crash signals in t_ptrace_wait* Verify correct behavior of crash signals (SIGTRAP, SIGBUS, SIGILL,

CVS commit: src/sys/dev/mii

2019-02-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 14 04:34:37 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: Sort in alphebetical order a bit. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/dev/mii/miidevs Please note that

CVS commit: src/sys/dev/mii

2019-02-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 14 04:13:40 UTC 2019 Modified Files: src/sys/dev/mii: micphy.c Log Message: Add KSZ8081 support from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/mii/micphy.c Please note that diffs

CVS commit: src/sys/dev

2019-02-13 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 14 03:33:55 UTC 2019 Modified Files: src/sys/dev/usb: if_urndis.c Added Files: src/sys/dev/ic: rndisreg.h Removed Files: src/sys/dev/usb: if_urndisreg.h Log Message: separate RNDIS definitions from

CVS commit: src/sys/dev/pci

2019-02-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 14 03:25:47 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Tundra (now IDT) TSI381 and PEB383 from OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.1362 -r1.1363 src/sys/dev/pci/pcidevs

CVS commit: src/bin/sh

2019-02-13 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Feb 13 21:40:50 UTC 2019 Modified Files: src/bin/sh: parser.h Log Message: Delete a no-longer-used #define that referred to a struct field that no longer exists. Also correct a couple of typos in comments.NFC. To

CVS commit: src/usr.bin/crunch/crunchgen

2019-02-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 13 20:48:56 UTC 2019 Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.c Log Message: while we're still figuring out the gcc7 vs .eh_frame issue, apply the don't remove eh_frame hack to mips as well. hpcmips testbed

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

2019-02-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 13 18:31:11 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_h6_ccu.c Log Message: sun50i_h6_ccu: add PCIe clocks To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2019-02-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 13 18:18:38 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_h6_ccu.c Log Message: sun50i_h6_ccu: add "pll_cpux" Currently intended for display of existing clock rate via the sysctl tree, and not yet for DVFS.

CVS commit: src/sys/kern

2019-02-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 13 18:04:35 UTC 2019 Modified Files: src/sys/kern: files.kern Log Message: Silent UB alignment issues in acpica under kUBSan Pass -DACPI_MISALIGNMENT_NOT_SUPPORTED under kUBSan enabled. This option is dedicated for

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

2019-02-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 13 17:17:02 UTC 2019 Modified Files: src/common/lib/libc/misc: ubsan.c Log Message: Fix kUBSan build with GCC7 Add missing __unreachable() and FALLTHROUGH keywords. Reported by To generate a diff of this commit: cvs

CVS commit: src/share/man/man4

2019-02-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Feb 13 16:06:28 UTC 2019 Modified Files: src/share/man/man4: nvmm.4 Log Message: Note Intel support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/nvmm.4 Please note that diffs are not public

CVS commit: src/sys

2019-02-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Feb 13 16:03:16 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm.c nvmm_internal.h src/sys/modules/nvmm: Makefile Added Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c nvmm_x86_vmxfunc.S Log Message: Add Intel-VMX

CVS commit: src/sys/kern

2019-02-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 13 14:55:29 UTC 2019 Modified Files: src/sys/kern: subr_asan.c Log Message: Align the kASan message style with kUBSan Print messages with initial 'ASan', simiarly to kUBSan printing 'UBSan'. To generate a diff of this

CVS commit: src/usr.sbin/gpioctl

2019-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 13 11:40:41 UTC 2019 Modified Files: src/usr.sbin/gpioctl: gpioctl.8 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/gpioctl/gpioctl.8 Please note that diffs

CVS commit: src/sys/dev/nvmm/x86

2019-02-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Feb 13 10:55:13 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Drop support for software interrupts. I had initially added that to cover the three event types available on AMD, but Intel has seven of

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

2019-02-13 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Feb 13 09:57:46 UTC 2019 Modified Files: src/sys/arch/xen/x86: xen_mainbus.c Log Message: Conditionally compile a conditionally used variable. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/cddl/osnet/dev/dtrace/i386

2019-02-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 13 08:46:40 UTC 2019 Modified Files: src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c Log Message: Fix DIAGNOSTIC build; replace FreeBSD-specific function with ours. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/mii

2019-02-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 08:42:26 UTC 2019 Modified Files: src/sys/dev/mii: icsphy.c Log Message: Add ICS1893C support from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/mii/icsphy.c Please note that

CVS commit: src/sys/dev/mii

2019-02-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 08:41:43 UTC 2019 Modified Files: src/sys/dev/mii: ciphy.c Log Message: Add CS8204, CS8244 VSC8211 and VSC8601 support from {Free,Open}BSD. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/mii

2019-02-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 08:40:14 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.139 -r1.140 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.127 -r1.128

CVS commit: src/sys/dev/mii

2019-02-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 08:39:55 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: Change CS8244's OUI from xxCICADA to CICADA. I don't know whether this change is correct or not... To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x86

2019-02-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Feb 13 08:38:25 UTC 2019 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: pmap.c Log Message: Add the EPT pmap code, used by Intel-VMX. The idea is that under NVMM, we don't want to implement the