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
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
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
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
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
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
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/
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
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_
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
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
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,
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
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
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
15 matches
Mail list logo