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

2014-07-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 29 07:01:02 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11.S Log Message: Remove very old and incorrect comment. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/dev/microcode/radeon

2014-07-29 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Tue Jul 29 08:36:13 UTC 2014 Added Files: src/sys/dev/microcode/radeon: CYPRESS_uvd.bin Log Message: Add microcode file missing from update. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/tests/fs/vfs

2014-07-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jul 29 09:15:48 UTC 2014 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Mark the udf_renamerace test case (but not udf_renamerace_dirs) as an expected failure again, now with a reference to PR kern/49046. Since

CVS commit: src/sys/fs/udf

2014-07-29 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jul 29 11:10:12 UTC 2014 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Access time should only be set on accessing the data or messing with the contents, not on inode access rights and ownership changes. Should

CVS commit: src/sys/fs/udf

2014-07-29 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jul 29 15:36:43 UTC 2014 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: Fix debug printout of udf_write_metadata_partition_spacetable(), it referred to an old variable. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/fs/udf

2014-07-29 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jul 29 15:48:22 UTC 2014 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Posix requires the va_size of a symlink to be pathlength for symbolic links. This fixes yet another atf case. To generate a diff of this

CVS commit: src/sys/arch/powerpc/powerpc

2014-07-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 29 16:19:45 UTC 2014 Modified Files: src/sys/arch/powerpc/powerpc: pio_subr.S trap_subr.S Log Message: cmpl wants four operands, so use the shorter cmplw instead. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys/external/bsd/drm2/linux

2014-07-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 29 17:36:06 UTC 2014 Modified Files: src/sys/external/bsd/drm2/linux: linux_work.c Log Message: Linux wq locks are taken with spin locks held, so need IPL_VM. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/powerpc/powerpc

2014-07-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 29 19:15:47 UTC 2014 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: Official PPC ISA documentation has no SP register, so use R1 directly. To generate a diff of this commit: cvs rdiff -u -r1.50

CVS commit: src/etc

2014-07-29 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jul 29 20:39:16 UTC 2014 Modified Files: src/etc: rc Log Message: In the background subshell that flushes partial output every few seconds, detach from the controlling terminal. Without this, pressing control-T (to send SIGINFO

CVS commit: src/sys/arch/cobalt

2014-07-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 29 21:21:44 UTC 2014 Modified Files: src/sys/arch/cobalt/cobalt: bus.c mainbus.c src/sys/arch/cobalt/conf: files.cobalt src/sys/arch/cobalt/include: bus_defs.h bus_funcs.h pci_machdep.h

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2014-07-29 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Jul 29 21:55:23 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: r600_exa.c r600_textured_videofuncs.c r6xx_accel.c radeon_exa.c radeon_exa_funcs.c radeon_textured_video.c Log Message:

CVS commit: src/sys/arch/powerpc/booke

2014-07-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 29 23:35:00 UTC 2014 Modified Files: src/sys/arch/powerpc/booke: e500_timer.c Log Message: GC openpic_read. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/booke/e500_timer.c Please note