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

2020-04-20 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 20 19:29:09 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: xbdback_fragio_intvl is also no longer used To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: [bouyer-xenpvh] src/sys/arch/xen/xen

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:40:51 UTC 2020 Modified Files: src/sys/arch/xen/xen [bouyer-xenpvh]: xbdback_xenbus.c Log Message: Fix build with DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.77.2.2 -r1.77.2.3

CVS commit: src/sys/kern

2020-04-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 20 16:32:03 UTC 2020 Modified Files: src/sys/kern: kern_proc.c Log Message: Add three KASSERTs, to detect refcount bugs. This narrows down an unknown bug in some place near, that has manifested itself in various forms

CVS commit: [bouyer-xenpvh] src/sys/arch/xen/xen

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 18:50:46 UTC 2020 Modified Files: src/sys/arch/xen/xen [bouyer-xenpvh]: xbdback_xenbus.c Log Message: Bring in 1.82 and 1.83 from HEAD To generate a diff of this commit: cvs rdiff -u -r1.77.2.1 -r1.77.2.2

CVS commit: [bouyer-xenpvh] src/sys/arch/amd64/conf

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:43:33 UTC 2020 Modified Files: src/sys/arch/amd64/conf [bouyer-xenpvh]: std.amd64 Log Message: Use std.xenversion To generate a diff of this commit: cvs rdiff -u -r1.11.26.1 -r1.11.26.2

CVS commit: src/sys/ufs/ffs

2020-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 20 18:10:10 UTC 2020 Modified Files: src/sys/ufs/ffs: ffs_extattr.c Log Message: - Allow root to set system attributes, samba does this - Fix locking issue, perhaps we should use our own mutex; does not seem worth it

CVS commit: [bouyer-xenpvh] src/sys/arch/xen

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:46:44 UTC 2020 Modified Files: src/sys/arch/xen/include [bouyer-xenpvh]: evtchn.h src/sys/arch/xen/x86 [bouyer-xenpvh]: xen_ipi.c src/sys/arch/xen/xen [bouyer-xenpvh]: evtchn.c Log Message: Misc

CVS commit: [bouyer-xenpvh] src/sys/arch/xen/xen

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:42:10 UTC 2020 Modified Files: src/sys/arch/xen/xen [bouyer-xenpvh]: xengnt.c Log Message: Bad news: * grant table v2 is not supported for HVM guests on 4.11 at last. * see xen/arch/x86/hvm/hypercall.c in Xen

CVS commit: [bouyer-xenpvh] src/sys/arch/xen

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:40:24 UTC 2020 Modified Files: src/sys/arch/xen/conf [bouyer-xenpvh]: files.xen files.xen.pv src/sys/arch/xen/x86 [bouyer-xenpvh]: xen_bus_dma.c Log Message: We need xenbus_bus_dma_tag for PVHVM too, but

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

2020-04-20 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 20 16:12:28 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: remove I/O defragmentation logic, pass requests straight to the underlying block device without trying to coalesce them it seems

CVS commit: [bouyer-xenpvh] src/sys/arch

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:46:04 UTC 2020 Modified Files: src/sys/arch/amd64/conf [bouyer-xenpvh]: GENERIC_XENHVM src/sys/arch/i386/conf [bouyer-xenpvh]: GENERIC_XENHVM Log Message: Thanks do jdolecek@, MAXPHYS is not restricted to

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

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:20:36 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Fix build with DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/xen/xen/xbdback_xenbus.c

CVS commit: [bouyer-xenpvh] src/sys/arch/i386/conf

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:38:11 UTC 2020 Modified Files: src/sys/arch/i386/conf [bouyer-xenpvh]: GENERIC Log Message: build with -g on the branch To generate a diff of this commit: cvs rdiff -u -r1.1227 -r1.1227.2.1

CVS commit: [bouyer-xenpvh] src/sys/arch/i386/conf

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 19:38:54 UTC 2020 Modified Files: src/sys/arch/i386/conf [bouyer-xenpvh]: std.i386 std.xen Log Message: Fix build after merge To generate a diff of this commit: cvs rdiff -u -r1.35.26.1 -r1.35.26.2

CVS commit: src/sys

2020-04-20 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Apr 20 21:39:05 UTC 2020 Modified Files: src/sys/kern: kern_pmf.c vfs_bio.c vfs_mount.c vfs_syscalls.c src/sys/rump/librump/rumpvfs: rump_vfs.c src/sys/sys: buf.h vfs_syscalls.h Log Message: Rename buf_syncwait()

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

2020-04-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 20 21:57:22 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/common/config/aarch64: aarch64-common.c Log Message: when sorting all_extensions_by_on[] be sure to keep the NULL entry last. correct the sizeof() to use

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

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 20:03:21 UTC 2020 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: Pull from bouyer-xenpvh: Bad news: * grant table v2 is not supported for HVM guests on 4.11 at last. * see xen/arch/x86/hvm/hypercall.c in

CVS commit: [bouyer-xenpvh] src/sys/arch

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 20:19:07 UTC 2020 Modified Files: src/sys/arch/x86/x86 [bouyer-xenpvh]: intr.c src/sys/arch/xen/x86 [bouyer-xenpvh]: xen_intr.c Log Message: channel %d -> chan %d, for the benefit of 'systat vm' To generate a

CVS commit: src

2020-04-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 21 02:56:37 UTC 2020 Modified Files: src/sys/arch/x86/conf: files.x86 src/sys/arch/x86/include: apicvar.h cpu.h src/sys/arch/x86/x86: cpu.c hyperv.c tsc.c src/sys/arch/xen/conf: files.xen

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-04-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 21 05:23:42 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile Log Message: pull in atomicity.h (atomicity.cc) on sparc. 3 of the objects use these interfaces and this avoids link errors fixes PR#54660.

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

2020-04-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 21 05:18:14 UTC 2020 Modified Files: src/sys/arch/x86/x86: i8259.c Log Message: Whitespace fix. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/x86/i8259.c Please

CVS commit: src/share/man/man4/man4.x86

2020-04-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 20 11:09:48 UTC 2020 Modified Files: src/share/man/man4/man4.x86: amdsmn.4 amdzentemp.4 Log Message: Note that these drivers are present on some newer AMD Family 15h processors. To generate a diff of this commit: cvs

CVS commit: [bouyer-xenpvh] src/sys

2020-04-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 20 11:29:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64 [bouyer-xenpvh]: aarch64_machdep.c cpufunc.c cpuswitch.S db_machdep.c db_trace.c genassym.cf locore.S pmap.c pmapboot.c trap.c

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

2020-04-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 20 11:03:02 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: Update to support Family 15h Model 60 temperature sensors. Changes based on FreeBSD amdtemp driver changes by Conrad Meyer.

CVS commit: src/tests/lib/libi386

2020-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 20 12:08:08 UTC 2020 Modified Files: src/tests/lib/libi386: Makefile Log Message: Provide SHLIBINSTALLDIR explicitly as it defauls to /lib otherwise and makes ld complain about the 64bit libc. To generate a diff of this

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

2020-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 20 13:02:57 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Don't mix sign and unsigned operands. Just use size_t for the loop. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external

2020-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 20 13:04:10 UTC 2020 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile src/external/ibm-public/postfix: Makefile.inc src/external/mit/xorg/bin/xkbcomp: Makefile Log Message: Don't let clang warn

CVS commit: src/lib/libossaudio

2020-04-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Apr 20 12:01:44 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio: removed outdated comment To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libossaudio/ossaudio.c Please note

CVS commit: src/sys/miscfs/procfs

2020-04-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 20 13:30:34 UTC 2020 Modified Files: src/sys/miscfs/procfs: procfs_linux.c Log Message: Add missing include of to fix the build To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82

CVS commit: src/external/bsd/tre/dist/lib

2020-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 20 13:56:07 UTC 2020 Modified Files: src/external/bsd/tre/dist/lib: tre-match-approx.c Log Message: Fix indentation To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2020-04-20 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 20 14:11:05 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: do not retry when xen_shm_map() fails after having returned error for it, it corrupts the ring; just go to next request should