Re: svn commit: r265861 - in head/sys: arm/include modules

2014-05-11 Thread Konstantin Belousov
On Sun, May 11, 2014 at 12:43:06AM +, Ian Lepore wrote: > Author: ian > Date: Sun May 11 00:43:06 2014 > New Revision: 265861 > URL: http://svnweb.freebsd.org/changeset/base/265861 > > Log: > Make the hardware memory and instruction barrier functions work on armv4 > and armv5 as well. > >

svn commit: r265872 - head/sys/dev/usb/controller

2014-05-11 Thread Hans Petter Selasky
Author: hselasky Date: Sun May 11 08:17:46 2014 New Revision: 265872 URL: http://svnweb.freebsd.org/changeset/base/265872 Log: Optimise host mode data roundtrip time. When BULK data is submitted to the main processing queue, clear the NAK counter for any associated BULK or CONTROL transfers

Re: svn commit: r265792 - head/sys/kern

2014-05-11 Thread Slawa Olhovchenkov
On Sat, May 10, 2014 at 12:53:37AM +, Adrian Chadd wrote: > Author: adrian > Date: Sat May 10 00:53:36 2014 > New Revision: 265792 > URL: http://svnweb.freebsd.org/changeset/base/265792 > > Log: > Add in support to optionally pin the swi threads. > > Under enough load, the swi's can ac

svn commit: r265874 - stable/10/share/man/man4

2014-05-11 Thread Christian Brueffer
Author: brueffer Date: Sun May 11 09:54:38 2014 New Revision: 265874 URL: http://svnweb.freebsd.org/changeset/base/265874 Log: MFC: r265269 Make the HARDWARE section ready for release notes generation; sort SEE ALSO. Compared to the original revision, the list of supported chipsets was

svn commit: r265875 - head/share/man/man4

2014-05-11 Thread Christian Brueffer
Author: brueffer Date: Sun May 11 10:06:27 2014 New Revision: 265875 URL: http://svnweb.freebsd.org/changeset/base/265875 Log: Typo fixes and some language/punctuation improvements. Modified: head/share/man/man4/lm75.4 Modified: head/share/man/man4/lm75.4

svn commit: r265876 - head/sys/kern

2014-05-11 Thread Colin Percival
Author: cperciva Date: Sun May 11 10:32:58 2014 New Revision: 265876 URL: http://svnweb.freebsd.org/changeset/base/265876 Log: In cf_get_method, when we don't already know what clock speed the CPU is running at, guess the nearest value instead of looking for a value within 25 MHz of the obse

Re: svn commit: r265861 - in head/sys: arm/include modules

2014-05-11 Thread Ian Lepore
On Sun, 2014-05-11 at 10:10 +0300, Konstantin Belousov wrote: > On Sun, May 11, 2014 at 12:43:06AM +, Ian Lepore wrote: > > Author: ian > > Date: Sun May 11 00:43:06 2014 > > New Revision: 265861 > > URL: http://svnweb.freebsd.org/changeset/base/265861 > > > > Log: > > Make the hardware memo

svn commit: r265877 - head/sys/modules

2014-05-11 Thread Ian Lepore
Author: ian Date: Sun May 11 12:55:31 2014 New Revision: 265877 URL: http://svnweb.freebsd.org/changeset/base/265877 Log: Revert accidental commit of SUBDIR_PARALLEL for sys/modules. (It hasn't been tested sufficiently). Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makef

Re: svn commit: r265861 - in head/sys: arm/include modules

2014-05-11 Thread David Chisnall
On 11 May 2014, at 13:53, Ian Lepore wrote: > Ooops, indeed, thanks. Although... it's a good change in terms of > speeding up the build, I just didn't intend to commit it until it got > tested with -j levels higher than I can test with my little 6-core > machine. I'd be happy to test it on a 32

Re: svn commit: r265861 - in head/sys: arm/include modules

2014-05-11 Thread Ian Lepore
On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote: > On 11 May 2014, at 13:53, Ian Lepore wrote: > > > Ooops, indeed, thanks. Although... it's a good change in terms of > > speeding up the build, I just didn't intend to commit it until it got > > tested with -j levels higher than I can tes

Re: svn commit: r265861 - in head/sys: arm/include modules

2014-05-11 Thread Glen Barber
On Sun, May 11, 2014 at 07:05:16AM -0600, Ian Lepore wrote: > On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote: > > On 11 May 2014, at 13:53, Ian Lepore wrote: > > > > > Ooops, indeed, thanks. Although... it's a good change in terms of > > > speeding up the build, I just didn't intend to

svn commit: r265878 - in head: include sys/sys

2014-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sun May 11 13:48:21 2014 New Revision: 265878 URL: http://svnweb.freebsd.org/changeset/base/265878 Log: include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE or __POSIX_VISIBLE. Whenever sets __BSD_VISIBLE to non-zero, it also sets __POSIX_VIS

svn commit: r265879 - stable/10/lib/libcrypt

2014-05-11 Thread Dag-Erling Smørgrav
Author: des Date: Sun May 11 14:54:17 2014 New Revision: 265879 URL: http://svnweb.freebsd.org/changeset/base/265879 Log: MFH (r261913): switch default to sha512 MFH (r264964): rewrite so DES still works when not the default MFH (r262945): clean up man page Modified: stable/10/lib/libcryp

svn commit: r265880 - stable/9/lib/libcrypt

2014-05-11 Thread Dag-Erling Smørgrav
Author: des Date: Sun May 11 15:03:24 2014 New Revision: 265880 URL: http://svnweb.freebsd.org/changeset/base/265880 Log: MFH (r233462, r236438): mdoc fixes MFH (r261913): switch default to sha512 MFH (r264964): rewrite so DES still works when not the default MFH (r262945): clean up man pa

Re: svn commit: r265792 - head/sys/kern

2014-05-11 Thread Adrian Chadd
On 11 May 2014 01:31, Slawa Olhovchenkov wrote: > On Sat, May 10, 2014 at 12:53:37AM +, Adrian Chadd wrote: > >> Author: adrian >> Date: Sat May 10 00:53:36 2014 >> New Revision: 265792 >> URL: http://svnweb.freebsd.org/changeset/base/265792 >> >> Log: >> Add in support to optionally pin the

Re: svn commit: r265864 - head/sys/dev/vt/hw/ofwfb

2014-05-11 Thread Nathan Whitehorn
On 05/10/14 23:51, Bruce Evans wrote: On Sun, 11 May 2014, Nathan Whitehorn wrote: Log: Make ofwfb not be painfully slow. This reduces the time for a verbose boot on my G4 iBook by more than half. Still 10% slower than syscons, but that's much better than a factor of 2. The slowness had

svn commit: r265881 - head/include

2014-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sun May 11 16:34:17 2014 New Revision: 265881 URL: http://svnweb.freebsd.org/changeset/base/265881 Log: include: Don't expose L_cuserid in strict C standard compliance mode. L_cuserid is supposed to be exposed only for old POSIX, or in the default (expose everything)

svn commit: r265882 - in stable/9/sys/cddl/dev/dtrace: amd64 i386

2014-05-11 Thread Mark Johnston
Author: markj Date: Sun May 11 16:48:36 2014 New Revision: 265882 URL: http://svnweb.freebsd.org/changeset/base/265882 Log: MFC r236566 (by zml): Fix DTrace TSC skew calculation: The skew calculation here is exactly backwards. We were able to repro it on a multi-package ESX server runni

svn commit: r265883 - head/sys/powerpc/ps3

2014-05-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 11 16:49:31 2014 New Revision: 265883 URL: http://svnweb.freebsd.org/changeset/base/265883 Log: Fix interrupt allocation after changes to nexus. This makes PS3 boot multiuser again (this commit comes from the PS3 itself). Some problems still exist with SMP, a

Re: svn commit: r265861 - in head/sys: arm/include modules

2014-05-11 Thread David Chisnall
On 11 May 2014, at 14:05, Ian Lepore wrote: > On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote: >> On 11 May 2014, at 13:53, Ian Lepore wrote: >> >>> Ooops, indeed, thanks. Although... it's a good change in terms of >>> speeding up the build, I just didn't intend to commit it until it g

svn commit: r265884 - in stable/10/sys/dev/sfxge: . common

2014-05-11 Thread George V. Neville-Neil
Author: gnn Date: Sun May 11 17:18:09 2014 New Revision: 265884 URL: http://svnweb.freebsd.org/changeset/base/265884 Log: MFC: 263302, 264461, 264772 263302: fix mbuf leak if it does not fit in software queue 264461: Commit various fixes for the SolarFlare drivers, in particula

svn commit: r265885 - head/usr.bin/printf

2014-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 11 17:28:57 2014 New Revision: 265885 URL: http://svnweb.freebsd.org/changeset/base/265885 Log: printf: fix regression after illumos merges. The "bltin/bltin.h" wrappers do not support exit() and attempting to call it will exit sh completely. Note that errx(

svn commit: r265886 - head/sys/vm

2014-05-11 Thread Alan Cox
Author: alc Date: Sun May 11 17:41:29 2014 New Revision: 265886 URL: http://svnweb.freebsd.org/changeset/base/265886 Log: With the new-and-improved vm_fault_copy_entry() (r265843), we can always avoid soft page faults when adding write access to user wired entries in vm_map_protect(). Previ

Re: svn commit: r265864 - head/sys/dev/vt/hw/ofwfb

2014-05-11 Thread Bruce Evans
On Sun, 11 May 2014, Nathan Whitehorn wrote: On 05/10/14 23:51, Bruce Evans wrote: On Sun, 11 May 2014, Nathan Whitehorn wrote: Only 10% slower? Bitmapped mode with 256 colors is inherently 4 times slower for an 8x8 font (8 bytes/char instead 2) of and 8 times slower for an 8x16 font. That's

Re: svn commit: r265861 - in head/sys: arm/include modules

2014-05-11 Thread Warner Losh
On May 11, 2014, at 7:05 AM, Ian Lepore wrote: > On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote: >> On 11 May 2014, at 13:53, Ian Lepore wrote: >> >>> Ooops, indeed, thanks. Although... it's a good change in terms of >>> speeding up the build, I just didn't intend to commit it until

svn commit: r265887 - head/sys/vm

2014-05-11 Thread Konstantin Belousov
Author: kib Date: Sun May 11 18:07:07 2014 New Revision: 265887 URL: http://svnweb.freebsd.org/changeset/base/265887 Log: Fix locking. The dst_object must remain locked on the retry of the loop iteration. Reported and tested by: pho Sponsored by: The FreeBSD Foundation MFC afte

svn commit: r265888 - head/sys/dev/ofw

2014-05-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 11 18:22:05 2014 New Revision: 265888 URL: http://svnweb.freebsd.org/changeset/base/265888 Log: OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1. Modified: head/sys/dev/ofw/ofwbus.c Modified: head/sys/dev/ofw/ofwbus.c ===

svn commit: r265889 - in vendor/llvm/dist: . autoconf include/llvm/Config include/llvm/IR include/llvm/MC lib/Analysis lib/CodeGen/AsmPrinter lib/CodeGen/SelectionDAG lib/MC lib/MC/MCParser lib/Tar...

2014-05-11 Thread Dimitry Andric
Author: dim Date: Sun May 11 18:24:26 2014 New Revision: 265889 URL: http://svnweb.freebsd.org/changeset/base/265889 Log: Vendor import of llvm RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 release): https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_34/dot1-final@208032 Added: ve

svn commit: r265890 - vendor/llvm/llvm-release_34-r208032

2014-05-11 Thread Dimitry Andric
Author: dim Date: Sun May 11 18:25:50 2014 New Revision: 265890 URL: http://svnweb.freebsd.org/changeset/base/265890 Log: Tag llvm tags/RELEASE_34/dot1-final r208032 (effectively, 3.4.1 release). Added: vendor/llvm/llvm-release_34-r208032/ - copied from r265889, vendor/llvm/dist/ ___

svn commit: r265891 - in vendor/clang/dist: docs include/clang/Driver lib/AST lib/Analysis lib/Basic lib/CodeGen lib/Driver lib/Sema test/CodeGen test/CodeGenCXX test/Driver test/Misc test/SemaCXX

2014-05-11 Thread Dimitry Andric
Author: dim Date: Sun May 11 18:26:10 2014 New Revision: 265891 URL: http://svnweb.freebsd.org/changeset/base/265891 Log: Vendor import of clang RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 release): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_34/dot1-final@208032 Modified:

svn commit: r265892 - vendor/clang/clang-release_34-r208032

2014-05-11 Thread Dimitry Andric
Author: dim Date: Sun May 11 18:27:04 2014 New Revision: 265892 URL: http://svnweb.freebsd.org/changeset/base/265892 Log: Tag clang tags/RELEASE_34/dot1-final r208032 (effectively, 3.4.1 release). Added: vendor/clang/clang-release_34-r208032/ - copied from r265891, vendor/clang/dist/ ___

Re: svn commit: r265842 - head

2014-05-11 Thread Benjamin Kaduk
On Sat, May 10, 2014 at 7:45 PM, Eitan Adler wrote: > On 10 May 2014 15:16, Baptiste Daroussin wrote: > > On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote: > >> Author: eadler > >> Date: Sat May 10 16:59:15 2014 > >> New Revision: 265842 > >> URL: http://svnweb.freebsd.org/changeset/b

svn commit: r265893 - head/usr.bin/stat

2014-05-11 Thread Thomas Quinot
Author: thomas Date: Sun May 11 18:49:18 2014 New Revision: 265893 URL: http://svnweb.freebsd.org/changeset/base/265893 Log: Minor fixes to previous change introducing switch -H, as per comments on -arch. Reviewed by: gleb Modified: head/usr.bin/stat/stat.1 head/usr.bin/stat/stat.c

Re: svn commit: r265842 - head

2014-05-11 Thread Baptiste Daroussin
On Sun, May 11, 2014 at 02:47:03PM -0400, Benjamin Kaduk wrote: > On Sat, May 10, 2014 at 7:45 PM, Eitan Adler wrote: > > > On 10 May 2014 15:16, Baptiste Daroussin wrote: > > > On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote: > > >> Author: eadler > > >> Date: Sat May 10 16:59:15 20

svn commit: r265894 - in stable: 10 10/tools/tools/nanobsd 9 9/tools/tools/nanobsd

2014-05-11 Thread Thomas Quinot
Author: thomas Date: Sun May 11 20:44:58 2014 New Revision: 265894 URL: http://svnweb.freebsd.org/changeset/base/265894 Log: MFC rev. 265260: Add appropriate quoting to allow building with a KERNCONFDIR containing spaces. PR: kern/162736 Modified: stable/10/Makefile.inc1

svn commit: r265894 - in stable: 10 10/tools/tools/nanobsd 9 9/tools/tools/nanobsd

2014-05-11 Thread Thomas Quinot
Author: thomas Date: Sun May 11 20:44:58 2014 New Revision: 265894 URL: http://svnweb.freebsd.org/changeset/base/265894 Log: MFC rev. 265260: Add appropriate quoting to allow building with a KERNCONFDIR containing spaces. PR: kern/162736 Modified: stable/9/Makefile.inc1 (

svn commit: r265895 - in head/gnu/lib: libstdc++ libsupc++

2014-05-11 Thread Dimitry Andric
Author: dim Date: Sun May 11 21:07:00 2014 New Revision: 265895 URL: http://svnweb.freebsd.org/changeset/base/265895 Log: Allow libstdc++ and libsupc++ to compile with clang again, after the bsd.*.mk infrastructure changes. Apparently, you must now modify CXXFLAGS *before* including bsd.lib

svn commit: r265896 - head/sys/kern

2014-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sun May 11 21:21:14 2014 New Revision: 265896 URL: http://svnweb.freebsd.org/changeset/base/265896 Log: accept(),accept4(): Don't set *addrlen = 0 on [ECONNABORTED]. If the underlying protocol reported an error (e.g. because a connection was closed while waiting in th

Re: svn commit: r265895 - in head/gnu/lib: libstdc++ libsupc++

2014-05-11 Thread Warner Losh
On May 11, 2014, at 3:07 PM, Dimitry Andric wrote: > Author: dim > Date: Sun May 11 21:07:00 2014 > New Revision: 265895 > URL: http://svnweb.freebsd.org/changeset/base/265895 > > Log: > Allow libstdc++ and libsupc++ to compile with clang again, after the > bsd.*.mk infrastructure changes. A

svn commit: r265898 - head/sys/conf

2014-05-11 Thread Warner Losh
Author: imp Date: Sun May 11 23:22:32 2014 New Revision: 265898 URL: http://svnweb.freebsd.org/changeset/base/265898 Log: Attempt to walk a fine line between current usage (/usr/ports which does an out-of-tree build without setting MAKESYSPATH) and recently added requirements (JIRA's buildin

svn commit: r265899 - head/sys/conf

2014-05-11 Thread Warner Losh
Author: imp Date: Mon May 12 01:47:45 2014 New Revision: 265899 URL: http://svnweb.freebsd.org/changeset/base/265899 Log: s/JIRA/Jenkins/g in comments. I was confused. Modified: head/sys/conf/kern.opts.mk Modified: head/sys/conf/kern.opts.mk ==

svn commit: r265900 - in head/sys/powerpc: powerpc ps3

2014-05-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon May 12 02:56:27 2014 New Revision: 265900 URL: http://svnweb.freebsd.org/changeset/base/265900 Log: Repair some races in IPI handling: 1. Make sure IPI mask is set before sending the IPI 2. Operate atomically on PS3 PIC outstanding interrupt list 3. Make sure I

svn commit: r265901 - stable/10/sys/kern

2014-05-11 Thread Don Lewis
Author: truckman Date: Mon May 12 04:27:10 2014 New Revision: 265901 URL: http://svnweb.freebsd.org/changeset/base/265901 Log: MFC r265363 Avoid unsigned integer overflow which can cause rman_reserve_resource_bound() to return incorrect results. Continue the initial search until the

svn commit: r265902 - stable/9/sys/kern

2014-05-11 Thread Don Lewis
Author: truckman Date: Mon May 12 04:30:53 2014 New Revision: 265902 URL: http://svnweb.freebsd.org/changeset/base/265902 Log: MFC r265363 Avoid unsigned integer overflow which can cause rman_reserve_resource_bound() to return incorrect results. Continue the initial search until the

svn commit: r265903 - head/usr.bin/units

2014-05-11 Thread Eitan Adler
Author: eadler Date: Mon May 12 05:44:55 2014 New Revision: 265903 URL: http://svnweb.freebsd.org/changeset/base/265903 Log: units(1): use common functions No need to replicate strdup Modified: head/usr.bin/units/units.c Modified: head/usr.bin/units/units.c =

svn commit: r265904 - head/usr.bin/units

2014-05-11 Thread Eitan Adler
Author: eadler Date: Mon May 12 06:14:14 2014 New Revision: 265904 URL: http://svnweb.freebsd.org/changeset/base/265904 Log: units(1): unbreak -f option, fix some style, increase compatibility. - Unbreak the -f option: it was missing a ':' - gunits -V spits out more information than just