CVS commit: src/common/dist/zlib

2017-11-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Nov 12 07:55:05 UTC 2017 Modified Files: src/common/dist/zlib: inflate.c Log Message: Restore a local change (in rev1.4) that was lost on zlib 1.12.10 merge. The rev 1.4 changelog: > Disable a sanity check output buffer !=

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

2017-11-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 12 05:11:36 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove obsoleted comment. This comment should have been removed in rev. 1.97. To generate a diff of this commit: cvs rdiff -u -r1.110

CVS commit: src/doc

2017-11-11 Thread Christos Zoulas
change made to the NetBSD source tree. @@ -79,3 +79,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0: kernhist(9): Reworked the export-via-sysctl code to use uintptr_t arguments, PR kern/52639. Requires contemporaneous update of vmstat(1). [pgoyette 20171028] + acpi(4): Updated ACPICA to 20171110. [christos 2017]

CVS commit: src/external/bsd/acpica/bin/iasl

2017-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 12 03:02:15 UTC 2017 Modified Files: src/external/bsd/acpica/bin/iasl: Makefile Log Message: new files for acpica-20171110 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/acpi/acpica

2017-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 12 02:59:55 UTC 2017 Modified Files: src/sys/dev/acpi/acpica: OsdSchedule.c Log Message: Provide a primitive incrementing counter if we are call since the new Acpi dispatcher requires us to have one when we are cold

CVS import: src/sys/external/bsd/acpica/dist

2017-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 12 01:38:38 UTC 2017 Update of /cvsroot/src/sys/external/bsd/acpica/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4586 Log Message: 10 November 2017. Summary of changes for version

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

2017-11-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 12 00:36:48 UTC 2017 Modified Files: src/external/gpl3/gcc/dist: LAST_UPDATED MD5SUMS NEWS config.sub configure configure.ac src/external/gpl3/gcc/dist/INSTALL: binaries.html build.html

CVS commit: src/games/factor

2017-11-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 11 23:48:44 UTC 2017 Modified Files: src/games/factor: factor.6 factor.c Log Message: Add -h option to factor(6): duplicate factors are printed in "human-readable" form of x^n. To generate a diff of this commit: cvs rdiff

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 21:05:58 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Add KASSERT to confirm no change in xen intr MP-safety annotations. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 21:03:01 UTC 2017 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c xbd_xenbus.c xbdback_xenbus.c xencons.c xennetback_xenbus.c Log Message: Restore MP-safety annotations in intr_establish_xname.

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

2017-11-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Nov 11 20:23:49 UTC 2017 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: bump PAGER_MAP_DEFAULT_SIZE to 512MB. this should allow more concurrent IOs to be possible, and i'm unable to see pager_map contention

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 19:25:29 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: KNF NFC To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x86/x86/intr.c Please note that diffs are not

CVS commit: src/lib/libc/cdb

2017-11-11 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Nov 11 18:05:31 UTC 2017 Modified Files: src/lib/libc/cdb: cdbw.c Log Message: Use a more efficient data structure for graph peeling. New code is about 50% faster on amd64 and it consumes less memory. To generate a diff of

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 17:37:03 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Free ih when done. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/x86/x86/intr.c Please note that diffs

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 17:26:51 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Pass xname through Xen intr_establish_xname to event_set_handler. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 17:02:53 UTC 2017 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: Back out previous KASSERTMSG for now. The immediate problem appears to have been elsewhere, in the wrong interrupt level passed by the

CVS commit: src/sys/dev/ic

2017-11-11 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Nov 11 16:49:13 UTC 2017 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: change several of error logs in ahci_intr_port() to use AHCIDEBUG_PRINT() so they don't show unless debugging; e.g. the AHCI_P_IX_TFES

CVS commit: src/external/bsd/atf/dist/tools

2017-11-11 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Nov 11 14:16:06 UTC 2017 Modified Files: src/external/bsd/atf/dist/tools: fs.cpp Log Message: don't use auto_ptr with memory allocated by C code silences alloc-dealloc-mismatch warnings from asan from joerg To generate a

CVS commit: src/sys/arch/amd64/stand/prekern

2017-11-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Nov 11 13:50:57 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: mm.c Log Message: Detect collisions from bootspace directly. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch

2017-11-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Nov 11 12:51:06 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/amd64/stand/prekern: mm.c prekern.h src/sys/arch/i386/i386: machdep.c src/sys/arch/x86/include: pmap.h

CVS commit: src/sys/arch

2017-11-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Nov 11 11:00:47 UTC 2017 Modified Files: src/sys/arch/x86/x86: cpu.c fpu.c identcpu.c src/sys/arch/xen/x86: cpu.c Log Message: Recommit http://mail-index.netbsd.org/source-changes/2017/11/08/msg089525.html but use

CVS commit: src/sys/arch

2017-11-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Nov 11 09:10:19 UTC 2017 Modified Files: src/sys/arch/x86/x86: cpu.c fpu.c identcpu.c src/sys/arch/xen/x86: cpu.c Log Message: Revert http://mail-index.netbsd.org/source-changes/2017/11/08/msg089525.html, it breaks

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 08:23:50 UTC 2017 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: Add kasserts to help diagnose xen interrupt level bug. https://mail-index.netbsd.org/tech-kern/2017/11/09/msg022571.html To generate a

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

2017-11-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 08:22:08 UTC 2017 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: #if DIAGNOSTIC panic ---> KASSERTMSG To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/arch/xen/xen/evtchn.c