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

2014-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 5 08:13:31 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm2835_vcaudio.c Log Message: Improve locking and kcondvar usage. The interrupt lock doesn't need to be a spin mutex as the vchi completions we're

CVS commit: src/sys/kern

2014-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 5 15:45:32 UTC 2014 Modified Files: src/sys/kern: kern_exit.c Log Message: Free pid for linux processes. Reported by Mark Davies, fix by dsl@ XXX: pullup 6 To generate a diff of this commit: cvs rdiff -u -r1.243

CVS commit: src/sys/external/bsd/common/include/linux

2014-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 5 15:59:11 UTC 2014 Modified Files: src/sys/external/bsd/common/include/linux: completion.h Log Message: Use a spinlock for completions. Makes vchiq pass LOCKDEBUG where other spinlocks where held when trying to use the

CVS commit: src/usr.bin/sed

2014-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 5 17:12:11 UTC 2014 Modified Files: src/usr.bin/sed: compile.c Log Message: Handle a closing brace at the end of a command without a preceding semi-colon: /foo/ {p;d} To generate a diff of this commit: cvs rdiff -u

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

2014-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 5 17:45:24 UTC 2014 Modified Files: src/sys/arch/arm/arm32: netbsd32_machdep.c Log Message: Fill in netbsd32_vm_default_addr, and provide - compat_13_netbsd32_sigreturn, and -

CVS commit: src

2014-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 5 18:08:33 UTC 2014 Modified Files: src/lib/libm: Makefile src/tests/lib/libm: Makefile Log Message: Comment out the ieee fp flags for alpha for now - something (tm) is not working right, see PR port-alpha/48782.

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

2014-05-05 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon May 5 19:04:47 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sun4v: the trap base address should be assigned to %l1 so %tba is properly setup later in the code - now the kernel gets as far as

CVS commit: src

2014-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 5 19:06:29 UTC 2014 Modified Files: src/share/mk: bsd.README src/sys/conf: Makefile.kern.inc Log Message: As discussed on tech-toolchain, offer a new make variable MKKDEBUG - if set to yes, kernel builds will

CVS commit: src/etc

2014-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 5 19:10:01 UTC 2014 Modified Files: src/etc: Makefile Log Message: Use the new -U option for config to avoid generating kernel debug info during release builds. This should save quite some space in the evbarm build,

CVS commit: src

2014-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 5 19:12:19 UTC 2014 Modified Files: src: build.sh Log Message: Add a new action kernel.gdb=MYCONF to build a kernel with debuginfo (and generate netbsd.gdb) To generate a diff of this commit: cvs rdiff -u -r1.280

CVS commit: src/usr.bin/config

2014-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 5 19:08:13 UTC 2014 Modified Files: src/usr.bin/config: config.1 defs.h main.c Log Message: Add two new options, -U and -D, that can be used to define makeoptions on the config command line. While there, rename the

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

2014-05-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon May 5 20:24:35 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_usb.c Log Message: Add TDB lines To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos_usb.c Please note that

CVS commit: src/sys/arch

2014-05-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon May 5 20:31:03 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos4_loc.c exynos5_loc.c files.exynos src/sys/arch/evbarm/conf: ODROID ODROID-U Log Message: exywdt - exyowdt To generate a diff of this commit:

CVS commit: src/usr.bin/config

2014-05-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 5 20:52:45 UTC 2014 Modified Files: src/usr.bin/config: config.1 Log Message: Sort SYNOPSIS. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/config/config.1 Please note

CVS commit: src/sys/dev/usb

2014-05-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 5 20:56:15 UTC 2014 Modified Files: src/sys/dev/usb: umcs.c Log Message: Remove unused umcs7840_reg_dcr0. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/umcs.c Please note that diffs are

CVS commit: src/usr.bin/config

2014-05-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 5 21:04:09 UTC 2014 Modified Files: src/usr.bin/config: main.c Log Message: Sort options in usage. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.bin/config/main.c Please note that diffs are not

CVS commit: src/tests/lib/libc/locale

2014-05-05 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue May 6 00:41:26 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_mbsnrtowcs.c Log Message: include string.h for memset To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_mbsnrtowcs.c

CVS commit: src/sys/arch

2014-05-05 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue May 6 04:26:24 UTC 2014 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/include: xenpmap.h src/sys/arch/xen/x86: x86_xpmap.c Log Message: Use the hypervisor to copy/zero pages. This saves us the