CVS commit: src/sys/rump
Module Name:src Committed By: pooka Date: Mon Aug 12 10:25:05 UTC 2013 Modified Files: src/sys/rump: listsrcdirs Log Message: building ARM rump kernels now requires sys/arch/arm/arm32 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/listsrcdirs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump
Module Name:src Committed By: pooka Date: Mon Aug 12 10:30:35 UTC 2013 Removed Files: src/sys/rump: VERSION Log Message: This file has been obsoleted by "./buildrump.sh checkout{cvs,git}" To generate a diff of this commit: cvs rdiff -u -r1.9 -r0 src/sys/rump/VERSION Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/getty
Module Name:src Committed By: joerg Date: Mon Aug 12 13:54:33 UTC 2013 Modified Files: src/libexec/getty: main.c Log Message: Use __dead. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/libexec/getty/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin
Module Name:src Committed By: joerg Date: Mon Aug 12 14:03:18 UTC 2013 Modified Files: src/usr.bin/audiocfg: main.c src/usr.bin/checknr: checknr.c src/usr.bin/rpcgen: rpc_main.c rpc_util.h Log Message: Add more __dead. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/audiocfg/main.c cvs rdiff -u -r1.23 -r1.24 src/usr.bin/checknr/checknr.c cvs rdiff -u -r1.36 -r1.37 src/usr.bin/rpcgen/rpc_main.c cvs rdiff -u -r1.6 -r1.7 src/usr.bin/rpcgen/rpc_util.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/arm/arm
Module Name:src Committed By: riz Date: Mon Aug 12 15:08:13 UTC 2013 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum.S Log Message: Fix up some missed unified syntax. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/cpu_in_cksum.S 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: yamt Date: Mon Aug 12 15:40:34 UTC 2013 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: fix validness check of sensor value this change is intended to mirror what ipmitool does. (their macros for these bits are IS_READING_UNAVAILABLE and IS_SCANNING_DISABLED.) see also: second-gen-interface-spec-v2-rev1-4 Table 35-15, Get Sensor Reading Command might fix PR/46833 from Francois Tigeot reviewed by Masanobu SAITOH and Tom Ivar Helbekkmo tested by Tom Ivar Helbekkmo To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/x86/ipmi.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/acorn26/acorn26
Module Name:src Committed By: matt Date: Mon Aug 12 16:02:50 UTC 2013 Modified Files: src/sys/arch/acorn26/acorn26: bus_asm.S locore.S Log Message: Convert to unified syntax To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/acorn26/acorn26/bus_asm.S cvs rdiff -u -r1.22 -r1.23 src/sys/arch/acorn26/acorn26/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/iomd
Module Name:src Committed By: matt Date: Mon Aug 12 16:07:03 UTC 2013 Modified Files: src/sys/arch/arm/iomd: iomd_fiq.S Log Message: Convert to unified syntax To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/iomd/iomd_fiq.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: matt Date: Mon Aug 12 16:17:07 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Fix MACHINE_CPU for armeb To generate a diff of this commit: cvs rdiff -u -r1.743 -r1.744 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
Module Name:src Committed By: joerg Date: Mon Aug 12 16:31:28 UTC 2013 Modified Files: src/distrib/arc/ramdisk: Makefile src/distrib/ews4800mips/floppies/ramdisk: Makefile src/distrib/sparc/miniroot: Makefile.inc src/distrib/sun2/miniroot: Makefile Log Message: Explicitly build space constrained ramdisk images without unwind tables. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/distrib/arc/ramdisk/Makefile cvs rdiff -u -r1.10 -r1.11 src/distrib/ews4800mips/floppies/ramdisk/Makefile cvs rdiff -u -r1.19 -r1.20 src/distrib/sparc/miniroot/Makefile.inc cvs rdiff -u -r1.33 -r1.34 src/distrib/sun2/miniroot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x68k/stand/boot
Module Name:src Committed By: joerg Date: Mon Aug 12 16:32:40 UTC 2013 Modified Files: src/sys/arch/x68k/stand/boot: boot.ldscript Log Message: Discard ELF unwind sections for the boot loader. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/stand/boot/boot.ldscript 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: joerg Date: Mon Aug 12 16:34:05 UTC 2013 Modified Files: src/sys/arch/atari/stand: Makefile.booters src/sys/arch/ews4800mips/stand: Makefile.bootxx src/sys/arch/mvme68k/stand: Makefile.booters src/sys/arch/pmax/stand: Makefile.booters src/sys/arch/sparc/stand: Makefile.buildboot src/sys/arch/sun68k/stand: Makefile.inc src/sys/arch/sun68k/stand/libsa: Makefile src/sys/arch/x68k/stand: Makefile.inc src/sys/arch/x68k/stand/boot_ufs: Makefile src/sys/arch/x68k/stand/loadbsd: Makefile src/sys/arch/x68k/stand/xxboot: Makefile.xxboot Log Message: Build boot loaders without unwind tables. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/atari/stand/Makefile.booters cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ews4800mips/stand/Makefile.bootxx cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mvme68k/stand/Makefile.booters cvs rdiff -u -r1.57 -r1.58 src/sys/arch/pmax/stand/Makefile.booters cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc/stand/Makefile.buildboot cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sun68k/stand/Makefile.inc cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sun68k/stand/libsa/Makefile cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/Makefile.inc cvs rdiff -u -r1.28 -r1.29 src/sys/arch/x68k/stand/boot_ufs/Makefile cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x68k/stand/loadbsd/Makefile cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/xxboot/Makefile.xxboot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: joerg Date: Mon Aug 12 16:38:47 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Don't copy .eh_frame section when trying to create a.out binaries. To generate a diff of this commit: cvs rdiff -u -r1.744 -r1.745 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: joerg Date: Mon Aug 12 16:39:28 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Only ia64 defaults to USE_COMPILERCRTSTUFF=no now, so simplify conditional. To generate a diff of this commit: cvs rdiff -u -r1.745 -r1.746 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: joerg Date: Mon Aug 12 16:51:14 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Do as the last commit message said and not as the change did, only use GCC's crt code on ia64. To generate a diff of this commit: cvs rdiff -u -r1.746 -r1.747 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: joerg Date: Mon Aug 12 17:15:46 UTC 2013 Modified Files: src/lib/libpthread: Makefile src/libexec/ld.elf_so: Makefile Log Message: Some architectures can't create unwind tables without the frame pointer, so don't use -fomit-frame-pointer on those. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/lib/libpthread/Makefile cvs rdiff -u -r1.121 -r1.122 src/libexec/ld.elf_so/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/shark
Module Name:src Committed By: matt Date: Mon Aug 12 17:32:03 UTC 2013 Modified Files: src/sys/arch/shark/isa: isa_irq.S src/sys/arch/shark/shark: shark_fiq.S Log Message: Update to unified syntax To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/shark/isa/isa_irq.S cvs rdiff -u -r1.2 -r1.3 src/sys/arch/shark/shark/shark_fiq.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/integrator
Module Name:src Committed By: matt Date: Mon Aug 12 17:41:51 UTC 2013 Modified Files: src/sys/arch/evbarm/integrator: intmmu.S Log Message: Convert to unified syntax To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/integrator/intmmu.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/nfs
Module Name:src Committed By: hannken Date: Mon Aug 12 17:46:38 UTC 2013 Modified Files: src/sys/nfs: nfs_bio.c Log Message: Function nfs_vinvalbuf() ignores errors from vinvalbuf() and therefore delayed write errors may get lost. Change nfs_vinvalbuf() to keep errors from vinvalbuf() for fsync() or close(). Presented on tech-kern@ Fix for PR kern/47980 (NFS over-quota not detected if utimes() called before fsync()/close()) To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/nfs/nfs_bio.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/include
Module Name:src Committed By: drochner Date: Mon Aug 12 18:16:19 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add feature flag definitions for the last round of Intel instruction set extensions (AVX512 et al.) To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/include/specialreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rpcgen
Module Name:src Committed By: christos Date: Mon Aug 12 20:36:30 UTC 2013 Modified Files: src/usr.bin/rpcgen: rpc_cout.c Log Message: CID 1062241: simplify free for coverity To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/rpcgen/rpc_cout.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/gcc/config/alpha
Module Name:src Committed By: joerg Date: Mon Aug 12 21:04:17 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/alpha: elf.h Log Message: Disable STABS and MIPS SDB extensions. This enables the use of CFI instructions for the DWARF2 emission. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config/alpha/elf.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
Module Name:src Committed By: matt Date: Mon Aug 12 21:15:56 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: TWINTAIL src/sys/arch/iyonix/conf: GENERIC Log Message: bump SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/evbarm/conf/TWINTAIL cvs rdiff -u -r1.80 -r1.81 src/sys/arch/iyonix/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/lubbock
Module Name:src Committed By: matt Date: Mon Aug 12 21:17:03 UTC 2013 Modified Files: src/sys/arch/evbarm/lubbock: sm_obio_space_asm.S Log Message: use RET/RETc use unified syntax To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/lubbock/sm_obio_space_asm.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Mon Aug 12 21:18:00 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: IGEPV2 Log Message: Add omapiic To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/IGEPV2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Mon Aug 12 21:19:10 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: files.evbarm Log Message: Always include disksubr_xxx To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/files.evbarm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/broadcom
Module Name:src Committed By: matt Date: Mon Aug 12 21:20:02 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcmgen_space.c Log Message: add mmap To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/broadcom/bcmgen_space.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: joerg Date: Mon Aug 12 21:22:18 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc: target-def.h src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h src/gnu/dist/gcc4/gcc: target-def.h src/gnu/dist/gcc4/gcc/config: netbsd-elf.h Log Message: Enable unwind tables by default. Assert the default in target-def.h to make sure that it sticks. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/target-def.h cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/target-def.h cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gcc4/gcc/config/netbsd-elf.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/zaurus/stand/zboot
Module Name:src Committed By: matt Date: Mon Aug 12 22:50:51 UTC 2013 Modified Files: src/sys/arch/zaurus/stand/zboot: Makefile Log Message: Add -fno-unwind-tables To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/stand/zboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: matt Date: Mon Aug 12 23:22:12 UTC 2013 Modified Files: src/sys/lib/libkern/arch/arm: Makefile.inc Added Files: src/sys/arch/arm/include: ehabi.h src/sys/lib/libkern/arch/arm: unwind_stub.c Log Message: Add EHABI unwind stubs to libkern so prevent errors in linking if unwind tables are present. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/ehabi.h cvs rdiff -u -r1.18 -r1.19 src/sys/lib/libkern/arch/arm/Makefile.inc cvs rdiff -u -r0 -r1.1 src/sys/lib/libkern/arch/arm/unwind_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/lib/libkern/arch/arm
Module Name:src Committed By: matt Date: Mon Aug 12 23:42:14 UTC 2013 Modified Files: src/sys/lib/libkern/arch/arm: unwind_stub.c Log Message: Fix typos (prX not cpX) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libkern/arch/arm/unwind_stub.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/evbarm/conf
Module Name:src Committed By: matt Date: Mon Aug 12 23:41:54 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: bump symtab space To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/conf/RPI Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm
Module Name:src Committed By: matt Date: Tue Aug 13 00:04:08 UTC 2013 Modified Files: src/sys/arch/arm/arm: disksubr_mbr.c Log Message: Ignore PMBR partition if it's partition 0. Make sure all unused parts of the partition table are zeroed. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/arm/disksubr_mbr.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/arm/include
Module Name:src Committed By: matt Date: Tue Aug 13 00:18:15 UTC 2013 Modified Files: src/sys/arch/arm/include: asm.h Log Message: Add _THUMB_ENTRY and _ARM_ENTRY which do the appropriate things including switching instruction sets. Use __thumb__ to decide which _ENTRY gets defined as To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.