CVS commit: src/sys/miscfs/genfs

2014-01-29 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jan 29 08:27:04 UTC 2014 Modified Files: src/sys/miscfs/genfs: layer_subr.c layer_vnops.c Log Message: Allow layer_node_create() with unlocked lower node and change layer_bypass() to enter nodes from creation operations

CVS commit: src/common/lib/libc/arch/m68k/atomic

2014-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 29 10:20:11 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/atomic: Makefile.inc atomic_cas_68000.S Log Message: Provide _atomic_cas_8_up and _atomic_cas_16_up as assembler functions To generate a diff of this

CVS commit: src/common/lib/libc/arch/hppa/atomic

2014-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 29 11:03:04 UTC 2014 Modified Files: src/common/lib/libc/arch/hppa/atomic: Makefile.inc atomic_cas_up.S Log Message: Provide _atomic_cas_8_up and _atomic_cas_16_up functions To generate a diff of this commit: cvs rdiff

CVS commit: src/common/lib/libc/arch/hppa/atomic

2014-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 29 11:34:25 UTC 2014 Modified Files: src/common/lib/libc/arch/hppa/atomic: atomic_cas_up.S Log Message: Copyright To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.sbin/postinstall

2014-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 29 12:56:28 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Remove harmful whitespace. Now the /var/shm check can succeed quietly. To generate a diff of this commit: cvs rdiff -u -r1.162

CVS commit: src/common/lib/libc/arch/sparc/atomic

2014-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 29 13:06:36 UTC 2014 Modified Files: src/common/lib/libc/arch/sparc/atomic: Makefile.inc atomic_cas_up.S Log Message: Provide _atomic_cas_{16,8}_up To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS import: src/sys/external/bsd/compiler_rt/dist

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 14:21:49 UTC 2014 Update of /cvsroot/src/sys/external/bsd/compiler_rt/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3229 Log Message: Fix builtin shadowing in PowerPC specific code. Implement clzdi/clzsi for ARM. Status:

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

2014-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 29 14:44:32 UTC 2014 Modified Files: src/common/lib/libc/atomic: atomic_init_testset.c Log Message: Fix copypasto To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2014-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 29 14:49:35 UTC 2014 Modified Files: src/common/lib/libc/atomic: atomic_init_testset.c Log Message: Fix a few more copypastos - now it actually builds. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 15:59:12 UTC 2014 Modified Files: src/common/lib/libc/atomic: atomic_add_32_cas.c atomic_and_32_cas.c atomic_or_32_cas.c Log Message: Fix up the remaining __sync_* functions to build with Clang on ARM. To

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

2014-01-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 29 18:42:14 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: emul.c rump.c Log Message: lwp0 needs l_proc set for panic-cpu_reboot to dump core the right way To generate a diff of this commit: cvs rdiff -u -r1.161

CVS commit: src/sys/arch/arm

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 29 18:45:21 UTC 2014 Modified Files: src/sys/arch/arm/arm: syscall.c undefined.c src/sys/arch/arm/arm32: fault.c src/sys/arch/arm/include: locore.h Log Message: Add read_insn and read_thumb_insn inlines to

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

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 29 18:51:37 UTC 2014 Modified Files: src/sys/arch/arm/include: int_fmtio.h int_mwgwtypes.h Log Message: Make {,u}int{8,16,32} be of type int. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 29 19:00:08 UTC 2014 Modified Files: src/sys/arch/arm/include: elf_machdep.h Log Message: Remove AArch64 stuff. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/elf_machdep.h Please

CVS commit: [riastradh-drm2] src/sys

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:47:38 UTC 2014 Modified Files: src/sys/conf [riastradh-drm2]: files src/sys/dev/pci [riastradh-drm2]: files.pci src/sys/dev/wsfb [riastradh-drm2]: files.wsfb src/sys/external/bsd/drm2/conf

CVS commit: [riastradh-drm2] src/sys/arch/amd64/conf

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:46:51 UTC 2014 Modified Files: src/sys/arch/amd64/conf [riastradh-drm2]: NO_DRM Log Message: Include genfb in NO_DRM kernel rather than modularizing. Modularizing required a bunch of hacks (wscons/genfb/c. is

CVS commit: [riastradh-drm2] src/sys/external/bsd/drm2/i915drm

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:47:09 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_pci.c Log Message: Defer i915drm_attach_framebuffer until interrupts are running. The i915 code initialization relies on

CVS commit: [riastradh-drm2] src/sys/conf

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:47:54 UTC 2014 Modified Files: src/sys/conf [riastradh-drm2]: majors Log Message: Give drmkms its own device major so it doesn't compete with old drm. To generate a diff of this commit: cvs rdiff -u -r1.66

CVS commit: [riastradh-drm2] src/sys/dev/wsfb

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:48:45 UTC 2014 Modified Files: src/sys/dev/wsfb [riastradh-drm2]: genfb.c Log Message: Make genfb replay the msgbuf only if it's becoming the console. To generate a diff of this commit: cvs rdiff -u -r1.50.8.1

CVS commit: [riastradh-drm2] src/sys/external/bsd/drm2/i915drm

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:48:14 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_pci.c Log Message: Make i915drm_match return 6 to beat genfb_pci no matter what. To generate a diff of this commit: cvs

CVS commit: [riastradh-drm2] src/sys/dev/wsfb

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:48:29 UTC 2014 Modified Files: src/sys/dev/wsfb [riastradh-drm2]: genfb.c Log Message: Make genfb_attach configure the wsemuldisplaydev attribute. To generate a diff of this commit: cvs rdiff -u -r1.50

CVS commit: [riastradh-drm2] src/sys/dev

2014-01-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 29 19:52:12 UTC 2014 Modified Files: src/sys/dev/wscons [riastradh-drm2]: wsdisplay_vconsvar.h src/sys/dev/wsfb [riastradh-drm2]: genfb.c genfbvar.h Log Message: Make genfb a little friendlier to modules. This

CVS commit: src/lib/csu/common

2014-01-29 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 29 20:57:49 UTC 2014 Modified Files: src/lib/csu/common: crtbegin.c Log Message: Also make sure the __CTOR_LIST__ is just aligned to a pointer boundary. By default, mips N32 will aligned to a 64-bit boundary not 32-bit

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

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 22:29:43 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/gen: __aeabi_idiv0.c __aeabi_ldiv0.c Log Message: Kernel and standalone code uses panic() for broken code. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/lib/libkern

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 22:30:24 UTC 2014 Modified Files: src/sys/lib/libkern: Makefile.compiler-rt Log Message: For ARM EABI, includ divide-by-0 trap handlers. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/sets

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 22:35:53 UTC 2014 Modified Files: src/distrib/sets: sets.subr Log Message: Update for libgcc-libgcc_eh change. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/distrib/sets/sets.subr Please note

CVS commit: src/lib/libc/compiler_rt

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 22:38:18 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Long double support builds for PPC now. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/external/gpl3/binutils/dist/ld

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 29 22:39:47 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/ld: configure.tgt Log Message: Add missing emulations for armelf{,b}_nbsd To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/gpl3/binutils/dist/ld

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 29 23:16:14 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/ld: configure.tgt Log Message: Fix typo bsd - nbsd To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tools/binutils

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 23:35:13 UTC 2014 Modified Files: src/tools/binutils: Makefile Log Message: For the tools build, always use the Bison-created m68 asm parser. Fixes build on Linux, where the glibc guards trip up the

CVS commit: src

2014-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 29 23:37:18 UTC 2014 Modified Files: src/common/lib/libc: Makefile.inc src/lib/libc: Makefile src/lib/libc/arch/arm: Makefile.inc src/lib/libc/arch/arm/gen: Makefile.inc src/lib/libm:

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

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 29 23:47:35 UTC 2014 Modified Files: src/sys/arch/arm/include: int_types.h Log Message: Deal with the case when __UINTN_TYPE__ is defined as well __INTN_TYPE__ is defined. We make the assumption that if the former is

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

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 30 00:07:35 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: mk.cubie Log Message: For BE kernels, pass --be8 to the linker To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/mk.cubie

CVS commit: src/sys/arch/evbarm/cubie

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 30 00:08:46 UTC 2014 Modified Files: src/sys/arch/evbarm/cubie: cubie_machdep.c Log Message: Print uboot_args using PRIxPTR To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 30 01:06:11 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h Log Message: Make {,U}INTPTR_TYPE long To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/libexec/httpd

2014-01-29 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 30 02:51:41 UTC 2014 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: move a variable into the scope of its use, where the assignment has already validated the pointers used. fixes a bug reported in private email

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

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 30 06:38:00 UTC 2014 Modified Files: src/sys/arch/arm/include: locore.h Log Message: ldrht is v6t2 or later so use ldrt and extract the right halfword. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2014-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 30 06:39:16 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_swap.S Log Message: switch to unified syntax To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src

2014-01-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 30 06:49:16 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libz: Makefile Added Files: src/lib/libz: zlib.pc Log Message: Install a pkg-config file for zlib. To generate a diff of this