svn commit: r253027 - head/sys/mips/atheros

2013-07-08 Thread Adrian Chadd
Author: adrian Date: Mon Jul 8 06:10:29 2013 New Revision: 253027 URL: http://svnweb.freebsd.org/changeset/base/253027 Log: Add AR9341, AR9342, AR9344 SoC types. Modified: head/sys/mips/atheros/ar71xx_setup.h Modified: head/sys/mips/atheros/ar71xx_setup.h

svn commit: r253028 - head/sys/mips/atheros

2013-07-08 Thread Adrian Chadd
Author: adrian Date: Mon Jul 8 06:12:38 2013 New Revision: 253028 URL: http://svnweb.freebsd.org/changeset/base/253028 Log: Import the initial SoC register definitions for the AR934x MIPS74k SoC. Obtained from:Linux/OpenWRT Added: head/sys/mips/atheros/ar934xreg.h (contents,

Re: svn commit: r253002 - head

2013-07-08 Thread Garrett Cooper
On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Jul 7, 2013, at 2:15 PM, Alfred Perlstein alf...@freebsd.org wrote: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some

svn commit: r253036 - head/sys/dev/sound/pci/hda

2013-07-08 Thread Alexander Motin
Author: mav Date: Mon Jul 8 15:28:09 2013 New Revision: 253036 URL: http://svnweb.freebsd.org/changeset/base/253036 Log: Add quirk to configure headphones redirection on ASUS UX31A laptop. MFC after:3 days Modified: head/sys/dev/sound/pci/hda/hdaa_patches.c

svn commit: r253040 - head/contrib/wpa/src/rsn_supp

2013-07-08 Thread Hiren Panchasara
Author: hiren Date: Mon Jul 8 16:03:18 2013 New Revision: 253040 URL: http://svnweb.freebsd.org/changeset/base/253040 Log: Move to MSG_DEBUG to print it via syslog only when requested. Reviewed by: rpaulo, adrian Approved by: sbruno (mentor) Modified:

svn commit: r253042 - head/contrib/llvm/lib/CodeGen/SelectionDAG

2013-07-08 Thread Dimitry Andric
Author: dim Date: Mon Jul 8 17:57:11 2013 New Revision: 253042 URL: http://svnweb.freebsd.org/changeset/base/253042 Log: Pull in r185616 from llvm trunk: FastISel can only append to basic blocks. Compute the insertion point from the end of the basic block instead of skipping

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

2013-07-08 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 8 20:21:36 2013 New Revision: 253045 URL: http://svnweb.freebsd.org/changeset/base/253045 Log: Avoid a panic and return EINVAL instead. Merge from UFS r232692: syscall() fuzzing can trigger this panic. MFC after:3 days Modified:

svn commit: r253046 - head/sbin/devd

2013-07-08 Thread Alan Somers
Author: asomers Date: Mon Jul 8 21:10:30 2013 New Revision: 253046 URL: http://svnweb.freebsd.org/changeset/base/253046 Log: Correct the printf format specifier for total_events. Add __printflike argument checking for devdlog(). Reported by: pjd Approved by: gibbs (co-mentor)

svn commit: r253047 - head/sys/kern

2013-07-08 Thread John Baldwin
Author: jhb Date: Mon Jul 8 21:17:20 2013 New Revision: 253047 URL: http://svnweb.freebsd.org/changeset/base/253047 Log: Fix build with INVARIANT_SUPPORT enabled but not INVARIANTS. Reported by: Matthew D. Fuller fulle...@over-yonder.net Modified: head/sys/kern/kern_rmlock.c

svn commit: r253048 - in head/sys/ofed: drivers/net/mlx4 include/linux

2013-07-08 Thread John Baldwin
Author: jhb Date: Mon Jul 8 21:25:12 2013 New Revision: 253048 URL: http://svnweb.freebsd.org/changeset/base/253048 Log: Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa): - Fix sysctl wrapper for sysfs attributes to properly handle new string values similar to

Re: svn commit: r253007 - in head/sys: kern net80211 sys

2013-07-08 Thread John Baldwin
On Sunday, July 07, 2013 5:39:37 pm Alfred Perlstein wrote: Author: alfred Date: Sun Jul 7 21:39:37 2013 New Revision: 253007 URL: http://svnweb.freebsd.org/changeset/base/253007 Log: Make kassert_printf use __printflike. Fix associated errors/warnings while I'm here.

Re: svn commit: r253002 - head

2013-07-08 Thread John Baldwin
On Monday, July 08, 2013 2:23:31 am Garrett Cooper wrote: On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Jul 7, 2013, at 2:15 PM, Alfred Perlstein alf...@freebsd.org wrote: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers

Re: svn commit: r253048 - in head/sys/ofed: drivers/net/mlx4 include/linux

2013-07-08 Thread Garrett Cooper
On Jul 8, 2013, at 2:25 PM, John Baldwin wrote: Author: jhb Date: Mon Jul 8 21:25:12 2013 New Revision: 253048 URL: http://svnweb.freebsd.org/changeset/base/253048 Log: Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa): - Fix sysctl wrapper for sysfs attributes

Re: svn commit: r253002 - head

2013-07-08 Thread Garrett Cooper
On Mon, Jul 8, 2013 at 2:13 PM, John Baldwin j...@freebsd.org wrote: On Monday, July 08, 2013 2:23:31 am Garrett Cooper wrote: On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Jul 7, 2013, at 2:15 PM, Alfred Perlstein alf...@freebsd.org wrote: On 7/7/13 2:01

Re: svn commit: r253002 - head

2013-07-08 Thread Alfred Perlstein
On 7/8/13 4:24 PM, Garrett Cooper wrote: On Mon, Jul 8, 2013 at 2:13 PM, John Baldwin j...@freebsd.org wrote: On Monday, July 08, 2013 2:23:31 am Garrett Cooper wrote: On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Jul 7, 2013, at 2:15 PM, Alfred Perlstein

Re: svn commit: r253002 - head

2013-07-08 Thread Teske, Devin
On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team. We've run as high as -j48 ... number of logical cpu's times-two (it was on a

Re: svn commit: r253002 - head

2013-07-08 Thread Garrett Cooper
On Jul 8, 2013, at 5:12 PM, Teske, Devin wrote: On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team. We've run as high as -j48

svn commit: r253049 - in head/sys: fs/nfs fs/nfsclient kgssapi rpc rpc/rpcsec_gss sys

2013-07-08 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 9 01:05:28 2013 New Revision: 253049 URL: http://svnweb.freebsd.org/changeset/base/253049 Log: Add support for host-based (Kerberos 5 service principal) initiator credentials to the kernel rpc. Modify the NFSv4 client to add support for the gssname and

Re: svn commit: r253002 - head

2013-07-08 Thread Garance A Drosehn
On 7/7/13 4:39 PM, Alfred Perlstein wrote: Log: Document tip on how to build all kernels quickly. Modified: head/Makefile == --- head/Makefile Sun Jul 7 19:58:14 2013(r253001) +++ head/Makefile

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

2013-07-08 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jul 9 01:31:04 2013 New Revision: 253050 URL: http://svnweb.freebsd.org/changeset/base/253050 Log: Enhancement when writing an entire block of a file. Merge from UFS r231313: This change first attempts the uiomove() to the newly allocated (and dirty) buffer

svn commit: r253051 - head/sbin/mount_nfs

2013-07-08 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 9 01:31:36 2013 New Revision: 253051 URL: http://svnweb.freebsd.org/changeset/base/253051 Log: Document the gssname and allgssname mount options added by the host-based initiator credential patches. This is a content change. Modified:

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

2013-07-08 Thread Ed Maste
Author: emaste Date: Tue Jul 9 01:55:34 2013 New Revision: 253052 URL: http://svnweb.freebsd.org/changeset/base/253052 Log: Remove extraneous format string converison specifier Submitted by: wxs@ Modified: head/sys/arm/arm/pmap-v6.c Modified: head/sys/arm/arm/pmap-v6.c

svn commit: r253053 - head/sys/arm/ti

2013-07-08 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 9 02:50:05 2013 New Revision: 253053 URL: http://svnweb.freebsd.org/changeset/base/253053 Log: Improve a comment. Modified: head/sys/arm/ti/ti_mmchs.c Modified: head/sys/arm/ti/ti_mmchs.c

svn commit: r253054 - head/sys/dev/mmc

2013-07-08 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 9 03:00:06 2013 New Revision: 253054 URL: http://svnweb.freebsd.org/changeset/base/253054 Log: Use meaningful names when creating mmc/sd threads. This can be useful when we want to be able to identify which mmcsd is stuck. Modified: head/sys/dev/mmc/mmcsd.c

Re: svn commit: r253002 - head

2013-07-08 Thread Simon J. Gerraty
We've run as high as -j48 ... number of logical cpu's times-two (it was o= n a box with 24 logical CPUs). We've (ok dhw@ has) done a lot of empirical measurement to determine optimal jobs_factor numbers for various machines. Right now we are using .75 for boxes with 16 cores. For smaller boxes

Re: svn commit: r253045 - head/sys/fs/ext2fs

2013-07-08 Thread Bruce Evans
On Mon, 8 Jul 2013, Pedro F. Giffuni wrote: Log: Avoid a panic and return EINVAL instead. Merge from UFS r232692: syscall() fuzzing can trigger this panic. This breaks the assertion without fixing the bug. I don't know what is in the inscrutable reference r232692, but UFS doesn't exist,

Re: svn commit: r253050 - head/sys/fs/ext2fs

2013-07-08 Thread Bruce Evans
On Tue, 9 Jul 2013, Pedro F. Giffuni wrote: Author: pfg Date: Tue Jul 9 01:31:04 2013 New Revision: 253050 URL: http://svnweb.freebsd.org/changeset/base/253050 Log: Enhancement when writing an entire block of a file. Merge from UFS r231313: This change first attempts the uiomove() to

Re: svn commit: r253050 - head/sys/fs/ext2fs

2013-07-08 Thread Bruce Evans
On Tue, 9 Jul 2013, Bruce Evans wrote: On Tue, 9 Jul 2013, Pedro F. Giffuni wrote: ... Log: Enhancement when writing an entire block of a file. Merge from UFS r231313: ... Oops, I didn't mean to reply to that (it seemed to be correct :-), and just quoted it all. Bruce

Re: svn commit: r253002 - head

2013-07-08 Thread Peter Wemm
On Mon, Jul 8, 2013 at 5:12 PM, Teske, Devin devin.te...@fisglobal.com wrote: On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team.