CVS commit: src/sys/arch/xen/xen
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
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 diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/xen/xen/evtchn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
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 Xen: http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/amd64/201711082340Z_anita.txt To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/arch/x86/x86/cpu.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x86/x86/fpu.c cvs rdiff -u -r1.65 -r1.66 src/sys/arch/x86/x86/identcpu.c cvs rdiff -u -r1.114 -r1.115 src/sys/arch/xen/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
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 __INITIAL_MXCSR_MASK__ on Xen until someone figures out what's wrong with the Xen fpu. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/arch/x86/x86/cpu.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x86/fpu.c cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/x86/identcpu.c cvs rdiff -u -r1.115 -r1.116 src/sys/arch/xen/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
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 src/sys/arch/x86/x86: db_memrw.c pmap.c Log Message: Modify the layout of the bootspace structure, in such a way that it can contain several kernel segments of the same type (eg several .text segments). Some parts are still a bit messy but will be cleaned up soon. I cannot compile-test this change on i386, but it seems fine enough. NOTE: you need to rebuild and reinstall a new prekern after this change. To generate a diff of this commit: cvs rdiff -u -r1.275 -r1.276 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amd64/stand/prekern/mm.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amd64/stand/prekern/prekern.h cvs rdiff -u -r1.798 -r1.799 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.70 -r1.71 src/sys/arch/x86/include/pmap.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/x86/db_memrw.c cvs rdiff -u -r1.263 -r1.264 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/stand/prekern
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 src/sys/arch/amd64/stand/prekern/mm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/atf/dist/tools
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 diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/tools/fs.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
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 seems to be triggered normally by ATAPI with 'Media Change' error adresses 'dmesg spam: ahcisata0 port 1: active 2 is 0x4001 tfd 0x2051' thread by Stefan Hertenberger on current-users@ To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/ic/ahcisata_core.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
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 Xen-specific intr_establish to event_set_handler. We should maybe restore these assertions later, but at least one was violated before cherry's interrupt rototill anyway. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/xen/xen/evtchn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
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 src/sys/arch/x86/x86/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
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 are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/cdb
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 this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/cdb/cdbw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/include
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 any more. other larger platforms should probably do this too. ok chs@. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/amd64/include/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
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. In the old API, event_set_handler would assume MP-unsafe for IPL_VM and MP-safe for all other levels (IPL_SCHED, IPL_HIGH). The recent Xen interrupt rototill started passing known_mpsafe=true for _all_ interrupt handlers. Change it to known_mpsafe=false for the IPL_VM (= IPL_CLOCK, IPL_NET) ones. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/xen/xen/if_xennet_xenbus.c cvs rdiff -u -r1.77 -r1.78 src/sys/arch/xen/xen/xbd_xenbus.c cvs rdiff -u -r1.64 -r1.65 src/sys/arch/xen/xen/xbdback_xenbus.c cvs rdiff -u -r1.42 -r1.43 src/sys/arch/xen/xen/xencons.c cvs rdiff -u -r1.60 -r1.61 src/sys/arch/xen/xen/xennetback_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
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 src/sys/arch/x86/x86/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/factor
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 -u -r1.13 -r1.14 src/games/factor/factor.6 cvs rdiff -u -r1.27 -r1.28 src/games/factor/factor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist
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 configure.html download.html finalinstall.html gfdl.html index.html old.html prerequisites.html specific.html test.html src/external/gpl3/gcc/dist/gcc: ChangeLog Makefile.in auto-profile.c builtins.c common.opt config.gcc diagnostic.c dwarf2out.c expr.c gcc.c gengtype-lex.c graphite-isl-ast-to-gimple.c system.h tree-cfg.c src/external/gpl3/gcc/dist/gcc/c-family: c-opts.c src/external/gpl3/gcc/dist/gcc/config/arm: arm.c arm.h arm.md freebsd.h src/external/gpl3/gcc/dist/gcc/config/i386: cpuid.h driver-i386.c i386.c i386.h pmm_malloc.h src/external/gpl3/gcc/dist/gcc/config/pa: pa.h src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c src/external/gpl3/gcc/dist/gcc/config/sh: sh.c src/external/gpl3/gcc/dist/gcc/config/sparc: sparc.md src/external/gpl3/gcc/dist/gcc/doc: aot-compile.1 cppinternals.info fsf-funding.7 gc-analyze.1 gccinstall.info gccint.info gcj-dbtool.1 gcj.1 gcj.info gcov.texi gfdl.7 gfortran.1 gij.1 gpl.7 grmic.1 invoke.texi jcf-dump.1 jv-convert.1 rebuild-gcj-db.1 src/external/gpl3/gcc/dist/libgcc: config.host src/external/gpl3/gcc/dist/libgcc/config/xtensa: unwind-dw2-xtensa.c src/external/gpl3/gcc/dist/libgomp: libgomp.info src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_common_interceptors.inc sanitizer_linux.cc sanitizer_linux.h sanitizer_platform_limits_posix.cc sanitizer_platform_limits_posix.h src/external/gpl3/gcc/dist/libsanitizer/tsan: tsan_platform_linux.cc src/external/gpl3/gcc/dist/libstdc++-v3: acinclude.m4 configure src/external/gpl3/gcc/dist/libstdc++-v3/include/std: complex Removed Files: src/external/gpl3/gcc/dist/gcc/config/i386: pcommitintrin.h stringop.opt Log Message: merge GCC 5.5.0. this does not include updated man/info pages (yet). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/dist/LAST_UPDATED \ src/external/gpl3/gcc/dist/MD5SUMS cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/NEWS cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/dist/config.sub \ src/external/gpl3/gcc/dist/configure cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/dist/configure.ac cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/INSTALL/binaries.html \ src/external/gpl3/gcc/dist/INSTALL/download.html \ src/external/gpl3/gcc/dist/INSTALL/finalinstall.html \ src/external/gpl3/gcc/dist/INSTALL/gfdl.html \ src/external/gpl3/gcc/dist/INSTALL/index.html \ src/external/gpl3/gcc/dist/INSTALL/old.html \ src/external/gpl3/gcc/dist/INSTALL/test.html cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/INSTALL/build.html \ src/external/gpl3/gcc/dist/INSTALL/configure.html \ src/external/gpl3/gcc/dist/INSTALL/prerequisites.html \ src/external/gpl3/gcc/dist/INSTALL/specific.html cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/dist/gcc/ChangeLog \ src/external/gpl3/gcc/dist/gcc/gcc.c cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/dist/gcc/Makefile.in cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/auto-profile.c \ src/external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.c cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/dist/gcc/builtins.c \ src/external/gpl3/gcc/dist/gcc/expr.c cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/gcc/common.opt \ src/external/gpl3/gcc/dist/gcc/system.h cvs rdiff -u -r1.36 -r1.37 src/external/gpl3/gcc/dist/gcc/config.gcc cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/diagnostic.c cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/dist/gcc/dwarf2out.c \ src/external/gpl3/gcc/dist/gcc/tree-cfg.c cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/gcc/gengtype-lex.c cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/c-family/c-opts.c cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/config/arm/arm.c \ src/external/gpl3/gcc/dist/gcc/config/arm/freebsd.h cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/dist/gcc/config/arm/arm.h cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gcc/dist/gcc/config/arm/arm.md cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/config/i386/cpuid.h \ src/external/gpl3/gcc/dist/gcc/config/i386/pmm_malloc.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc/dist/gcc/config/i386/driver-i386.c cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/dist/gcc/config/i386/i386.c cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/gcc/config/i386/i386.h cvs rdiff -u -r1.1.1.1 -r0 \ src/external/gpl3/gcc/dist/gcc/config/i386/pcommitintrin.h \
CVS import: src/sys/external/bsd/acpica/dist
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 20171110: 1) ACPICA kernel-resident subsystem: This release implements full support for ACPI 6.2A: NFIT - Added a new subtable, "Platform Capabilities Structure" No other changes to ACPICA were required, since ACPI 6.2A is primarily an errata release of the specification. Other ACPI table changes: IORT: Added the SMMUv3 Device ID mapping index. Hanjun Guo PPTT: Added cache attribute flag definitions to actbl1.h. Jeremy Linton Utilities: Modified the string/integer conversion functions to use internal 64-bit divide support instead of a native divide. On 32-bit platforms, a 64-bit divide typically requires a library function which may not be present in the build (kernel or otherwise). Implemented a targeted error message for timeouts returned from the Embedded Controller device driver. This is seen frequently enough to special-case an AE_TIME returned from an EC operation region access: "Timeout from EC hardware or EC device driver" Changed the "ACPI Exception" message prefix to "ACPI Error" so that all runtime error messages have the identical prefix. 2) iASL Compiler/Disassembler and Tools: AcpiXtract: Fixed a problem with table header detection within the acpidump file. Processing a table could be ended early if a 0x40 (@) appears in the original binary table, resulting in the @ symbol appearing in the decoded ASCII field at the end of the acpidump text line. The symbol caused acpixtract to incorrectly think it had reached the end of the current table and the beginning of a new table. AcpiXtract: Added an option (-f) to ignore some errors during table extraction. This initial implementation ignores non-ASCII and non- printable characters found in the acpidump text file. TestSuite(ASLTS)/AcpiExec: Fixed and restored the memory usage statistics for ASLTS. This feature is used to track memory allocations from different memory caches within the ACPICA code. At the end of an ASLTS run, these memory statistics are recorded and stored in a log file. Debugger (user-space version): Implemented a simple "Background" command. Creates a new thread to execute a control method in the background, while control returns to the debugger prompt to allow additional commands. Syntax: Background [Arguments] 29 September 2017. Summary of changes for version 20170929: 1) ACPICA kernel-resident subsystem: Redesigned and implemented an improved ASL While() loop timeout mechanism. This mechanism is used to prevent infinite loops in the kernel AML interpreter caused by either non-responsive hardware or incorrect AML code. The new implementation uses AcpiOsGetTimer instead of a simple maximum loop count, and is thus more accurate and constant across different machines. The default timeout is currently 30 seconds, but this may be adjusted later. Renamed the ACPI_AML_INFINITE_LOOP exception to AE_AML_LOOP_TIMEOUT to better reflect the new implementation of the loop timeout mechanism. Updated the AcpiGetTimerDuration interface to cleanup the 64-bit support and to fix an off-by-one error. Jung-uk Kim. Fixed an EFI build problem by updating the makefiles to for a new file that was added, utstrsuppt.c 2) iASL Compiler/Disassembler and Tools: Implemented full support for the PDTT, SDEV, and TPM2 ACPI tables. This includes support in the table disassembler, compiler, and template generator. iASL: Added an exception for an illegal type of recursive method invocation. If a method creates named objects, the first recursive call will fail at runtime. This change adds an error detection at compile time to catch the problem up front. Note: Marking such a method as "serialized" will not help with this problem, because the same thread can acquire the method mutex more than once. Example compiler and runtime output: Method (MTH1) { Name (INT1, 1) MTH1 () } dsdt.asl 22: MTH1 () Error6152 - ^ Illegal recursive call to method that creates named objects (MTH1) Previous runtime exception: ACPI Error: [INT1] Namespace lookup failure, AE_ALREADY_EXISTS (20170831/dswload2-465) iASL: Updated support for External() opcodes to improve namespace management and error detection. These changes are related to issues seen with multiple-segment namespace pathnames within External declarations, such as below: External(\_SB.PCI0.GFX0, DeviceObj) External(\_SB.PCI0.GFX0.ALSI) iASL: Implemented support for multi-line error/warning messages. This enables more detailed and helpful error messages as below, from the initial deployment for the duplicate names error: D
CVS commit: src/sys/dev/acpi/acpica
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 (shudder). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/acpi/acpica/OsdSchedule.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/acpica/bin/iasl
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 src/external/bsd/acpica/bin/iasl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/acpica/dist
Module Name:src Committed By: christos Date: Sun Nov 12 03:02:36 UTC 2017 Modified Files: src/sys/external/bsd/acpica/dist/common: dmtbdump.c dmtbinfo.c src/sys/external/bsd/acpica/dist/compiler: aslcompile.c aslcompiler.h aslcompiler.l aslerror.c aslfiles.c aslload.c aslopt.c asloptions.c aslsupport.l aslutils.c dtcompile.c dtfield.c dtparser.y dtsubtable.c dttable.c dtutils.c prparser.y prutils.c src/sys/external/bsd/acpica/dist/debugger: dbexec.c dbinput.c src/sys/external/bsd/acpica/dist/dispatcher: dscontrol.c dsutils.c src/sys/external/bsd/acpica/dist/events: evregion.c src/sys/external/bsd/acpica/dist/include: acapps.h acdebug.h acdisasm.h acexcep.h aclocal.h acmacros.h acnamesp.h acpixf.h actbl1.h actypes.h acutils.h src/sys/external/bsd/acpica/dist/namespace: nsaccess.c src/sys/external/bsd/acpica/dist/tools/acpixtract: acpixtract.c src/sys/external/bsd/acpica/dist/utilities: utdecode.c utmutex.c uttrack.c Log Message: merge conflicts To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/acpica/dist/common/dmtbdump.c cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/acpica/dist/common/dmtbinfo.c cvs rdiff -u -r1.12 -r1.13 \ src/sys/external/bsd/acpica/dist/compiler/aslcompile.c cvs rdiff -u -r1.9 -r1.10 \ src/sys/external/bsd/acpica/dist/compiler/aslcompiler.h \ src/sys/external/bsd/acpica/dist/compiler/aslfiles.c \ src/sys/external/bsd/acpica/dist/compiler/aslsupport.l \ src/sys/external/bsd/acpica/dist/compiler/dtcompile.c \ src/sys/external/bsd/acpica/dist/compiler/dtfield.c \ src/sys/external/bsd/acpica/dist/compiler/dttable.c \ src/sys/external/bsd/acpica/dist/compiler/dtutils.c cvs rdiff -u -r1.10 -r1.11 \ src/sys/external/bsd/acpica/dist/compiler/aslcompiler.l \ src/sys/external/bsd/acpica/dist/compiler/dtparser.y \ src/sys/external/bsd/acpica/dist/compiler/prparser.y cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/acpica/dist/compiler/aslerror.c \ src/sys/external/bsd/acpica/dist/compiler/aslload.c \ src/sys/external/bsd/acpica/dist/compiler/prutils.c cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/acpica/dist/compiler/aslopt.c cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/acpica/dist/compiler/asloptions.c cvs rdiff -u -r1.18 -r1.19 \ src/sys/external/bsd/acpica/dist/compiler/aslutils.c cvs rdiff -u -r1.7 -r1.8 \ src/sys/external/bsd/acpica/dist/compiler/dtsubtable.c cvs rdiff -u -r1.13 -r1.14 src/sys/external/bsd/acpica/dist/debugger/dbexec.c \ src/sys/external/bsd/acpica/dist/debugger/dbinput.c cvs rdiff -u -r1.8 -r1.9 \ src/sys/external/bsd/acpica/dist/dispatcher/dscontrol.c cvs rdiff -u -r1.9 -r1.10 \ src/sys/external/bsd/acpica/dist/dispatcher/dsutils.c cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/acpica/dist/events/evregion.c cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/acpica/dist/include/acapps.h \ src/sys/external/bsd/acpica/dist/include/acnamesp.h \ src/sys/external/bsd/acpica/dist/include/actbl1.h cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/acpica/dist/include/acdebug.h cvs rdiff -u -r1.14 -r1.15 \ src/sys/external/bsd/acpica/dist/include/acdisasm.h \ src/sys/external/bsd/acpica/dist/include/aclocal.h cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/acpica/dist/include/acexcep.h cvs rdiff -u -r1.13 -r1.14 \ src/sys/external/bsd/acpica/dist/include/acmacros.h \ src/sys/external/bsd/acpica/dist/include/actypes.h cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/acpica/dist/include/acpixf.h cvs rdiff -u -r1.15 -r1.16 src/sys/external/bsd/acpica/dist/include/acutils.h cvs rdiff -u -r1.12 -r1.13 \ src/sys/external/bsd/acpica/dist/namespace/nsaccess.c cvs rdiff -u -r1.8 -r1.9 \ src/sys/external/bsd/acpica/dist/tools/acpixtract/acpixtract.c cvs rdiff -u -r1.12 -r1.13 \ src/sys/external/bsd/acpica/dist/utilities/utdecode.c cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/acpica/dist/utilities/utmutex.c cvs rdiff -u -r1.13 -r1.14 \ src/sys/external/bsd/acpica/dist/utilities/uttrack.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Sun Nov 12 03:03:53 UTC 2017 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new acpica To generate a diff of this commit: cvs rdiff -u -r1.1481 -r1.1482 src/doc/3RDPARTY cvs rdiff -u -r1.2329 -r1.2330 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/ixgbe
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 -r1.111 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/dist/zlib
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 != NULL in _STANDALONE case. > Some kernels are loaded at address 0x0 by bootloaders and > output buffer address could be zero in such case. > > Fixes "read text" errors on loading install floppy of NetBSD/news68k 4.0, > reported by KIYOHARA Takashi on port-news68k. This problem may also affect other m68k ports which use a gzipped install kernel and kernel text address located at PA 0x0. Should be pulled up to netbsd-8. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/common/dist/zlib/inflate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.