CVS commit: src/distrib/sets/lists

2019-03-14 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 15 04:26:13 UTC 2019 Modified Files: src/distrib/sets/lists/xdebug: shl.mi src/distrib/sets/lists/xserver: mi Log Message: libmesa_dri.so is obsolete in mesa18 for x86 as well. To generate a diff of this commit:

CVS commit: src/sys/dev/mii

2019-03-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Mar 15 04:00:29 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.146 -r1.147 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.134 -r1.135

CVS commit: src/sys/dev/mii

2019-03-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Mar 15 04:00:06 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: Add Davicom DM9161, DM9161[ABC] and DM9601. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/dev/mii/miidevs Please

CVS commit: src/external/mit/xorg/lib

2019-03-14 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 15 03:10:25 UTC 2019 Modified Files: src/external/mit/xorg/lib: libmesa.mk Log Message: remove INCLUDES.all setting and it's processing. already done elsewhere. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/pci/ixgbe

2019-03-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Mar 15 02:38:20 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: - Simplily. Suggested by knakahara. - Modify comment. Per queue VLAN enable flags is on 82599 and later. - Fix typo in comment. To

CVS commit: src/sys/arch/vax

2019-03-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Mar 14 23:49:38 UTC 2019 Modified Files: src/sys/arch/vax/uba: qv.c src/sys/arch/vax/vsa: smg.c Log Message: Use copyin(), not fusword(). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/external/bsd/jemalloc/dist/src

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 21:49:32 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: revert previous sshd hack (from Rin Okuyama) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/jemalloc/dist/src

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 21:10:33 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: arena.c Log Message: Grr, disable the "time goes backwards" test here since this breaks too frequently. We need a real fix. To generate a diff

CVS commit: src/sys/uvm

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 21:09:03 UTC 2019 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: unify rounding and range checking. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/uvm/uvm_mmap.c Please note that

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

2019-03-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Mar 14 20:29:53 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: Optimize NVMM-Intel: keep the VMCS active on the host CPU, and lazy-switch it on demand only when needed. This allows the CPU to use the

CVS commit: src/sys/kern

2019-03-14 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Mar 14 19:51:50 UTC 2019 Modified Files: src/sys/kern: kern_scdebug.c Log Message: syscall debug - fix build when SYSCALL_DEBUG option is present in kernel config file To generate a diff of this commit: cvs rdiff -u -r1.1

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

2019-03-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Mar 14 19:26:44 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: Move a KASSERT, applies to all branches. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2019-03-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Mar 14 19:15:26 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Reduce the mask of the VTPR, only the first four bits matter. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/nvmm

2019-03-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Mar 14 19:10:28 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm.c Log Message: Fail early if we're beyond the guest max ram. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/nvmm/nvmm.c Please note

CVS commit: src/sys/uvm

2019-03-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Mar 14 19:10:04 UTC 2019 Modified Files: src/sys/uvm: uvm_map.c uvm_mmap.c uvm_page.c Log Message: Avoid a panic from the sequence mlock(buf, 0); munlock(buf, 0); mlock(buf, page); munlock(buf,

CVS commit: src/external/bsd/jemalloc/dist/include/jemalloc/internal

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 18:59:37 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: arena_externs.h arena_inlines_a.h arena_inlines_b.h atomic_gcc_atomic.h prof_inlines_a.h

CVS commit: src/external/bsd/jemalloc

2019-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 14 18:56:12 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: prof.c src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_preamble.h Log Message: Remove __clang___ hacks for

CVS commit: src/sys/arch

2019-03-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Mar 14 16:59:10 UTC 2019 Modified Files: src/sys/arch/cesfic/conf: GENERIC src/sys/arch/hp300/conf: GENERIC INSTALL src/sys/arch/hp300/hp300: machdep.c src/sys/arch/m68k/conf: files.m68k

CVS commit: src/sbin/gpt

2019-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Mar 14 10:26:10 UTC 2019 Modified Files: src/sbin/gpt: header.c Log Message: print little-endian header fields correctly. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/header.c Please note that

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

2019-03-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Mar 14 10:22:43 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: mk.generic Log Message: U-Boot fails to boot a compressed kernel_noload image, so stop emitting them. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netinet

2019-03-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Mar 14 07:05:07 UTC 2019 Modified Files: src/sys/netinet: ip_carp.c Log Message: carp: don't skip pserialize_read_enter and ifa_release To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102