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

2014-04-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Apr 16 07:29:52 UTC 2014 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: Make to flush the secondary cache when syncing PTEs when the Sheeva L2 cache is used. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-5] src/doc

2014-04-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 16 08:10:57 UTC 2014 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket 1900. To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-5.3 Please note that diffs are not pu

CVS commit: [netbsd-5] src/sys/dev/wscons

2014-04-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 16 08:10:25 UTC 2014 Modified Files: src/sys/dev/wscons [netbsd-5]: mra.c Log Message: Pull up following revision(s) (requested by khorben in ticket #1900): sys/dev/wscons/mra.crev. 1.6 Fixed wrong ca

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

2014-04-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Apr 16 11:18:00 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: lance.c machdep.c sc.c Log Message: Appease gcc 4.8 -Wunused-but-set-variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 s

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

2014-04-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Apr 16 12:01:53 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: sd.c Log Message: Check a status code and return proper errno in sdstrategy(). Suggested by gcc 4.8 -Wunused-but-set-variable warning to use the varia

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

2014-04-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Apr 16 13:43:02 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: devopen.c init_main.c samachdep.h version Log Message: Use booted device unit if no unit number is specified on boot command. Bump version

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

2014-04-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Apr 16 14:33:43 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot_ustar: Makefile Log Message: Put back "-Wa,-march=m68000 -Wa,-mcpu=m68000" for AFLAGS for X68000 models. See my post in source-changes-d@ for details. htt

CVS commit: src

2014-04-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Apr 16 18:55:19 UTC 2014 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vfsops.c src/sys/coda: coda_vfsops.c src/sys/fs/adosfs: advfsops.c src/sys/fs/cd9660: cd9660_vfsops.c sr

CVS commit: src/sys/kern

2014-04-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Apr 16 19:25:28 UTC 2014 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Some fs's - like kernfs - set their vfs_min_mount_data to zero. Add a check to prevent an (un)privileged user from requesting a zero-sized alloca

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

2014-04-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 16 20:39:55 UTC 2014 Modified Files: src/common/lib/libc/string: bcopy.c Log Message: Undef possible macro versions of memcpy and friends for kernel builds too. libkern sometimes defines them to the builtins. To generate

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

2014-04-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 16 21:28:51 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_soc.c exynos_sscom.c sscom.c sscom_var.h Log Message: Teach sscom attachment, also the console, to use the busspace handle of the main regi

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

2014-04-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Apr 16 22:33:07 UTC 2014 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Pendantic structure member initialization. (setting a field to 0 which is 0). To generate a diff of this commit: cvs rdiff -u -r1.40 -r

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

2014-04-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 16 22:34:02 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Reparent children of a dying lwproc. Fixes wpa_supplicant -B (and most likely a bunch of other things). To generate a diff of this

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

2014-04-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Apr 16 22:40:00 UTC 2014 Modified Files: src/sys/arch/arm/cortex: pl310.c Log Message: Allow l2cc base to gotten from device properties. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/cortex/pl3

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

2014-04-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Apr 16 22:40:24 UTC 2014 Modified Files: src/sys/arch/arm/conf: majors.arm32 Log Message: Add ctcom To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/conf/majors.arm32 Please note that diffs are n

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

2014-04-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Apr 16 22:44:43 UTC 2014 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c Log Message: Do softints after restoring interrupts To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/pic/pic_splfuncs.c