CVS commit: src/sys

2019-02-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 16 12:05:30 UTC 2019 Modified Files: src/sys/arch/x86/include: specialreg.h src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: Handle MSR_MISC_ENABLE on NVMM-Intel (Intel-specific). To generate a diff of this commit

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

2019-02-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 16 12:40:31 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: Improve the FPU detection: hide XSAVES because we're not allowing it, and don't set CPUID2_OSXSAVE if the guest didn't fir

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

2019-02-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 16 12:58:14 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Ah no, adapt previous, on AMD RAX is in the VMCB. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/nvmm/x86/nv

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

2019-02-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 16 16:20:50 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mixer.c Log Message: Fix HDMI output; only install cursor_set/cursor_move funcs if hardware cursor is available. To generate a diff of this commit: cv

CVS commit: src/usr.bin/at

2019-02-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 16 17:56:57 UTC 2019 Modified Files: src/usr.bin/at: parsetime.c Log Message: PR bin/53986 from Christian Weisgerber Skip forward to tomorrow to run a command earlier in the current hour than now (as well as during an earlie

CVS commit: src/usr.bin/menuc

2019-02-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 16 18:57:21 UTC 2019 Modified Files: src/usr.bin/menuc: menu_sys.def menuc.1 Log Message: Document return values from menu items opt_action functions, add a new variant: -1 when functions have fundamentally changed the men

CVS commit: src/usr.bin/menuc

2019-02-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 16 19:09:07 UTC 2019 Modified Files: src/usr.bin/menuc: menuc.1 Log Message: Typo in member variable name To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/menuc/menuc.1 Please note that diffs ar

CVS commit: src/sys/dev/acpi

2019-02-16 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Feb 16 23:28:57 UTC 2019 Modified Files: src/sys/dev/acpi: xhci_acpi.c Log Message: Fix cut & paste error in comment To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/xhci_acpi.c Please note that di

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2019-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 17 00:05:11 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: apply -std=gnu++98 to some more files. state that some hard coded stuff here should be pulled out with mknative. To generat

CVS commit: src/tools/gcc

2019-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 17 00:22:53 UTC 2019 Modified Files: src/tools/gcc: Makefile Log Message: don't pass --disable-symver to mknative configure. this turns off the checking for gcc 4.6 and some exception handling routines which we need on sever

CVS commit: src/external/gpl3/gcc

2019-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 17 00:24:25 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/m68000: defs.mk src/external/gpl3/gcc/lib/libgomp/arch/aarch64: config.h src/external/gpl3/gcc/lib/libgomp/arch/alpha: config.h

CVS commit: src/sys/modules

2019-02-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 03:57:31 UTC 2019 Modified Files: src/sys/modules: Makefile.inc Log Message: Turn on DIAGNOSTIC by default for modules in HEAD. Make us sure that it should be commented out for release branches in a similar manner to kern

CVS commit: src/sys/modules

2019-02-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 04:06:01 UTC 2019 Modified Files: src/sys/modules: Makefile.inc src/sys/modules/accf_httpready: Makefile src/sys/modules/acpiacad: Makefile src/sys/modules/acpibat: Makefile src/sys/modules/a

CVS commit: src/sys/dev/usb

2019-02-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 04:17:31 UTC 2019 Modified Files: src/sys/dev/usb: usbdi.c Log Message: Fix system freeze when USB NICs with multiple outstanding transfers are detached from xhci(4) or ehci(4), that enable up_serialise for bulk transfers.

CVS commit: src/sys

2019-02-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 04:17:52 UTC 2019 Modified Files: src/sys/arch/mips/adm5120/dev: ahci.c src/sys/dev/ic: sl811hs.c src/sys/dev/usb: ehci.c motg.c ohci.c uhci.c xhci.c src/sys/external/bsd/dwc2: dwc2.c Log Message: F

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

2019-02-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 17 04:19:39 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add additional assert in traceme_signalmasked_crash t_ptrace_wait* tests Check whether signal mask is not reset on a trapsignal unde

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

2019-02-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 17 04:57:09 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add additional assert in traceme_signalignored_crash t_ptrace_wait* tests Check whether sigignore is not reset on a trapsignal under

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

2019-02-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Feb 17 05:06:16 UTC 2019 Modified Files: src/sys/arch/x86/x86: lapic.c Log Message: PR/53984: Partial revert of modify lapic_calibrate_timer() in lapic.c r1.69. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 s

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

2019-02-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 17 05:21:49 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Remove redundant test from ATF t_ptrace_wait* signal3 duplicates traceme_signalmasked_crash(SIGSEGV) To generate a diff of this co

CVS commit: src

2019-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 17 05:29:09 UTC 2019 Modified Files: src/distrib/sets/lists/comp: md.sparc64 src/etc/mtree: Makefile Added Files: src/etc/mtree: NetBSD.compat.mips64 NetBSD.dist.aarch64 NetBSD.dist.arm NetBSD.dist.

CVS commit: src/sys/arch/usermode/modules/syscallemu

2019-02-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 17 05:32:35 UTC 2019 Modified Files: src/sys/arch/usermode/modules/syscallemu: Makefile Log Message: Set WARN=3 for sing-compare. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/modules/sys

CVS commit: src/external/gpl3/gcc

2019-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 17 06:22:58 UTC 2019 Modified Files: src/external/gpl3/gcc: README.gcc7 Log Message: various updates for reality. - arm64, powerpc switched - arm, hppa, sh3 is ready to switch - vax dynamic binaries have a problem To gener

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

2019-02-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Feb 17 07:34:44 UTC 2019 Modified Files: src/common/lib/libc/arch/x86_64/atomic: atomic.S Log Message: Add missing export of atomic_or_64 (since rev1.1). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/commo