svn commit: r255874 - in head: contrib/binutils/binutils contrib/binutils/include/elf lib/csu/arm lib/csu/common

2013-09-26 Thread Andrew Turner
Author: andrew Date: Thu Sep 26 07:53:18 2013 New Revision: 255874 URL: http://svnweb.freebsd.org/changeset/base/255874 Log: Add an elf note on ARM to store the MACHINE_ARCH an executable was built for. This is useful for software needing to know which architecture a binary is built for as a

svn commit: r255877 - head/sys/kern

2013-09-26 Thread Davide Italiano
Author: davide Date: Thu Sep 26 10:06:50 2013 New Revision: 255877 URL: http://svnweb.freebsd.org/changeset/base/255877 Log: Make the callout arithmetic more robust adding checks for overflow. Without these, if the timeout value passed is "large enough", the value of the sum of it and other

svn commit: r255878 - head/etc

2013-09-26 Thread Colin Percival
Author: cperciva Date: Thu Sep 26 10:33:15 2013 New Revision: 255878 URL: http://svnweb.freebsd.org/changeset/base/255878 Log: Now that the portsnap buildbox is generating the raw bits for INDEX-10, add it to the set of INDEX files built by portsnap. Approved by: re (marius), portmgr (er

svn commit: r255880 - head/sys/kern

2013-09-26 Thread Konstantin Belousov
Author: kib Date: Thu Sep 26 13:14:51 2013 New Revision: 255880 URL: http://svnweb.freebsd.org/changeset/base/255880 Log: Acquire a hold reference on the vnode when a knote is instantiated. Otherwise, knote keeps a pointer to a vnode which could become invalid any time. Reported by: ma

svn commit: r255882 - head/sys/kern

2013-09-26 Thread Konstantin Belousov
Author: kib Date: Thu Sep 26 13:17:31 2013 New Revision: 255882 URL: http://svnweb.freebsd.org/changeset/base/255882 Log: Do not allow negative timeouts for kqueue timers, check for the negative timeout both before and after the conversion to sbintime_t. For periodic kqueue timer, convert

svn commit: r255887 - head/sys/powerpc/powerpc

2013-09-26 Thread Alan Cox
Author: alc Date: Thu Sep 26 15:36:20 2013 New Revision: 255887 URL: http://svnweb.freebsd.org/changeset/base/255887 Log: Eliminate the declaration for a method that is no longer used. (This change should have been a part of r255724.) Reminded by: nathan Approved by: re (gjb) Modifi

svn commit: r255890 - head/usr.sbin/bhyve

2013-09-26 Thread Peter Grehan
Author: grehan Date: Thu Sep 26 16:25:06 2013 New Revision: 255890 URL: http://svnweb.freebsd.org/changeset/base/255890 Log: Fix incorrect assertion on the minimum side. ZFS would trigger this. Reported by: Chris Torek, Allan Jude Approved by: re@ (blanket) Modified: head/usr.sbin/

svn commit: r255891 - head/lib/libedit

2013-09-26 Thread Xin LI
Author: delphij Date: Thu Sep 26 17:54:58 2013 New Revision: 255891 URL: http://svnweb.freebsd.org/changeset/base/255891 Log: Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL). MFC after:3 days Approved by: re (gjb) Modified: head/lib/libedit/readline.c Modifi

svn commit: r255892 - head/sys/kern

2013-09-26 Thread John-Mark Gurney
Author: jmg Date: Thu Sep 26 17:55:04 2013 New Revision: 255892 URL: http://svnweb.freebsd.org/changeset/base/255892 Log: it must be the last member, not might... Reviewed by: attilio Approved by: re (delphij, gjb) Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_

svn commit: r255893 - head/lib/libarchive

2013-09-26 Thread Xin LI
Author: delphij Date: Thu Sep 26 17:55:36 2013 New Revision: 255893 URL: http://svnweb.freebsd.org/changeset/base/255893 Log: Temporarily disable iconv for non-shared library builds. The dynamic loading of conversation table is not yet compatible with static builds. Approved by: re (gjb

svn commit: r255894 - head/usr.bin/patch

2013-09-26 Thread Xin LI
Author: delphij Date: Thu Sep 26 18:00:45 2013 New Revision: 255894 URL: http://svnweb.freebsd.org/changeset/base/255894 Log: Improve bsdpatch usability: - Ask only once for "Apply anyway". [1] - Tell user what file have failed patch rather than just how many hunks failed. Rep

svn commit: r255895 - head/sys/powerpc/pseries

2013-09-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Sep 26 18:01:32 2013 New Revision: 255895 URL: http://svnweb.freebsd.org/changeset/base/255895 Log: Fix bug where UART unit number was not set properly, which prevented operation on systems with multiple serial ports. Also turn on interrupts for the UART device,

svn commit: r255903 - head/sys/powerpc/pseries

2013-09-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Sep 26 21:18:46 2013 New Revision: 255903 URL: http://svnweb.freebsd.org/changeset/base/255903 Log: As idling the CPU no longer causes hangs on QEMU, reenable the pSeries cpu_idle() routine. Approved by: re (delphij) Modified: head/sys/powerpc/pseries/plat

svn commit: r255904 - head/sys/powerpc/ofw

2013-09-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Sep 26 22:47:02 2013 New Revision: 255904 URL: http://svnweb.freebsd.org/changeset/base/255904 Log: Allow Open Firmware syscons to attach to devices without an "address" property such as those found on some real and emulated IBM systems. The approach, which is ta

Re: svn commit: r255775 - head/include

2013-09-26 Thread Tim Kientzle
Ian, Sorry for being a little slow to respond. It took me a while, but I have verified that a recent checkout, in my environment: * Does build with this patch. * Does not build without it. Please commit. Thanks, Tim On Sep 23, 2013, at 7:38 AM, Ian Lepore wrote: > Yeah, I think the mor