CVS commit: src

2019-01-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Feb 1 06:49:59 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c src/tests/lib/libnvmm: h_mem_assist.c h_mem_assist_asm.S Log Message: Fix two issues: * Uh I put the wrong masks in some GPRs, fuck. * When the

CVS commit: src/sys/arch/x86

2019-01-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Feb 1 05:44:29 UTC 2019 Modified Files: src/sys/arch/x86/include: pmap.h pmap_pv.h src/sys/arch/x86/x86: pmap.c Log Message: Change the format of the pp_attrs field: instead of using PTE bits directly, use abstracted bi

CVS commit: src/tests/lib/libnvmm

2019-01-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Feb 1 05:32:09 UTC 2019 Modified Files: src/tests/lib/libnvmm: h_mem_assist.c Log Message: Put correct values in the seg fields. AMD doesn't check for that, but Intel does, so they need to be correct. To generate a diff of th

CVS commit: src/sys/dev/usb

2019-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 1 03:20:36 UTC 2019 Modified Files: src/sys/dev/usb: if_urtwn.c if_urtwnvar.h Log Message: Add a software beacon. XXX: As all the other usb software beacons this is driven at fixed intervals when usb task fires. To ge

CVS commit: src/sys/sys

2019-01-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 31 22:07:46 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: Now that the kernel/module interface has stabilized after the recent merge of the [pgoyette-compat] branch, update the kernel version to reflect all

CVS commit: xsrc/external/mit/xf86-video-vboxvideo/dist/src

2019-01-31 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Jan 31 20:46:43 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-vboxvideo/dist/src: VBoxVideoIPRT.h Log Message: Don't play smart with the compiler, it complains about unused values. To generate a diff of this commi

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2019-01-31 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Jan 31 20:41:19 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_dri.c Log Message: fix wrong printf format. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ xsrc/external/mit/x

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2019-01-31 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Jan 31 20:40:16 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_crtc.c Log Message: Taking the abs() of the difference of two unsigned numbers is probably not what it was intended here :-) To ge

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

2019-01-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 31 20:42:31 UTC 2019 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Move some code into a separate function, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317 src/sys/arch/x86

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

2019-01-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 20:44:46 UTC 2019 Modified Files: src/external/gpl3/gcc.old/dist/gcc/common/config/riscv: riscv-common.c src/external/gpl3/gcc.old/dist/gcc/config/riscv: constraints.md elf.h generic.md linux.h peephole.

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2019-01-31 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Jan 31 20:41:38 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_modes.c Log Message: using abs on floating point values... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2019-01-31 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Jan 31 20:40:42 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_video.c Log Message: shifting negative values is not portable. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ x

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2019-01-31 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Jan 31 20:40:59 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_vip.c Log Message: explicitly continue. To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xf

CVS commit: src/sys/kern

2019-01-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 31 20:09:05 UTC 2019 Modified Files: src/sys/kern: kern_time.c Log Message: Fix kernel info leaks. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/kern/kern_time.c Please note that diffs are not pu

CVS commit: xsrc/external/mit/xf86-video-nouveau/dist/src

2019-01-31 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Jan 31 19:52:31 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-nouveau/dist/src: nouveau_present.h nouveau_sync.h nv_include.h nv_proto.h Added Files: xsrc/external/mit/xf86-video-nouveau/dist/src:

CVS commit: src/sys/dev/usb

2019-01-31 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 31 18:21:21 UTC 2019 Modified Files: src/sys/dev/usb: uchcom.c Log Message: Reset the hardware like other drivers do for better compatibility with more chip firmware versions. >From (and should fix) PR kern/53913. To

CVS commit: src/sys/compat/netbsd32

2019-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 31 16:03:50 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_module.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/compat/netbsd32/netbsd32_module.c

CVS commit: src/sys/dev

2019-01-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 31 15:30:23 UTC 2019 Modified Files: src/sys/dev/mii: inbmphyreg.h src/sys/dev/pci: if_wm.c Log Message: Add yet another PHY workaround. Disable generation of early preamble on 82577 PHY rev. 1 or 2 and 82578 PHY

CVS commit: src/sys/dev/usb

2019-01-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jan 31 15:27:57 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_axenreg.h Log Message: Correct error bits in RX packet header: - Drop error is bit 31. - CRC error is bit 29. - Distinguish the two errors in debug printf.

CVS commit: src/sys/dev/usb

2019-01-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jan 31 15:26:24 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_axenreg.h Log Message: Enable hash-table-based multicast filter: - Drop AXEN_RXCTL_ACPT_PHY_MCAST bit (neither Linux nor FreeBSD sets it). - 0x0010 bit is not

CVS commit: src/sys/dev/usb

2019-01-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jan 31 15:24:13 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c Log Message: In axen_tick_task(), call axen_miibus_statchg() when link is lost (like other drivers). Otherwise, link can be lost forever, which results in sysmte

CVS commit: src/sys/dev/usb

2019-01-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jan 31 15:22:56 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c Log Message: Enable AXEN_RXCTL_START bit only when RX is ready. Otherwise, the adapter eventually falls into "no carrier" state while it is not running. To gen

CVS commit: src/sys/dev/usb

2019-01-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jan 31 15:21:05 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c Log Message: Fix previous: - axen_coe() should be called from axen_init(), not axen_ax88179_init(). - Simplify logic in axen_coe(); AXEN_[RT]XCOE_OFF = 0. To g

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

2019-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 31 13:26:21 UTC 2019 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Only free the _init_memory pages if all APs start corectly. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/ar

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

2019-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 31 13:19:19 UTC 2019 Modified Files: src/sys/arch/arm/nvidia: soc_tegra124.c Log Message: Fix another build To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/nvidia/soc_tegra124.c Please note

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

2019-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 31 13:16:31 UTC 2019 Modified Files: src/sys/arch/arm/vexpress: vexpress_platform.c Log Message: Fix build To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/vexpress/vexpress_platform.c Pleas

CVS commit: src/sys/arch

2019-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 31 13:06:10 UTC 2019 Modified Files: src/sys/arch/arm/altera: cycv_platform.c src/sys/arch/arm/amlogic: meson_platform.c src/sys/arch/arm/fdt: arm_fdtvar.h cpu_fdt.c src/sys/arch/arm/nvidia: soc_tegra

CVS commit: src/sys

2019-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 31 12:31:50 UTC 2019 Modified Files: src/sys/dev/raidframe: rf_compat50.c rf_compat50.h rf_compat50_mod.h rf_compat80.c rf_compat80_mod.h src/sys/sys: compat_stub.h Log Message: Prevent integer overfl

CVS commit: src/usr.sbin/postinstall

2019-01-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 31 10:06:32 UTC 2019 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Stop continuing /var/shm check when var_shm_symlink is in /etc/rc.conf. OK'd by martin. To generate a diff of this commit: cvs rdi

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

2019-01-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 08:53:07 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: varasm.c Log Message: revert these two changes which cause various parts of libstdc++ to fail to build with GCC7: revision 1.3 date: 2017-07-22 13:52:52 -0

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

2019-01-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 08:44:14 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_interceptors.cc src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_internal_defs.h sanitizer_linux.cc

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

2019-01-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 08:42:03 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: only a relatively small number of files that aren't in the c++98/ dir need to be compiled in gnu++98 mode. list them explicit