svn commit: r270036 - head/sys/conf

2014-08-15 Thread Adrian Chadd
Author: adrian Date: Sat Aug 16 03:05:02 2014 New Revision: 270036 URL: http://svnweb.freebsd.org/changeset/base/270036 Log: Add if_ath_alq code into the non-module build. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r270029 - in head/bin/sh: . tests/expansion

2014-08-15 Thread Jilles Tjoelker
Author: jilles Date: Fri Aug 15 22:36:41 2014 New Revision: 270029 URL: http://svnweb.freebsd.org/changeset/base/270029 Log: sh: Mask off shift distance (<< and >>) in arithmetic. In C, shift distances equal to or larger than the number of bits in the operand result in undefined behaviour

svn commit: r270028 - in head: etc/devd tools/build/mk

2014-08-15 Thread Garrett Cooper
Author: ngie Date: Fri Aug 15 21:35:31 2014 New Revision: 270028 URL: http://svnweb.freebsd.org/changeset/base/270028 Log: Make the USB and ZFS devd configuration files optional depending on the values of MK_USB/MK_ZFS Making zfs.conf optional resolves PR # 186971 PR: 186971 Phabri

svn commit: r270027 - in head: . sbin/atm/atmconfig

2014-08-15 Thread Garrett Cooper
Author: ngie Date: Fri Aug 15 21:22:49 2014 New Revision: 270027 URL: http://svnweb.freebsd.org/changeset/base/270027 Log: Fix atmconfig compilation when MK_ATM == yes and MK_BSNMP == no Makefile.inc1: Always compile gensnmptree with bootstrap-tools when MK_BSNMP != no instead of depend

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

2014-08-15 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 08/14/14 15:47, Alan Cox wrote: > On 08/14/2014 01:24, Xin Li wrote: >> On 8/13/14 10:35 PM, John-Mark Gurney wrote: >>> Xin LI wrote this message on Thu, Aug 14, 2014 at 05:13 +: Author: delphij Date: Thu Aug 14 05:13:24 2014 New Revisio

svn commit: r270025 - head/sys/arm/at91

2014-08-15 Thread Warner Losh
Author: imp Date: Fri Aug 15 16:08:52 2014 New Revision: 270025 URL: http://svnweb.freebsd.org/changeset/base/270025 Log: Implement the FDT static pinctl/pinmux spec for Atmel. This will configure the mux and config registers for PIO devices based on what we find in the FDT. I developed it p

svn commit: r270024 - head/sys/kern

2014-08-15 Thread Mark Johnston
Author: markj Date: Fri Aug 15 15:42:58 2014 New Revision: 270024 URL: http://svnweb.freebsd.org/changeset/base/270024 Log: Correct the order of arguments passed to LIST_INSERT_AFTER(). Reviewed by: kib X-MFC-With: r269656 Modified: head/sys/kern/kern_exit.c Modified: head/sys/kern

Re: svn commit: r269957 - in head/sys: arm/at91 conf

2014-08-15 Thread Warner Losh
On Aug 15, 2014, at 8:10 AM, Andrew Turner wrote: > On Thu, 14 Aug 2014 04:21:15 + (UTC) > Warner Losh wrote: > >> Author: imp >> Date: Thu Aug 14 04:21:14 2014 >> New Revision: 269957 >> URL: http://svnweb.freebsd.org/changeset/base/269957 >> >> Log: >> Add support for FDT and !FDT conf

svn commit: r270023 - head/sys/netpfil/pf

2014-08-15 Thread Gleb Smirnoff
Author: glebius Date: Fri Aug 15 14:16:08 2014 New Revision: 270023 URL: http://svnweb.freebsd.org/changeset/base/270023 Log: Do not lookup source node twice when pf_map_addr() is used. PR: 184003 Submitted by: Kajetan Staszkiewicz Sponsored by: InnoGames GmbH Modified: he

Re: svn commit: r269957 - in head/sys: arm/at91 conf

2014-08-15 Thread Andrew Turner
On Thu, 14 Aug 2014 04:21:15 + (UTC) Warner Losh wrote: > Author: imp > Date: Thu Aug 14 04:21:14 2014 > New Revision: 269957 > URL: http://svnweb.freebsd.org/changeset/base/269957 > > Log: > Add support for FDT and !FDT configs on Atmel, though FDT isn't > working yet. > Bump rev on a

svn commit: r270022 - head/sys/netpfil/pf

2014-08-15 Thread Gleb Smirnoff
Author: glebius Date: Fri Aug 15 14:02:24 2014 New Revision: 270022 URL: http://svnweb.freebsd.org/changeset/base/270022 Log: pf_map_addr() can fail and in this case we should drop the packet, otherwise bad consequences including a routing loop can occur. Move pf_set_rt_ifp() earlier in s

svn commit: r270019 - head/sbin/devd/tests

2014-08-15 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 15 10:01:33 2014 New Revision: 270019 URL: http://svnweb.freebsd.org/changeset/base/270019 Log: Remove bogus ; at the end of the if condition in order to unbreak gcc builds after r270004. MFC after:4 days X-MFX with: r270004 Modified: head/sbin/devd/tes

svn commit: r270011 - head/sys/vm

2014-08-15 Thread Konstantin Belousov
Author: kib Date: Fri Aug 15 07:30:14 2014 New Revision: 270011 URL: http://svnweb.freebsd.org/changeset/base/270011 Log: Implement 'fast path' for the vm page fault handler. Or, it could be called a scalable path. When several preconditions hold, the vm object lock for the object containi