CVS commit: src

2019-02-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Feb 13 07:55:33 UTC 2019 Modified Files: src/distrib/pmax/ramdisk: Makefile src/sys/arch/pmax/conf: RAMDISK Log Message: Bump pmax install ramdisk size by another 100k, as 3500k is no longer enough with GCC 7. To gener

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

2019-02-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Feb 13 07:04:13 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Micro optimization: the STAR/LSTAR/CSTAR/SFMASK MSRs are static, so rather than saving them on each VMENTRY, save them only once, at VCPU

CVS commit: src/sys/arch/xen

2019-02-12 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Feb 13 06:52:43 UTC 2019 Modified Files: src/sys/arch/xen/include: xenpmap.h src/sys/arch/xen/xen: evtchn.c hypervisor.c xen_machdep.c Log Message: Further restrict the scope of XENPV to relevant parts. To generate a

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

2019-02-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Feb 13 06:32:45 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86.h Log Message: Reorder the GPRs to match the CPU encoding, simplifies things on Intel. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys

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

2019-02-12 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Feb 13 06:15:51 UTC 2019 Modified Files: src/sys/arch/xen/x86: pintr.c Log Message: Catchup with struct intrstub; unification. This should fix dom0 build breakage. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.1

CVS commit: src/sys/arch

2019-02-12 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Feb 13 05:36:59 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: locore.S src/sys/arch/i386/i386: locore.S Log Message: Rig the hypercall callback page such that when the kernel happens to run without a XEN domain lo

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

2019-02-12 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Feb 13 05:28:50 UTC 2019 Modified Files: src/sys/arch/x86/include: intr.h Log Message: Missed the crucial header file in previous commit. struct intrstub; is now uniform across native and XEN This should fix the XEN builds.

CVS commit: src/sys/arch

2019-02-12 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Feb 13 05:01:58 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: vector.S src/sys/arch/i386/i386: vector.S src/sys/arch/xen/xen: evtchn.c Log Message: In preparation for debut-ing PVHVM mode: - Make the str

CVS commit: src/sys/dev/mii

2019-02-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 04:35:28 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: - Sort by model number. - Add missing white space. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/dev/mii/miidevs Plea

CVS commit: src/sys/dev/mii

2019-02-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 04:35:58 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.138 -r1.139 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.126 -r1.127

CVS commit: src/sys/dev/mii

2019-02-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 04:15:01 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: >From FreeBSD: - Add Broadcom BCM540[24], BCM5424, BCM5466 and BCM54[78]8. - Add ICS1893C. - Add Micrel KSZ8081 and KSZ9031. To generate a di

CVS commit: src/sys/dev/mii

2019-02-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 04:02:11 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: Sort by model number. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/dev/mii/miidevs Please note that diffs are not p

CVS commit: src/sys/dev/mii

2019-02-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 03:54:16 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: - Add Tridium, Data Track Technology, Netas, Ralink Technology, Sunplus Technology and ADMtek's OUI. - Sort by OUI. To generate a diff of this

CVS commit: src/sys/dev/mii

2019-02-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 03:54:53 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.137 -r1.138 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.125 -r1.126 s

CVS commit: src/sys/dev/mii

2019-02-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 13 03:44:55 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: >From OpenBSD: - Add ASIX OUI. - Add VIA OUI and devices. - Add Vitesse OUI and devices. >From FreeBSD: - Add BROADCOM4. To generate a diff

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2019-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 01:16:30 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: cleanup unused stuff now that we execute directly and not in a separate task. To generate a diff of this commit: cvs r

CVS commit: src/usr.sbin/gpioctl

2019-02-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 12 21:41:39 UTC 2019 Modified Files: src/usr.sbin/gpioctl: gpioctl.8 Log Message: Document options to select alternate GPIO modes. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/gpioctl/gpioc

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

2019-02-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 12 21:35:35 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Rename signal1 to signal_mask_unrelated in t_ptrace_wait* No functional change intended. To generate a diff of this commit: cvs rd

CVS commit: src/usr.sbin/sysinst

2019-02-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 12 18:32:15 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc bsddisklabel.c defs.h partman.c util.c Log Message: Backout previous snprintf nonsense, instead STFU gcc 7's most useless warning ever.

CVS commit: src/doc

2019-02-12 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Tue Feb 12 16:13:23 UTC 2019 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new nsd To generate a diff of this commit: cvs rdiff -u -r1.1597 -r1.1598 src/doc/3RDPARTY cvs rdiff -u -r1.2500 -r1.2501 src/doc/CHANGES Please

CVS commit: src/external/bsd/nsd

2019-02-12 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Tue Feb 12 16:11:11 UTC 2019 Modified Files: src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h server.c util.h zparser.c src/external/bsd/nsd/include: config.h Log Message: merge conflicts

CVS import: src/external/bsd/nsd/dist

2019-02-12 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Tue Feb 12 15:49:03 UTC 2019 Update of /cvsroot/src/external/bsd/nsd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5840 Log Message: Import nsd-4.1.26 29 November 2018: Wouter - Tag for 4.1.26rc1. 27 November 2018: Wouter

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

2019-02-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 12 14:54:59 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Optimize: the hardware does not clear the TLB flush command after a VMENTRY, so clear it ourselves, to avoid uselessly flushing the guest

CVS commit: src/lib/libnvmm

2019-02-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 12 14:50:21 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Optimize: fetch only 5 bytes instead of 15, the instruction can have only up to five prefixes. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/netinet

2019-02-12 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Tue Feb 12 14:40:38 UTC 2019 Modified Files: src/sys/netinet: sctp_input.c sctp_usrreq.c Log Message: Add some fallthrough annotations. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/sctp_input.c cvs

CVS commit: src/external/cddl/osnet/dev/lockstat

2019-02-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 12 14:31:45 UTC 2019 Modified Files: src/external/cddl/osnet/dev/lockstat: lockstat.c Log Message: Fix build with DIAGNOSTIC: ASSERT() is enabled ifdef DEBUG, not DIAGNOSTIC. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2019-02-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 12 14:17:45 UTC 2019 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Do not set p->up_serialise twice in usbd_setup_pipe_flags(). No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.2

CVS commit: src/sys/dev/scsipi

2019-02-12 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Feb 12 13:49:13 UTC 2019 Modified Files: src/sys/dev/scsipi: files.scsipi Log Message: Fix, but disable the commented SUN compatibility in st.c to write final file marks by opening and immediately closing the device in O_WR

CVS commit: src/sys/dev/scsipi

2019-02-12 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Feb 12 13:43:40 UTC 2019 Modified Files: src/sys/dev/scsipi: st.c Log Message: Fix PR kern/53949: Fix inconsistent/incomplete file mark handling to conform again to mtio(4) at close(2) time. This was necessary as the PREVENT/

CVS commit: src/sys/external/bsd/libnv/dist

2019-02-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Feb 12 12:52:49 UTC 2019 Modified Files: src/sys/external/bsd/libnv/dist: nvpair.c Log Message: libnv: Free the data array for NV_TYPE_DESCRIPTOR_ARRAY case. Obtained from FreeBSD rev 343987 by oshogbo@. To generate a diff of

CVS commit: src/sys/external/bsd/libnv/dist

2019-02-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Feb 12 12:49:23 UTC 2019 Modified Files: src/sys/external/bsd/libnv/dist: nv_impl.h nvlist.c nvpair.c Log Message: libnv: fix multiple memory leaks. - nvpair_create_stringv: free the temporary string; this fix affects nvlist

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

2019-02-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 12 10:16:58 UTC 2019 Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.c Log Message: hack alert time: on sparc and sparc64, don't remove .eh_frame section. it leads to failure as something is referenced, and objcopy

CVS commit: [netbsd-8] src/doc

2019-02-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 12 09:28:51 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Fix #1187 To generate a diff of this commit: cvs rdiff -u -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-8.1 Please note that diffs are not publ

CVS commit: [netbsd-8] src/sys/arch/x86/include

2019-02-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 12 09:27:17 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-8]: specialreg.h Log Message: Actually pull up rev 1.139 (as claimed, but not done in previous), requested by msaitoh in ticket #1187: Fix bitstring f

CVS commit: src/sys/arch/xen

2019-02-12 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Feb 12 08:04:53 UTC 2019 Modified Files: src/sys/arch/xen/include: xenfunc.h src/sys/arch/xen/x86: xen_intr.c Log Message: Move xen event related code which interfaces with the NetBSD interrupt subsystem into a separat