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 src/lib/libc/stdlib/pu
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 src/usr.bin/ldd/Makefile.com
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 src/libexec/ld.elf_so/map_objec
Module Name:src
Committed By: macallan
Date: Thu Apr 25 11:22:22 UTC 2013
Modified Files:
src/sys/arch/macppc/dev: obio.c
Log Message:
map more register space on Shasta/K2, needed for SMU mailbox registers
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src
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
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
Pleas
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 ca
Module Name:src
Committed By: matt
Date: Thu Apr 25 13:14:41 UTC 2013
Modified Files:
src/libexec/ld.elf_so: headers.c
Log Message:
Don't assume that PT_PHDR is always first.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/libexec/ld.elf_so/headers.c
P
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 src/libexec/ld.elf_so/arch/arm/find_exi
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
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 sr
Module Name:src
Committed By: mbalmer
Date: Thu Apr 25 13:34:10 UTC 2013
Modified Files:
src/share/misc: airport
Log Message:
update PAP
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/share/misc/airport
Please note that diffs are not public domain; th
Module Name:src
Committed By: matt
Date: Thu Apr 25 13:45:16 UTC 2013
Modified Files:
src/libexec/ld.elf_so: headers.c
Log Message:
Use phdr as start of phdrs (duh)
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/libexec/ld.elf_so/headers.c
Please note
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: Mak
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 src/libexec/ld.elf_so/rt
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 libexecinfo
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 src/lib/libexec
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 inc
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
src/
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 not
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 -r1.
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
s
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
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 gener
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 n
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 commi
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 src/etc/n
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 i
Module Name:src
Committed By: rkujawa
Date: Thu Apr 25 20:56:21 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBONE
Log Message:
Add tps65217pmic to BEAGLEBONE config.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/BEAGLE
Module Name:src
Committed By: rkujawa
Date: Thu Apr 25 21:11:03 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note tps65217pmic(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1817 -r1.1818 src/doc/CHANGES
Please note that diffs are not public domain; t
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
P
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; th
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
33 matches
Mail list logo