Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-17 Thread Zbigniew Bodek
Hmmm...(facepalm). Sorry... I did not check the patch for DOS newlines -_-' (I guess I will need to start doing so starting from now). Nevertheless I can't see any ^Ms in files now (ff=unix doesn't show anything and dos2unix did not change the files). As far as I can see bz@ fixed the only DOS

svn commit: r283033 - head/sys/arm/arm

2015-05-17 Thread Ian Lepore
Author: ian Date: Sun May 17 17:03:37 2015 New Revision: 283033 URL: https://svnweb.freebsd.org/changeset/base/283033 Log: Do not set preload_addr_relocate for ARM. Apparently there was a time when loader(8) passed physical addresses in loader metadata for arm, but that is no longer true;

svn commit: r283028 - head/usr.bin/netstat

2015-05-17 Thread Luiz Otavio O Souza
Author: loos Date: Sun May 17 15:12:55 2015 New Revision: 283028 URL: https://svnweb.freebsd.org/changeset/base/283028 Log: Adjust the string format to match the actual number of arguments. This fix a segmentation fault on ARM when netstat -r is used together with -W. This issue was

svn commit: r283029 - in head/contrib: gcc gdb/gdb

2015-05-17 Thread Sean Bruno
Author: sbruno Date: Sun May 17 15:49:38 2015 New Revision: 283029 URL: https://svnweb.freebsd.org/changeset/base/283029 Log: Update intree gdb/kgdb to handle 2 dwarf types: DW_OP_GNU_uninit DW_OP_piece This squashes the warnings about type 0x93 not known in kgdb when opening a kernel

svn commit: r283032 - head/lib/msun/src

2015-05-17 Thread Steve Kargl
Author: kargl Date: Sun May 17 16:27:06 2015 New Revision: 283032 URL: https://svnweb.freebsd.org/changeset/base/283032 Log: In r279493, the functions pzero[f](), qzero[f], pone[f](), and qone[f]() were marked as __inline, but their forward declarations were not updated. Fix the forward

svn commit: r283038 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2015-05-17 Thread Mark Johnston
Author: markj Date: Sun May 17 23:08:01 2015 New Revision: 283038 URL: https://svnweb.freebsd.org/changeset/base/283038 Log: Respect the libdir option when linking drti.o, rather than hardcoding the default path of /usr/lib(32)/dtrace. MFC after:3 weeks Modified:

svn commit: r283039 - in head/cddl: contrib/opensolaris/lib/libdtrace/common usr.sbin/dtrace/tests/tools

2015-05-17 Thread Mark Johnston
Author: markj Date: Sun May 17 23:09:58 2015 New Revision: 283039 URL: https://svnweb.freebsd.org/changeset/base/283039 Log: Fix a typo that snuck in with r283024, and remove the EXFAIL annotation from a test which now passes as a result of that change. Modified:

Re: svn commit: r282415 - head/usr.sbin/ntp

2015-05-17 Thread Cy Schubert
In message 20150517190810.4006b...@bender.home, Andrew Turner writes: On Mon, 4 May 2015 12:42:53 + (UTC) Cy Schubert c...@freebsd.org wrote: Author: cy Date: Mon May 4 12:42:52 2015 New Revision: 282415 URL: https://svnweb.freebsd.org/changeset/base/282415 Log: Restore

svn commit: r283042 - head/contrib/tzdata

2015-05-17 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 01:59:02 2015 New Revision: 283042 URL: https://svnweb.freebsd.org/changeset/base/283042 Log: MFV of 283040,tzdata{2015c} Update to tzdata2015c: Release 2015c - 2015-04-11 08:55:55 -0700 Changes affecting future time stamps Egypt's

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-17 Thread Ian Lepore
On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: On May 16, 2015, at 18:45, Adrian Chadd adr...@freebsd.org wrote: Did you commit files with DOS newlines in them? :) tsk tsk tsk tsk tsk. I think should fix that.. Better yet it should probably be disabled in svn... Or

Re: svn commit: r282415 - head/usr.sbin/ntp

2015-05-17 Thread Andrew Turner
On Mon, 4 May 2015 12:42:53 + (UTC) Cy Schubert c...@freebsd.org wrote: Author: cy Date: Mon May 4 12:42:52 2015 New Revision: 282415 URL: https://svnweb.freebsd.org/changeset/base/282415 Log: Restore CPU dependent compile time conditionals. MFC after: 1 month (with r281143

svn commit: r283034 - head/sys/arm/include

2015-05-17 Thread Andrew Turner
Author: andrew Date: Sun May 17 18:35:58 2015 New Revision: 283034 URL: https://svnweb.freebsd.org/changeset/base/283034 Log: Clean up struct syscall_args: 1. Align to a 64-bit address so 64-bit data will be correctly aligned. 2. Add a comment explaining why. 3. Remove an unneeded

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-17 Thread Bjoern A. Zeeb
On 17 May 2015, at 15:46 , Ian Lepore i...@freebsd.org wrote: On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: On May 16, 2015, at 18:45, Adrian Chadd adr...@freebsd.org wrote: Did you commit files with DOS newlines in them? :) tsk tsk tsk tsk tsk. I think should fix that..

svn commit: r283035 - in head/sys/boot: common uboot/common uboot/lib

2015-05-17 Thread Ian Lepore
Author: ian Date: Sun May 17 19:59:05 2015 New Revision: 283035 URL: https://svnweb.freebsd.org/changeset/base/283035 Log: An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that. Previously, ubldr would use the virtual addresses in the elf headers by masking off the