svn commit: r261225 - in stable: 10/contrib/llvm/lib/Target/X86/MCTargetDesc 9/contrib/llvm/lib/Target/X86/MCTargetDesc

2014-01-28 Thread Dimitry Andric
Author: dim Date: Tue Jan 28 08:07:19 2014 New Revision: 261225 URL: http://svnweb.freebsd.org/changeset/base/261225 Log: MFC r261162: Pull in r195679 from upstream llvm trunk: Don't use nopl in cpus that don't support it. Patch by Mikulas Patocka. I added the test. I checked

svn commit: r261225 - in stable: 10/contrib/llvm/lib/Target/X86/MCTargetDesc 9/contrib/llvm/lib/Target/X86/MCTargetDesc

2014-01-28 Thread Dimitry Andric
Author: dim Date: Tue Jan 28 08:07:19 2014 New Revision: 261225 URL: http://svnweb.freebsd.org/changeset/base/261225 Log: MFC r261162: Pull in r195679 from upstream llvm trunk: Don't use nopl in cpus that don't support it. Patch by Mikulas Patocka. I added the test. I checked

svn commit: r261226 - head/sys/dev/usb/input

2014-01-28 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 28 08:49:00 2014 New Revision: 261226 URL: http://svnweb.freebsd.org/changeset/base/261226 Log: Revert r260622: To be implemented a bit differently. Modified: head/sys/dev/usb/input/ukbd.c Modified: head/sys/dev/usb/input/ukbd.c

svn commit: r261227 - in head/sys: arm/allwinner arm/allwinner/a20 arm/arm arm/at91 arm/broadcom/bcm2835 arm/conf arm/econa arm/freescale/imx arm/freescale/vybrid arm/lpc arm/mv/armadaxp arm/mv/dis...

2014-01-28 Thread Andrew Turner
Author: andrew Date: Tue Jan 28 09:12:04 2014 New Revision: 261227 URL: http://svnweb.freebsd.org/changeset/base/261227 Log: Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with memory at the end of the kernel. This helps reduce the SoC and board specific configuration

svn commit: r261228 - head/sys/dev/usb/input

2014-01-28 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 28 09:55:07 2014 New Revision: 261228 URL: http://svnweb.freebsd.org/changeset/base/261228 Log: When detaching a [USB] keyboard, keys might still be pressed. Ensure that all pressed keys are released before completing the USB keyboard detach. This will prevent

svn commit: r261229 - head/usr.sbin/bhyveload

2014-01-28 Thread Maxim Konovalov
Author: maxim Date: Tue Jan 28 12:26:38 2014 New Revision: 261229 URL: http://svnweb.freebsd.org/changeset/base/261229 Log: o Fix typo, sort .Xrs. PR: docs/186191 Submitted by: Andrew (typo fix) MFC after:1 week Modified: head/usr.sbin/bhyveload/bhyveload.8 Modified:

svn commit: r261230 - head/lib/libfetch

2014-01-28 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 28 12:48:17 2014 New Revision: 261230 URL: http://svnweb.freebsd.org/changeset/base/261230 Log: Solve http buffering issues and hangs once and for all (hopefully!) by simply not trying to return exactly what the caller asked for - just return whatever we got and

svn commit: r261231 - stable/10/usr.sbin/cron/cron

2014-01-28 Thread Andrey A. Chernov
Author: ache Date: Tue Jan 28 13:29:54 2014 New Revision: 261231 URL: http://svnweb.freebsd.org/changeset/base/261231 Log: MFC: r261146 Bad timespec_subtract() calculations produce negative tv_nsec on i386 which cause EINVAL returned from nanosleep() which cause loop in cron_sleep()

svn commit: r261232 - head/share/misc

2014-01-28 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Tue Jan 28 14:11:09 2014 New Revision: 261232 URL: http://svnweb.freebsd.org/changeset/base/261232 Log: Add missing 'n' after '\' Reported by: gavin Approved by: hrs (mentor) Modified: head/share/misc/committers-doc.dot Modified:

svn commit: r261233 - head/usr.bin/fetch

2014-01-28 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 28 14:29:24 2014 New Revision: 261233 URL: http://svnweb.freebsd.org/changeset/base/261233 Log: whitespace and bump copyright Modified: head/usr.bin/fetch/fetch.c Modified: head/usr.bin/fetch/fetch.c

svn commit: r261234 - head/usr.bin/fetch

2014-01-28 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jan 28 14:32:04 2014 New Revision: 261234 URL: http://svnweb.freebsd.org/changeset/base/261234 Log: Increase the default (and minimum) buffer size from 4 kB to 16 kB. Also, propagate the buffer size to libc, which uses a 1 kB buffer by default, negating any

svn commit: r261235 - head/sys/fs/ext2fs

2014-01-28 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jan 28 14:39:05 2014 New Revision: 261235 URL: http://svnweb.freebsd.org/changeset/base/261235 Log: ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. The ext4 inode flags do not have equivalents for chflags (1) and hold information that is private to the

svn commit: r261236 - in stable/10: share/man/man5 share/mk tools/build/options

2014-01-28 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Tue Jan 28 15:15:13 2014 New Revision: 261236 URL: http://svnweb.freebsd.org/changeset/base/261236 Log: Merge /head:261072: Remove WITHOUT_ATF from src.conf.5 Approved by: hrs (mentor) Deleted: stable/10/tools/build/options/WITHOUT_ATF

svn commit: r261238 - in head/sys: kern sys

2014-01-28 Thread John-Mark Gurney
Author: jmg Date: Tue Jan 28 17:27:54 2014 New Revision: 261238 URL: http://svnweb.freebsd.org/changeset/base/261238 Log: fix spelling of lock_initialized.. jhb approved.. MFC after:1 week Modified: head/sys/kern/subr_lock.c head/sys/sys/lock.h head/sys/sys/mutex.h

svn commit: r261242 - head/sys/netinet

2014-01-28 Thread George V. Neville-Neil
Author: gnn Date: Tue Jan 28 20:28:32 2014 New Revision: 261242 URL: http://svnweb.freebsd.org/changeset/base/261242 Log: Decrease lock contention within the TCP accept case by removing the INP_INFO lock from tcp_usr_accept. As the PR/patch states this was following the advice already in

svn commit: r261243 - head/sys/dev/acpica

2014-01-28 Thread John Baldwin
Author: jhb Date: Tue Jan 28 20:53:33 2014 New Revision: 261243 URL: http://svnweb.freebsd.org/changeset/base/261243 Log: Some BIOSes incorrectly use standard memory resource ranges to list the memory ranges that they decode for downstream devices rather than creating ResourceProducer range

svn commit: r261244 - head/sys/netinet

2014-01-28 Thread Peter Wemm
Author: peter Date: Tue Jan 28 21:13:15 2014 New Revision: 261244 URL: http://svnweb.freebsd.org/changeset/base/261244 Log: Adjust r239672 from rrs and r258821 from eadler. By definition, the very first FIN is not a duplicate. Process it normally and don't feed it to congestion control

svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Kai Wang
/ObsoleteFiles.inc Tue Jan 28 21:30:05 2014(r261245) +++ head/ObsoleteFiles.inc Tue Jan 28 21:38:54 2014(r261246) @@ -38,6 +38,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20140128: libelf and libdwarf import +OLD_LIBS+=usr/lib/libelf.so.1 +OLD_LIBS+=usr/lib32/libelf.so.1 +OLD_LIBS

svn commit: r261249 - in head: lib/libc/iconv lib/libc/sys share/man/man4

2014-01-28 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 28 21:40:10 2014 New Revision: 261249 URL: http://svnweb.freebsd.org/changeset/base/261249 Log: mdoc: fix several uses of the Fx macro to point to actual releases. Found by: make manlint Modified: head/lib/libc/iconv/__iconv_get_list.3

svn commit: r261247 - head/share/misc

2014-01-28 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 28 21:39:46 2014 New Revision: 261247 URL: http://svnweb.freebsd.org/changeset/base/261247 Log: Add FreeBSD 2.2.9, the April Fools release. I decided not to extend the graph to the actual point in time when it was released, that would just look silly. Modified:

svn commit: r261248 - head/gnu/usr.bin/groff/tmac

2014-01-28 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 28 21:40:03 2014 New Revision: 261248 URL: http://svnweb.freebsd.org/changeset/base/261248 Log: Add FreeBSD 2.2.9 which aout(4) references. Discussed with: kib Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified:

svn commit: r261250 - in stable: 10/usr.sbin/pciconf 8/usr.sbin/pciconf 9/usr.sbin/pciconf

2014-01-28 Thread John Baldwin
Author: jhb Date: Tue Jan 28 21:56:18 2014 New Revision: 261250 URL: http://svnweb.freebsd.org/changeset/base/261250 Log: MFC 260910: - Allow PCI devices that are attached to a driver to be identified by their device name instead of just the selector. - Accept an optional device

svn commit: r261250 - in stable: 10/usr.sbin/pciconf 8/usr.sbin/pciconf 9/usr.sbin/pciconf

2014-01-28 Thread John Baldwin
Author: jhb Date: Tue Jan 28 21:56:18 2014 New Revision: 261250 URL: http://svnweb.freebsd.org/changeset/base/261250 Log: MFC 260910: - Allow PCI devices that are attached to a driver to be identified by their device name instead of just the selector. - Accept an optional device

svn commit: r261250 - in stable: 10/usr.sbin/pciconf 8/usr.sbin/pciconf 9/usr.sbin/pciconf

2014-01-28 Thread John Baldwin
Author: jhb Date: Tue Jan 28 21:56:18 2014 New Revision: 261250 URL: http://svnweb.freebsd.org/changeset/base/261250 Log: MFC 260910: - Allow PCI devices that are attached to a driver to be identified by their device name instead of just the selector. - Accept an optional device

svn commit: r261251 - head/sys/opencrypto

2014-01-28 Thread Benno Rice
Author: benno Date: Tue Jan 28 22:02:29 2014 New Revision: 261251 URL: http://svnweb.freebsd.org/changeset/base/261251 Log: Prevent races in accesses of the software crypto session array. swcr_newsession can change the pointer for swcr_sessions which races with swcr_process which is

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

2014-01-28 Thread Warner Losh
Author: imp Date: Tue Jan 28 22:07:16 2014 New Revision: 261252 URL: http://svnweb.freebsd.org/changeset/base/261252 Log: Fix clang warning. Modified: head/sys/arm/arm/genassym.c Modified: head/sys/arm/arm/genassym.c

svn commit: r261253 - in head/kerberos5/lib: libasn1 libgssapi_spnego libhdb libhx509

2014-01-28 Thread Peter Wemm
Author: peter Date: Tue Jan 28 22:23:39 2014 New Revision: 261253 URL: http://svnweb.freebsd.org/changeset/base/261253 Log: Speculatively replace a cp with a cat for gathering data on a sporadic parallel build failure in the FreeBSD cluster on many-core systems with ZFS. cp uses mmap in

Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Pedro Giffuni
Il giorno 28/gen/2014, alle ore 16:38, Kai Wang k...@freebsd.org ha scritto: Author: kaiw Date: Tue Jan 28 21:38:54 2014 New Revision: 261246 URL: http://svnweb.freebsd.org/changeset/base/261246 Log: Merge from projects/elftoolchain: Upgrade libelf and libdwarf to newer versions from

Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Adrian Chadd
.. and was this tested on anything other than i386/amd64? Don't be too hasty to MFC; us guys in ARM, PPC, MIPS, SPARC and IA64 world have to now retest everything. It'll take time for this to shake out. Thanks! -a ___ svn-src-all@freebsd.org mailing

Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Steve Kargl
On Tue, Jan 28, 2014 at 03:01:39PM -0800, Adrian Chadd wrote: .. and was this tested on anything other than i386/amd64? Don't be too hasty to MFC; us guys in ARM, PPC, MIPS, SPARC and IA64 world have to now retest everything. It'll take time for this to shake out. No kidding! There

svn commit: r261254 - head/share/man/man9

2014-01-28 Thread John-Mark Gurney
Author: jmg Date: Tue Jan 28 23:40:02 2014 New Revision: 261254 URL: http://svnweb.freebsd.org/changeset/base/261254 Log: link mbuf to m_append so it can be found... Pointed out by: J David MFC after:1 week Modified: head/share/man/man9/Makefile Modified:

Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Kai Wang
On Tue, Jan 28, 2014 at 03:01:39PM -0800, Adrian Chadd wrote: .. and was this tested on anything other than i386/amd64? Don't be too hasty to MFC; us guys in ARM, PPC, MIPS, SPARC and IA64 world have to now retest everything. It'll take time for this to shake out. Of course! I can help

Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Kai Wang
On Tue, Jan 28, 2014 at 05:37:11PM -0500, Pedro Giffuni wrote: 2) We start seeing more of those binutils replacements[1] in elftoolchain find their way into the tree now that they are already in the vendor area. Yes I will try to do that later. Some of the binutils replacements in elftoolchain

svn commit: r261255 - stable/10/sys/cam/scsi

2014-01-28 Thread Alexander Motin
Author: mav Date: Wed Jan 29 02:38:25 2014 New Revision: 261255 URL: http://svnweb.freebsd.org/changeset/base/261255 Log: MFC r260267 (by smh), r261042: Correct short delete issue in SCSI UNMAP support Correct missing \n's in xpt_print's Correct incorrect count being passed to short

svn commit: r261256 - stable/9/sys/cam/scsi

2014-01-28 Thread Alexander Motin
Author: mav Date: Wed Jan 29 02:39:44 2014 New Revision: 261256 URL: http://svnweb.freebsd.org/changeset/base/261256 Log: MFC r260267 (by smh), r261042: Correct short delete issue in SCSI UNMAP support Correct missing \n's in xpt_print's Correct incorrect count being passed to short

Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Pedro Giffuni
On 28/01/2014 18:01, Adrian Chadd wrote: .. and was this tested on anything other than i386/amd64? Don't be too hasty to MFC; us guys in ARM, PPC, MIPS, SPARC and IA64 world have to now retest everything. It'll take time for this to shake out. Absolutely, I didn't mean to force things before

Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys

2014-01-28 Thread Warner Losh
On Jan 28, 2014, at 4:57 PM, Kai Wang wrote: On Tue, Jan 28, 2014 at 05:37:11PM -0500, Pedro Giffuni wrote: 2) We start seeing more of those binutils replacements[1] in elftoolchain find their way into the tree now that they are already in the vendor area. Yes I will try to do that later.

svn commit: r261257 - head/usr.bin

2014-01-28 Thread Warner Losh
Author: imp Date: Wed Jan 29 05:00:04 2014 New Revision: 261257 URL: http://svnweb.freebsd.org/changeset/base/261257 Log: Don't build BSDL dtc if the GPL dtc is enabled. Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile

svn commit: r261258 - head/sys/powerpc/aim

2014-01-28 Thread Justin Hibbits
Author: jhibbits Date: Wed Jan 29 05:58:08 2014 New Revision: 261258 URL: http://svnweb.freebsd.org/changeset/base/261258 Log: Use a loop of dcbz, instead of calling bzero() to zero a page. This matches what is done in mmu_oea64.c. MFC after:1 month Modified: