CVS commit: src/sys/kern

2012-12-30 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Dec 30 09:19:24 UTC 2012 Modified Files: src/sys/kern: vfs_bio.c Log Message: Always call brelse() on error for breadn() too. To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/sys/kern/vfs_bio.c Please

CVS commit: src/sys/dev/pci

2012-12-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Dec 30 09:45:05 UTC 2012 Modified Files: src/sys/dev/pci: radeonfb.c radeonfbreg.h Log Message: Add support for R3xx. Whi To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/radeonfb.c cvs rdiff

CVS commit: src/lib/librefuse

2012-12-30 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Dec 30 10:04:22 UTC 2012 Modified Files: src/lib/librefuse: refuse.c Log Message: FUSE seems to allow short writes without errors but PUFFS doesn't. Work around this by returning ENOSPC in case of a short write to avoid

CVS commit: src/lib/libmenu

2012-12-30 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Dec 30 12:27:09 UTC 2012 Modified Files: src/lib/libmenu: internals.c menu.c Log Message: Fix bug where menu mark was not displayed on menus with O_ONEVALUE set Set a default menu mark To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2012-12-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 30 14:56:53 UTC 2012 Modified Files: src/sys/dev/usb: TODO Log Message: Remove a couple of items. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/usb/TODO Please note that diffs are not public

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

2012-12-30 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 30 16:13:57 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: driver-i386.c Log Message: If -march=native is specified, only enable AVX if the processor supports it and the OS has enabled XGETBV for

CVS commit: src/lib/libutil

2012-12-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 30 17:36:00 UTC 2012 Modified Files: src/lib/libutil: efun.c Log Message: If malloc, calloc, or realloc returns NULL when a size of 0 was requested, which is allowed by pertinent standards, honor it instead of bombing.

CVS commit: src/lib/libutil

2012-12-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 30 17:37:13 UTC 2012 Modified Files: src/lib/libutil: efun.c Log Message: Fix failure message for ecalloc. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libutil/efun.c Please note that diffs are

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

2012-12-30 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 30 20:16:59 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: i386.c Log Message: No need to check both TARGET_64BIT and ix86_preferred_stack_boundary = 64, if the former is true the latter is also true.

CVS commit: src/sys/kern

2012-12-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 30 20:52:20 UTC 2012 Modified Files: src/sys/kern: subr_kobj.c Log Message: size_t needs to printed with %zu To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/kern/subr_kobj.c Please note that diffs

CVS commit: src/lib/libc/stdlib

2012-12-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 30 21:23:20 UTC 2012 Modified Files: src/lib/libc/stdlib: malloc.c Log Message: typo in comment, from Abhinav Upadhyay in PR 47385 To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sbin/ifconfig

2012-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 30 22:50:43 UTC 2012 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: PR/46579: Takahiro HAYASHI: ifconfig clone destroy should not print useless diagnostic and exit with an error code. Get the interface

CVS commit: src/sbin/ifconfig

2012-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 30 22:52:35 UTC 2012 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: fix function name in error messages. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/ifconfig/af_inetany.c

CVS commit: src/sys/rump/librump/rumpkern

2012-12-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 30 23:52:12 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Take into account armv6 hacks from common/lib/libc/arch/arm/atomic to allow this to build with -march=armv6k To generate

CVS commit: src/sys/rump

2012-12-30 Thread Antti Kantee
date is bumped. # -BUILDRUMP=20121227:0 +BUILDRUMP=20121230:0

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

2012-12-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 31 00:01:48 UTC 2012 Modified Files: src/sys/arch/arm/vfp: vfp_init.c Log Message: print the PC of the VFP kernel fault in the panic message. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2012-12-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 31 01:19:37 UTC 2012 Modified Files: src/sys/arch/arm/vfp: pmap_vfp.S Log Message: Switch to using vfp_kernel_{acquire,release} so that softints don't cause the VFP to become disabled. To generate a diff of this commit:

CVS commit: src/sys/kern

2012-12-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 31 01:20:05 UTC 2012 Modified Files: src/sys/kern: subr_pcu.c Log Message: Remove a debugging printf To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/kern/subr_pcu.c Please note that diffs are not

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

2012-12-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 31 01:23:31 UTC 2012 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Correct one of the kernel_size calculations. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2012-12-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 31 03:23:53 UTC 2012 Modified Files: src/sys/arch/arm/vfp: vfp_init.c Log Message: Always re-enable the VFP when loading for a kernel LWP. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2012-12-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 31 07:58:44 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/string: strlen_armv6.S Log Message: Make this work on all ARMs but keep the armv6 optimizations. It as fast as the existing strlen for small string and once