CVS commit: src/usr.bin/menuc

2019-01-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 6 11:08:35 UTC 2019 Modified Files: src/usr.bin/menuc: menu_sys.def Log Message: Fix a potential NULL deref in previous - some menus start up with no "opts" array allocated yet. To generate a diff of this commit: cvs rd

CVS commit: src/sys/arch/powerpc/oea

2019-01-06 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 6 11:20:53 UTC 2019 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Only execute dssall when the CPU has the Altivec instruction set extension. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.9

CVS commit: src/sys/arch

2019-01-06 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Jan 6 14:35:31 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S src/sys/arch/i386/i386: cpufunc.S i386func.S src/sys/arch/xen/x86: xenfunc.c Log Message: Rollback http://mail-index.netbsd.org/sourc

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

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 15:37:18 UTC 2019 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: restore original now that weak symbols are gone To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x8

CVS commit: src

2019-01-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 6 16:10:51 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 libnvmm_x86.c nvmm.h src/sys/dev/nvmm: nvmm.c nvmm.h src/sys/dev/nvmm/x86: nvmm_x86.h nvmm_x86_svm.c Log Message: Improvements and fixes in NVMM

CVS commit: src

2019-01-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 6 16:13:51 UTC 2019 Modified Files: src/sys/arch/x86/x86: identcpu.c src/usr.sbin/cpuctl/arch: i386.c Log Message: Handle the NVMM signature. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/a

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

2019-01-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 6 16:19:12 UTC 2019 Modified Files: src/sys/arch/x86/x86: x86_tlb.c Log Message: Flush the host TLB too when dealing with a guest pmap. The pmap is not active on the host so the pages aren't cached; but the recursive PTE en

CVS commit: src/share/mk

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 17:02:32 UTC 2019 Modified Files: src/share/mk: bsd.lib.mk Log Message: Since g++ uses stdc++_p when building with -pg make this PIC on the platforms where PIC is available, so that linking shared objects with -pg wor

CVS commit: src/lib/libc/gmon

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 18:14:10 UTC 2019 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: use the pico objects if we are making a PIC profiled library. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc

CVS commit: src/external/gpl3/gcc.old/dist/gcc/config

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 18:15:18 UTC 2019 Modified Files: src/external/gpl3/gcc.old/dist/gcc/config: netbsd.h Log Message: now that our profiled c library is pic we can use it in shared objects To generate a diff of this commit: cvs rdiff

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

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 18:15:53 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: now that our profiled c library is pic, we can use it in shared objects To generate a diff of this commit: cvs rdiff -u

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

2019-01-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 6 18:32:54 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Add more VMCB fields. Also remove debugging code I mistakenly committed in the previous revision. No functional change. To generate a d

CVS commit: src/doc

2019-01-06 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Sun Jan 6 18:56:52 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Adjust year in latest acpi(4) entry To generate a diff of this commit: cvs rdiff -u -r1.2484 -r1.2485 src/doc/CHANGES Please note that diffs are not publi

CVS commit: src/libexec/ld.elf_so

2019-01-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 6 19:44:54 UTC 2019 Modified Files: src/libexec/ld.elf_so: map_object.c Log Message: When loading a non-PIE main binary, the virtual address must match. Use MAP_TRYFIXED and verify that the result matches the expectation.

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

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 22:20:50 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: ppccpuid.pl Log Message: PR/53838: Scole Mail: OPENSSL_rdtsc() is reading a time counter for randomness, and the powerpc code uses mftbu a

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 22:22:02 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc: ppccpuid.S sha256p8-ppc.S sha512p8-ppc.S Log Message: regen To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 22:22:26 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64: sha256p8-ppc.S sha512p8-ppc.S Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.

CVS commit: src/doc

2019-01-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 6 22:30:02 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Fix edito. To generate a diff of this commit: cvs rdiff -u -r1.1587 -r1.1588 src/doc/3RDPARTY Please note that diffs are not public domain; they are subje

CVS commit: src/sys/dev/hdaudio

2019-01-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jan 7 01:03:05 UTC 2019 Modified Files: src/sys/dev/hdaudio: hdaudioreg.h Log Message: s/1 << 31/1u << 31/. XXX someone could __BIT() etc this file. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hdau

CVS commit: src/sys/dev/mii

2019-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 7 01:37:05 UTC 2019 Modified Files: src/sys/dev/mii: mdio.h Log Message: Add definitions of EEE advertisement(7.60) and EEE LP ability(7.61). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/mi

CVS commit: src/distrib/macppc/floppies/ramdisk

2019-01-06 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Jan 7 01:39:26 UTC 2019 Modified Files: src/distrib/macppc/floppies/ramdisk: Makefile Log Message: increase IMAGESIZE slightly to avoid running out of space when doing some sysinst options To generate a diff of this commit:

CVS commit: src/sys/dev

2019-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 7 01:43:22 UTC 2019 Modified Files: src/sys/dev/mii: inbmphyreg.h src/sys/dev/pci: if_wm.c Log Message: Add EEE(802.3az) support for I350, I210, I211, PCH2 and newer. Not yet for I354(C2000). It'll be supporte

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

2019-01-06 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Jan 7 01:44:59 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC_601 GENERIC_MD INSTALL INSTALL_601 Log Message: increase MEMORY_DISK_ROOT_SIZE slightly to avoid running out of space when doing some sysinst options.

CVS commit: src/sys/dev/usb

2019-01-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 7 03:00:39 UTC 2019 Modified Files: src/sys/dev/usb: xhci.c xhcivar.h Log Message: Seperate xHCI and xhci(4) TRB structs so as to avoid some of them (the ones that the hardware doesn't touch) ending up less-aligned than

CVS commit: src/sys/dev/mii

2019-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 7 05:01:11 UTC 2019 Modified Files: src/sys/dev/mii: rlphy.c Log Message: Fix a bug that rlphy might ignore the link partner's advertised speed. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/de