CVS commit: src/libexec/ld.elf_so

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 06:37:40 UTC 2013 Modified Files: src/libexec/ld.elf_so: rtld.h Log Message: Only include unwind.h if _RTLD_SOURCE To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/libexec/ld.elf_so/rtld.h Please

CVS commit: src/lib/libc/stdlib

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 07:08:57 UTC 2013 Modified Files: src/lib/libc/stdlib: putenv.c Log Message: Remove weak_alias since that's now in the compat_putenv.c To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/usr.bin/ldd

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 07:12:46 UTC 2013 Modified Files: src/usr.bin/ldd: Makefile.common Log Message: If earm, include from lib/libexecinfo for unwind.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/libexec/ld.elf_so

2013-04-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 25 09:01:24 UTC 2013 Modified Files: src/libexec/ld.elf_so: map_object.c Log Message: Handle PT_ARM_EXIDX when mapping objects. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/share/man/man7

2013-04-25 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Thu Apr 25 12:05:54 UTC 2013 Added Files: src/share/man/man7: src.7 Log Message: Commit the file src.7 describing the source layout of the NetBSD src tree. Written by Elvira Khabirova and Mingzhe Wang (the sys/ part) in the scope of

CVS commit: src/libexec/ld.elf_so

2013-04-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 25 12:29:00 UTC 2013 Modified Files: src/libexec/ld.elf_so: map_object.c Log Message: Adjust exidx_start by relocbase To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/libexec/ld.elf_so/map_object.c

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

2013-04-25 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Apr 25 13:04:27 UTC 2013 Modified Files: src/sys/arch/arm/omap: ti_iic.c Log Message: Don't discard flags in ti_iic_exec when calling ti_iic_op. I'm not sure if that's the correct solution. But it unbreaks the drivers when

CVS commit: src/libexec/ld.elf_so/arch/arm

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 13:15:26 UTC 2013 Modified Files: src/libexec/ld.elf_so/arch/arm: find_exidx.c Log Message: Use relocbase, not mapbase. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/libexec/ld.elf_so

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 13:26:17 UTC 2013 Modified Files: src/libexec/ld.elf_so: headers.c Log Message: Use ph, not phdr, consistently. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/libexec/ld.elf_so/headers.c Please note

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

2013-04-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 25 13:34:09 UTC 2013 Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: Since the mktemp test case uses mktemp, make linker warnings non-fatal. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src

2013-04-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 25 13:59:59 UTC 2013 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/bin/bugpoint: Makefile src/external/bsd/llvm/bin/clang:

CVS commit: src/libexec/ld.elf_so

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 14:16:37 UTC 2013 Modified Files: src/libexec/ld.elf_so: rtld.h Log Message: Use __printflike and __dead instead of __attributes__ To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

CVS commit: src/lib/libexecinfo

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 14:47:30 UTC 2013 Added Files: src/lib/libexecinfo: unwind_arm_ehabi_stub.c Log Message: libgcc/libcompiler_rt inlines some functions needed by libexecinfo when using ARM EHABI. Provide uninlined versions for

CVS commit: src/lib/libexecinfo

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 14:48:09 UTC 2013 Modified Files: src/lib/libexecinfo: Makefile Log Message: When building for earm, make sure to build unwind_arm_ehabi_stub.* To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/binutils/usr.bin

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 14:53:36 UTC 2013 Modified Files: src/external/gpl3/binutils/usr.bin/common: Makefile.prog src/external/gpl3/binutils/usr.bin/gas: Makefile Log Message: If libc isn't build with compat, ldexp/frexp will not be

CVS commit: src/external/gpl3/gcc

2013-04-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 25 15:07:16 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/crtstuff/arch: earm.mk src/external/gpl3/gcc/lib/libgcc/arch: earm.mk src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm: gcov-iov.h

CVS commit: src/lib/libc

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 15:39:26 UTC 2013 Modified Files: src/lib/libc: Makefile Log Message: for earm, make sure to build getdirentries man page To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/lib/libc/Makefile Please

CVS commit: src/tools/gcc

2013-04-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 25 16:18:43 UTC 2013 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: Avoid populating mknative output with gmp,mpfr, and mpc source directories To generate a diff of this commit: cvs rdiff -u -r1.53

CVS commit: src/external/gpl3/gcc

2013-04-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 25 16:22:56 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/crtstuff/arch: earm.mk src/external/gpl3/gcc/lib/libgcc/arch: earm.mk src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm: cxxabi_tweaks.h

CVS commit: src/etc/namedb

2013-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 25 17:02:29 UTC 2013 Modified Files: src/etc/namedb: Makefile Added Files: src/etc/namedb: bind.keys Log Message: Provide the root keys for dnssec and advise on how to make this work. XXX: pullup-6 To generate

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

2013-04-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 25 17:08:00 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-eabi.h Log Message: To support build compat binaries, change MUST_USE_SJLJ_EXCEPTIONS to be the inverse of TARGET_AAPCS_BASED. To

CVS commit: src/distrib/sets/lists/etc

2013-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 25 17:10:51 UTC 2013 Modified Files: src/distrib/sets/lists/etc: mi Log Message: add bind.keys To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/distrib/sets/lists/etc/mi Please note that diffs are

CVS commit: src/crypto/external/bsd/openssh/dist

2013-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 25 20:10:29 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: packet.c Log Message: restore logging behavior: don't treat user disconnect messages as errors, just log them. To generate a diff of this

CVS commit: src/etc

2013-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 25 20:28:06 UTC 2013 Modified Files: src/etc: named.conf Log Message: - read the root keys from our file - explain what happens if we get clock skew To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/i2c

2013-04-25 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Apr 25 20:55:34 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Add minimal support for TPS65217 PMIC as found on BeagleBone. Next step

CVS commit: src/share/man/man7

2013-04-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 25 21:52:48 UTC 2013 Modified Files: src/share/man/man7: src.7 Log Message: Fix mdoclint warnings. XXX: licence missing, please add it. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man7/src.7

CVS commit: src/share/man/man7

2013-04-25 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Thu Apr 25 23:05:10 UTC 2013 Modified Files: src/share/man/man7: src.7 Log Message: Add licence. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man7/src.7 Please note that diffs are not public domain;

CVS commit: src/share/man/man7

2013-04-25 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Thu Apr 25 23:15:14 UTC 2013 Modified Files: src/share/man/man7: src.7 Log Message: Fix timestamp in the licence. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man7/src.7 Please note that diffs are not