svn commit: r284005 - stable/10/release

2015-06-04 Thread Glen Barber
Author: gjb Date: Fri Jun 5 00:28:38 2015 New Revision: 284005 URL: https://svnweb.freebsd.org/changeset/base/284005 Log: MFC r283919: Remove trailing tabs to avoid spamming stdout with long lines. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/Makefile.ec2

svn commit: r284007 - head/sys/dev/cxgbe

2015-06-04 Thread Navdeep Parhar
Author: np Date: Fri Jun 5 00:37:46 2015 New Revision: 284007 URL: https://svnweb.freebsd.org/changeset/base/284007 Log: cxgbe: set the minimum burst size when fetching fl buffers to 128B for netmap rx queues too. This should have gone in as part of r283858. Modified:

svn commit: r284006 - stable/10/sys/dev/ahci

2015-06-04 Thread Alexander Motin
Author: mav Date: Fri Jun 5 00:35:17 2015 New Revision: 284006 URL: https://svnweb.freebsd.org/changeset/base/284006 Log: MFC r283936: Restore AHCI quirks printing as base16. smh@ at r278034 made it base17, that is somewhat odd. :) Modified: stable/10/sys/dev/ahci/ahci.h Directory

svn commit: r284009 - in stable/10: etc/rc.d share/man/man7

2015-06-04 Thread Colin Percival
Author: cperciva Date: Fri Jun 5 00:46:49 2015 New Revision: 284009 URL: https://svnweb.freebsd.org/changeset/base/284009 Log: MFC r273955,274060,274164: Add /etc/rc.d/growfs script. Added: stable/10/etc/rc.d/growfs - copied, changed from r273955, head/etc/rc.d/growfs

Re: svn commit: r284010 - head/release/tools

2015-06-04 Thread Glen Barber
On Fri, Jun 05, 2015 at 02:22:05AM +, Glen Barber wrote: Author: gjb Date: Fri Jun 5 02:22:04 2015 New Revision: 284010 URL: https://svnweb.freebsd.org/changeset/base/284010 Log: Work around a potential bug in pw(8) when '-m' is specified. According to the manual page, '-m'

svn commit: r284010 - head/release/tools

2015-06-04 Thread Glen Barber
Author: gjb Date: Fri Jun 5 02:22:04 2015 New Revision: 284010 URL: https://svnweb.freebsd.org/changeset/base/284010 Log: Work around a potential bug in pw(8) when '-m' is specified. According to the manual page, '-m' should create the user home directory, however rigorous testing suggests

svn commit: r284008 - stable/10/bin/pax

2015-06-04 Thread Xin LI
Author: delphij Date: Fri Jun 5 00:39:34 2015 New Revision: 284008 URL: https://svnweb.freebsd.org/changeset/base/284008 Log: MFC r283257: Eliminate unneeded includes. Modified: stable/10/bin/pax/ar_subs.c stable/10/bin/pax/buf_subs.c stable/10/bin/pax/cache.c

svn commit: r284001 - head/lib/libc/string

2015-06-04 Thread Jilles Tjoelker
Author: jilles Date: Thu Jun 4 21:54:46 2015 New Revision: 284001 URL: https://svnweb.freebsd.org/changeset/base/284001 Log: strchr(3): Mdoc fixes. Modified: head/lib/libc/string/strchr.3 Modified: head/lib/libc/string/strchr.3

svn commit: r284004 - head/release/tools

2015-06-04 Thread Glen Barber
Author: gjb Date: Thu Jun 4 23:11:24 2015 New Revision: 284004 URL: https://svnweb.freebsd.org/changeset/base/284004 Log: Make sure /home exists within the DESTDIR before creating the 'freebsd' user account. Sponsored by: The FreeBSD Foundation Modified: head/release/tools/arm.subr

svn commit: r283999 - head/sys/dev/drm

2015-06-04 Thread John Baldwin
Author: jhb Date: Thu Jun 4 20:36:16 2015 New Revision: 283999 URL: https://svnweb.freebsd.org/changeset/base/283999 Log: Remove compatibility shims for FreeBSD versions older than 8.0. Modified: head/sys/dev/drm/drmP.h head/sys/dev/drm/drm_agpsupport.c head/sys/dev/drm/drm_bufs.c

svn commit: r284000 - head/tests/sys/kern

2015-06-04 Thread John Baldwin
Author: jhb Date: Thu Jun 4 21:07:27 2015 New Revision: 284000 URL: https://svnweb.freebsd.org/changeset/base/284000 Log: Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processes of the main test process. Differential Revision:https://reviews.freebsd.org/D2664

svn commit: r284002 - in stable/10: share/mk sys/conf

2015-06-04 Thread Warner Losh
Author: imp Date: Thu Jun 4 22:11:39 2015 New Revision: 284002 URL: https://svnweb.freebsd.org/changeset/base/284002 Log: MFC: Merge more of the dtb machinery Merge 278459,278460,278461,278462 which define DTBDIR and other things needed for install to work. Although the commit in head

svn commit: r284003 - head/sys/net80211

2015-06-04 Thread Adrian Chadd
Author: adrian Date: Thu Jun 4 23:07:21 2015 New Revision: 284003 URL: https://svnweb.freebsd.org/changeset/base/284003 Log: Some hostap setups may result in raw frames being transmitted with no parameters set. So, don't unconditionally call things. Thanks to jkim@ for pointing this

svn commit: r283994 - head/sys/net80211

2015-06-04 Thread Adrian Chadd
Author: adrian Date: Thu Jun 4 17:54:41 2015 New Revision: 283994 URL: https://svnweb.freebsd.org/changeset/base/283994 Log: Tag outbound raw 802.11 frames with both the node and an mbuf tag with the transmit params. This allows raw 802.11 frames to be queued in the driver if necessary,

svn commit: r283991 - head/release/arm

2015-06-04 Thread Glen Barber
Author: gjb Date: Thu Jun 4 16:32:16 2015 New Revision: 283991 URL: https://svnweb.freebsd.org/changeset/base/283991 Log: Add initial support for building images for the Duovero Gumstix board. Sponsored by: The FreeBSD Foundation Added: head/release/arm/GUMSTIX.conf (contents,

svn commit: r283992 - head/release/arm

2015-06-04 Thread Glen Barber
Author: gjb Date: Thu Jun 4 16:33:29 2015 New Revision: 283992 URL: https://svnweb.freebsd.org/changeset/base/283992 Log: Fix a whitespace nit. Sponsored by: The FreeBSD Foundation Modified: head/release/arm/BEAGLEBONE.conf Modified: head/release/arm/BEAGLEBONE.conf

svn commit: r283990 - in stable/10/sys/dev/mpr: . mpi

2015-06-04 Thread Stephen McConnell
Author: slm Date: Thu Jun 4 16:27:18 2015 New Revision: 283990 URL: https://svnweb.freebsd.org/changeset/base/283990 Log: MFC: r283661 - Updated all files with 2015 Avago copyright, and updated LSI's copyright dates. - Changed all of the PCI device strings from LSI to Avago

Re: svn commit: r283986 - head/sys/net80211

2015-06-04 Thread Adrian Chadd
oops, sorry! Thanks Andrew! -a On 4 June 2015 at 03:55, Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Thu Jun 4 10:55:36 2015 New Revision: 283986 URL: https://svnweb.freebsd.org/changeset/base/283986 Log: Fix the build by hiding ieee80211_add_xmit_params and

svn commit: r283989 - head/etc

2015-06-04 Thread Glen Barber
Author: gjb Date: Thu Jun 4 15:02:05 2015 New Revision: 283989 URL: https://svnweb.freebsd.org/changeset/base/283989 Log: Re-implement endian-aware services_mkdb(8) in the 'distribute' target. This effectively reverts r261142, which reverted both r261031 and r261044. Prodded by:

svn commit: r283980 - head/sys/net80211

2015-06-04 Thread Adrian Chadd
Author: adrian Date: Thu Jun 4 06:30:39 2015 New Revision: 283980 URL: https://svnweb.freebsd.org/changeset/base/283980 Log: First pass of adding transmit parameters as an option for outbound 802.11 mbufs. The raw transmit path currently doesn't make it easy to queue these frames:

svn commit: r283983 - in head: . sys/sys

2015-06-04 Thread Xin LI
disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20150604: + Generation of legacy formatted entries have been disabled by default + in pwd_mkdb(8), as all base system consumers of the legacy formatted + entries

svn commit: r283981 - head/usr.sbin/pwd_mkdb

2015-06-04 Thread Xin LI
Author: delphij Date: Thu Jun 4 07:24:56 2015 New Revision: 283981 URL: https://svnweb.freebsd.org/changeset/base/283981 Log: In r113596, version 4 of entries have been added but pwd_mkdb have been generating both new (machine independent) and legacy version entries (endianness sensitive).

svn commit: r283982 - head/usr.sbin/pwd_mkdb

2015-06-04 Thread Xin LI
Author: delphij Date: Thu Jun 4 07:25:40 2015 New Revision: 283982 URL: https://svnweb.freebsd.org/changeset/base/283982 Log: Whitespace changes for r283981. No actual code changes. Modified: head/usr.sbin/pwd_mkdb/pwd_mkdb.c Modified: head/usr.sbin/pwd_mkdb/pwd_mkdb.c

Re: svn commit: r283974 - head/lib/libugidfw

2015-06-04 Thread Konstantin Belousov
On Thu, Jun 04, 2015 at 02:44:37AM +, Marcelo Araujo wrote: Author: araujo (ports committer) Date: Thu Jun 4 02:44:37 2015 New Revision: 283974 URL: https://svnweb.freebsd.org/changeset/base/283974 Log: Remove unused variables and silence clang warnings. Differential

Re: svn commit: r283969 - head/lib/libutil

2015-06-04 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 6/3/15 22:21, Baptiste Daroussin wrote: On Wed, Jun 03, 2015 at 03:43:46PM -0700, Xin Li wrote: On 06/03/15 14:58, Baptiste Daroussin wrote: On Thu, Jun 04, 2015 at 12:51:46AM +0300, Sergey Kandaurov wrote: On 3 June 2015 at 23:48,

svn commit: r283986 - head/sys/net80211

2015-06-04 Thread Andrew Turner
Author: andrew Date: Thu Jun 4 10:55:36 2015 New Revision: 283986 URL: https://svnweb.freebsd.org/changeset/base/283986 Log: Fix the build by hiding ieee80211_add_xmit_params and ieee80211_get_xmit_params from userspace. Modified: head/sys/net80211/ieee80211_freebsd.h Modified:

svn commit: r283997 - head/bin/chmod

2015-06-04 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 4 19:18:58 2015 New Revision: 283997 URL: https://svnweb.freebsd.org/changeset/base/283997 Log: Change directory permissions in pre-order. In this order, it won't try to recurse into a directory for which it doesn't have permission, before changing that

Re: svn commit: r283974 - head/lib/libugidfw

2015-06-04 Thread NGie Cooper
On Thu, Jun 4, 2015 at 12:41 AM, Konstantin Belousov kostik...@gmail.com wrote: ... - size = sizeof(rule); error = sysctl(name, len, NULL, NULL, rule, 0); This is very strange chunk. I suspect that the intent was to have 'size' as the sixth argument to the sysctl(3) call, or just

svn commit: r283984 - head/lib/libutil

2015-06-04 Thread Baptiste Daroussin
Author: bapt Date: Thu Jun 4 08:00:11 2015 New Revision: 283984 URL: https://svnweb.freebsd.org/changeset/base/283984 Log: revert r283969,283970 not needed anymore after r283981 Modified: head/lib/libutil/Makefile head/lib/libutil/libutil.h head/lib/libutil/pw_util.3

svn commit: r283985 - head/etc

2015-06-04 Thread Baptiste Daroussin
Author: bapt Date: Thu Jun 4 08:05:44 2015 New Revision: 283985 URL: https://svnweb.freebsd.org/changeset/base/283985 Log: After r283981 it is no more needed to specify endianness when generating the passwd database Modified: head/etc/Makefile Modified: head/etc/Makefile

Re: svn commit: r283969 - head/lib/libutil

2015-06-04 Thread Baptiste Daroussin
On Thu, Jun 04, 2015 at 12:52:58AM -0700, Xin Li wrote: On 6/3/15 22:21, Baptiste Daroussin wrote: On Wed, Jun 03, 2015 at 03:43:46PM -0700, Xin Li wrote: On 06/03/15 14:58, Baptiste Daroussin wrote: On Thu, Jun 04, 2015 at 12:51:46AM +0300, Sergey Kandaurov wrote: On 3 June 2015 at

Re: svn commit: r283985 - head/etc

2015-06-04 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 6/4/15 01:05, Baptiste Daroussin wrote: Author: bapt Date: Thu Jun 4 08:05:44 2015 New Revision: 283985 URL: https://svnweb.freebsd.org/changeset/base/283985 Log: After r283981 it is no more needed to specify endianness when generating

Re: svn commit: r283974 - head/lib/libugidfw

2015-06-04 Thread Marcelo Araujo
2015-06-04 16:29 GMT+08:00 NGie Cooper yaneurab...@gmail.com: On Thu, Jun 4, 2015 at 12:41 AM, Konstantin Belousov kostik...@gmail.com wrote: ... - size = sizeof(rule); error = sysctl(name, len, NULL, NULL, rule, 0); This is very strange chunk. I suspect that the intent was to

svn commit: r283987 - stable/10/sys/fs/nfsclient

2015-06-04 Thread Rick Macklem
Author: rmacklem Date: Thu Jun 4 12:35:00 2015 New Revision: 283987 URL: https://svnweb.freebsd.org/changeset/base/283987 Log: MFC: r283273 The NFS client wasn't handling getdirentries(2) requests for sizes that are not an exact multiple of DIRBLKSIZ correctly. Fortunately readdir(3)

svn commit: r283988 - head/sys/netinet

2015-06-04 Thread Michael Tuexen
Author: tuexen Date: Thu Jun 4 12:46:56 2015 New Revision: 283988 URL: https://svnweb.freebsd.org/changeset/base/283988 Log: Export a pointer to the SCTP socket. This is needed to add SCTP support to sockstat. MFC after: 3 days Modified: head/sys/netinet/sctp_sysctl.c