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

2014-04-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 14 10:54:08 UTC 2014 Modified Files: src/sys/arch/sparc64/include: pmap.h vmparam.h Log Message: Implement and enable TOPDOWN_VM. From Chuck Silvers. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/

CVS commit: src/doc

2014-04-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 14 10:57:46 UTC 2014 Modified Files: src/doc: CHANGES Log Message: The sparc64 port switched to TOPDOWN_VM finally. To generate a diff of this commit: cvs rdiff -u -r1.1913 -r1.1914 src/doc/CHANGES Please note that diff

CVS commit: src/sys/arch/i386/stand/boot

2014-04-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Apr 14 13:04:44 UTC 2014 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Other boot loaders name ELF *.sym, not *.syms. Follow that convention. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/kern

2014-04-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Apr 14 13:14:38 UTC 2014 Modified Files: src/sys/kern: kern_exec.c Log Message: copyinargs: Redo previous; if given fakearg is longer than arg buf (which is very unlikely to happen), there's no point to continue with truncat

CVS commit: src/sys/arch/x68k/stand/boot_ustar

2014-04-14 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Apr 14 14:24:27 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot_ustar: Makefile Log Message: Remove -mc68000 asm option for GCC4.8 (or new binutils?). With this option, new gcc complains that "boot_ustar.S:21: Error: sele

CVS commit: src/sys/dev

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 14:30:24 UTC 2014 Modified Files: src/sys/dev/i2c: spdmem_i2c.c src/sys/dev/ic: spdmem.c Log Message: Remove extraneous sysctl setup calls now done as part of regular attach. To generate a diff of this commit:

CVS commit: src/sys/arch/i386/stand/boot

2014-04-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Apr 14 15:05:19 UTC 2014 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Use ldscript. Identical output confirmed. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/i386/s

CVS commit: src/sys/lib/libunwind

2014-04-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 14 18:15:17 UTC 2014 Modified Files: src/sys/lib/libunwind: DwarfInstructions.hpp Registers.hpp Log Message: Some architectures like SPARC need to apply a fixed offset to the return address. Introduce such a constant. To

CVS commit: src/common/lib/libc/string

2014-04-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 14 18:18:58 UTC 2014 Modified Files: src/common/lib/libc/string: bcopy.c Log Message: Using bcopy/memcpy with NULL arguments is valid as long as the size is also 0. To generate a diff of this commit: cvs rdiff -u -r1.9 -r

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

2014-04-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Apr 14 19:45:40 UTC 2014 Modified Files: src/sys/arch/evbarm/odroid: odroid_machdep.c odroid_start.S Log Message: For Exynos4 platforms, re-implement PoP detection so we can detect 1Gb systems. To generate a diff of this co

CVS commit: src/sys/arch/arm

2014-04-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Apr 14 20:50:47 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c cpufunc_asm_sheeva.S src/sys/arch/arm/conf: files.arm src/sys/arch/arm/include: armreg.h cpuconf.h cpufunc.h Added Files: src/sys/ar

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

2014-04-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Apr 14 20:53:28 UTC 2014 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Add hook to set L2 cache to write-through To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/marve

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2014-04-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 14 21:09:02 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32_sparc.sh Log Message: Use correct library path for -m32 on sparc64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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

2014-04-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Apr 14 21:16:15 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_sscom.c sscom.c sscom_reg.h sscom_var.h Log Message: Implement sscom interrupt masking and acknowledgement routines To generate a diff of

CVS commit: src/sys/rump/include/sys

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 21:31:00 UTC 2014 Modified Files: src/sys/rump/include/sys: bus.h Log Message: Add a vacookie to busdma_segment, for potential help with bus_dmamem_map() To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 21:34:08 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: pci_at_mainbus.c Log Message: be even more explicit about handling only bus 0 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 21:36:22 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: add necessary -I for /dev/pci* creation To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libpci/Makef

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 21:43:00 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: pci_user.h rumpdev_bus_dma.c rumpdev_pci.c Log Message: * make it possible for rumpcomp_pci_intr_establish() to know which device it's establishing the int

CVS commit: src/sys/rump/dev

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 22:56:53 UTC 2014 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/rump/dev/Makefile.rumpdevcomp Please note that diffs

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 23:53:42 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: build hypercalls if RUMP_PCI_USER is defined To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libpci/

CVS commit: src/sys/dev/ic

2014-04-14 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Tue Apr 15 05:27:54 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Checking in cosmetic changes -- no functional change. (Suggestions made by Taylor Campbell) To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/kern

2014-04-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Apr 15 06:14:55 UTC 2014 Modified Files: src/sys/kern: kern_verifiedexec.c Log Message: There's no need for this NULL-check. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/kern/kern_verifiedexec.c Ple