svn commit: r264720 - head/sys/dev/ath

2014-04-21 Thread Adrian Chadd
Author: adrian Date: Mon Apr 21 06:07:08 2014 New Revision: 264720 URL: http://svnweb.freebsd.org/changeset/base/264720 Log: Rewrite the cleanup code to, well, actually work right. The existing cleanup code was based on the Atheros reference driver from way back and stuff that was in

svn commit: r264721 - head/lib/libc/arm/gen

2014-04-21 Thread Andrew Turner
Author: andrew Date: Mon Apr 21 09:43:22 2014 New Revision: 264721 URL: http://svnweb.freebsd.org/changeset/base/264721 Log: Rename the fp{get,set}* files so they no longer conflict with the softfloat version of these files. Keep them within this directory so they can be used to implement

svn commit: r264722 - stable/10/sys/netinet6

2014-04-21 Thread Andrey V. Elsukov
Author: ae Date: Mon Apr 21 11:17:29 2014 New Revision: 264722 URL: http://svnweb.freebsd.org/changeset/base/264722 Log: MFC r264364: Properly release the in6_multi lock. Sponsored by: Yandex LLC Modified: stable/10/sys/netinet6/in6_mcast.c Directory Properties: stable/10/

svn commit: r264723 - stable/9/sys/netinet6

2014-04-21 Thread Andrey V. Elsukov
Author: ae Date: Mon Apr 21 11:24:01 2014 New Revision: 264723 URL: http://svnweb.freebsd.org/changeset/base/264723 Log: MFC r264364: Properly release the in6_multi lock. Sponsored by: Yandex LLC Modified: stable/9/sys/netinet6/in6_mcast.c Directory Properties: stable/9/sys/

svn commit: r264725 - head/tools/regression/lib/libc/stdio

2014-04-21 Thread Jilles Tjoelker
Author: jilles Date: Mon Apr 21 12:39:35 2014 New Revision: 264725 URL: http://svnweb.freebsd.org/changeset/base/264725 Log: libc: Add fopen() test to regression Makefile. Modified: head/tools/regression/lib/libc/stdio/Makefile Modified: head/tools/regression/lib/libc/stdio/Makefile

Re: svn commit: r263778 - in head: bin lib lib/clang sbin share/mk usr.bin usr.sbin

2014-04-21 Thread Ian Lepore
On Thu, 2014-03-27 at 20:44 +0100, Dimitry Andric wrote: On 27 Mar 2014, at 19:12, Jilles Tjoelker jil...@stack.nl wrote: On Thu, Mar 27, 2014 at 11:05:00AM -0600, Warner Losh wrote: On Mar 26, 2014, at 4:30 PM, Dimitry Andric d...@freebsd.org wrote: Author: dim Date: Wed Mar 26 22:30:38

Re: svn commit: r263778 - in head: bin lib lib/clang sbin share/mk usr.bin usr.sbin

2014-04-21 Thread Warner Losh
(sorry for the top post) This looks good to my eye. I’d be tempted to toss in a comment about the __wait=.WAIT construct is due to the primitive nature of bmake’s parser so it runs afoul of the .for/.if construction rules and this is needed to expand the for variable. It tripped me up when I

svn commit: r264727 - stable/10/sys/cam/ctl

2014-04-21 Thread Alexander Motin
Author: mav Date: Mon Apr 21 16:26:24 2014 New Revision: 264727 URL: http://svnweb.freebsd.org/changeset/base/264727 Log: MFC r264191: Report stripe size and offset of the backing device in READ CAPACITY (16) as physical sector size and offset. Modified: stable/10/sys/cam/ctl/ctl.c

svn commit: r264728 - stable/9/sys/cam/ctl

2014-04-21 Thread Alexander Motin
Author: mav Date: Mon Apr 21 16:29:54 2014 New Revision: 264728 URL: http://svnweb.freebsd.org/changeset/base/264728 Log: MFC r264191: Report stripe size and offset of the backing device in READ CAPACITY (16) as physical sector size and offset. Modified: stable/9/sys/cam/ctl/ctl.c

svn commit: r264729 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-04-21 Thread Alexander Motin
Author: mav Date: Mon Apr 21 16:33:49 2014 New Revision: 264729 URL: http://svnweb.freebsd.org/changeset/base/264729 Log: MFC r264341: Create zvol devices on zfs clone. While big and shiny patch is not ready, it is better to have something. PR: kern/178999 Modified:

svn commit: r264730 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-04-21 Thread Alexander Motin
Author: mav Date: Mon Apr 21 16:35:14 2014 New Revision: 264730 URL: http://svnweb.freebsd.org/changeset/base/264730 Log: MFC r264341: Create zvol devices on zfs clone. While big and shiny patch is not ready, it is better to have something. PR: kern/178999 Modified:

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

2014-04-21 Thread Glen Barber
Author: gjb Date: Mon Apr 21 16:35:19 2014 New Revision: 264731 URL: http://svnweb.freebsd.org/changeset/base/264731 Log: urndis(4) will first appear in 9.3-RELEASE. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/urndis.4 Modified:

svn commit: r264732 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-04-21 Thread Alexander Motin
Author: mav Date: Mon Apr 21 16:42:15 2014 New Revision: 264732 URL: http://svnweb.freebsd.org/changeset/base/264732 Log: MFC r264077: Add BIO_DELETE support to ZVOL. It is an adapted merge from the vendor branch of: 701 UNMAP support for COMSTAR (in part related to ZFS)

svn commit: r264733 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-04-21 Thread Alexander Motin
Author: mav Date: Mon Apr 21 16:46:44 2014 New Revision: 264733 URL: http://svnweb.freebsd.org/changeset/base/264733 Log: MFC r264193: In addition to r264077, tell GEOM that we do support BIO_DELETE now. Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c Directory

svn commit: r264735 - stable/9/sys/dev/ciss

2014-04-21 Thread Sean Bruno
Author: sbruno Date: Mon Apr 21 16:55:02 2014 New Revision: 264735 URL: http://svnweb.freebsd.org/changeset/base/264735 Log: MFC r264127 Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4) Submitted by: Benesh, Scott scott.ben...@hp.com Sponsored by: Yahoo! Inc.

svn commit: r264734 - stable/10/sys/dev/ciss

2014-04-21 Thread Sean Bruno
Author: sbruno Date: Mon Apr 21 16:54:38 2014 New Revision: 264734 URL: http://svnweb.freebsd.org/changeset/base/264734 Log: MFC r264127 Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4) Submitted by: Benesh, Scott scott.ben...@hp.com Sponsored by: Yahoo! Inc.

svn commit: r264736 - stable/10/sys/dev/cxgbe

2014-04-21 Thread Maksim Yevmenkin
Author: emax Date: Mon Apr 21 17:17:23 2014 New Revision: 264736 URL: http://svnweb.freebsd.org/changeset/base/264736 Log: MFC r264621 use correct (integer) type for the temperature sysctl Reviewed by: np, scottl Obtained from:Netflix Modified:

svn commit: r264737 - in head: lib/libc/stdio tools/regression/lib/libc/stdio

2014-04-21 Thread Jilles Tjoelker
Author: jilles Date: Mon Apr 21 17:40:23 2014 New Revision: 264737 URL: http://svnweb.freebsd.org/changeset/base/264737 Log: libc/stdio: Fail fdopen() on an execute-only fd. An execute-only fd (opened with O_EXEC) allows neither read() nor write() and is therefore incompatible with all

svn commit: r264738 - head/sys/fs/nfsclient

2014-04-21 Thread Rick Macklem
Author: rmacklem Date: Mon Apr 21 19:10:23 2014 New Revision: 264738 URL: http://svnweb.freebsd.org/changeset/base/264738 Log: For an NFSv4 mount with the nocto option, don't get the up to date file attributes upon close. This reduces the Getattr RPC count by about 65% for software builds.

svn commit: r264739 - head/sys/netinet

2014-04-21 Thread Rick Macklem
Author: rmacklem Date: Mon Apr 21 19:17:19 2014 New Revision: 264739 URL: http://svnweb.freebsd.org/changeset/base/264739 Log: Add {} braces so that the code conforms to the indentation. Fortunately, I don't think doing the assignment of cap-tsomax unconditionally causes any problem.

svn commit: r264740 - head/usr.sbin/portsnap/portsnap

2014-04-21 Thread Xin LI
Author: delphij Date: Mon Apr 21 19:33:27 2014 New Revision: 264740 URL: http://svnweb.freebsd.org/changeset/base/264740 Log: Use case insensitive match in portsnap. PR: bin/186510 Submitted by: olli MFC after:2 weeks Modified:

svn commit: r264741 - in head: cddl cddl/lib cddl/lib/tests cddl/sbin cddl/sbin/tests cddl/tests cddl/usr.bin cddl/usr.bin/tests cddl/usr.sbin cddl/usr.sbin/tests etc etc/mtree etc/tests games game...

2014-04-21 Thread Julio Merino
Author: jmmv Date: Mon Apr 21 21:39:25 2014 New Revision: 264741 URL: http://svnweb.freebsd.org/changeset/base/264741 Log: Add placeholder Kyuafiles for various top-level hierarchies. This change adds tests/ directories in the source tree to create various subdirectories in /usr/tests/

svn commit: r264742 - head

2014-04-21 Thread Julio Merino
Author: jmmv Date: Mon Apr 21 22:36:31 2014 New Revision: 264742 URL: http://svnweb.freebsd.org/changeset/base/264742 Log: Prevent building tests when bootstrapping make. Should fix the breakage reported by tinderbox when WITHOUT_BMAKE is set, which was probably introduced in r263346..

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

2014-04-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 21 22:47:18 2014 New Revision: 264743 URL: http://svnweb.freebsd.org/changeset/base/264743 Log: Add parameterized position handling to printf(1). Add a new %n$ option to change the order of the parameters as done in the ksh93 builtin printf (among others).

Re: svn commit: r263346 - in head: etc/mtree tools/build/mk tools/regression/usr.bin/make usr.bin/make usr.bin/make/tests usr.bin/make/tests/archives/fmt_44bsd usr.bin/make/tests/archives/fmt_44bsd_mo

2014-04-21 Thread Julio Merino
On Fri, Mar 28, 2014 at 1:32 AM, Julio Merino j...@freebsd.org wrote: On Wed, Mar 26, 2014 at 12:25 AM, Dag-Erling Smørgrav d...@des.no wrote: Julio Merino j...@freebsd.org writes: Log: Migrate tools/regression/usr.bin/make/ to the new tests layout. Note that these tests are for fmake,

svn commit: r264744 - in head/usr.bin: grep grep/regex patch sort

2014-04-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 21 22:52:18 2014 New Revision: 264744 URL: http://svnweb.freebsd.org/changeset/base/264744 Log: Various style(9) fixes and typos in grep, sort and patch. MFC after:3 days Modified: head/usr.bin/grep/grep.c head/usr.bin/grep/grep.h

svn commit: r264745 - stable/10/sys/dev/usb/net

2014-04-21 Thread Pyun YongHyeon
Author: yongari Date: Tue Apr 22 04:30:24 2014 New Revision: 264745 URL: http://svnweb.freebsd.org/changeset/base/264745 Log: MFC r264062: Correct endianness handling in getting station address from EEPROM. While I'm here, remove aue_eeprom_getword() as its only usage is to read

svn commit: r264746 - stable/9/sys/dev/usb/net

2014-04-21 Thread Pyun YongHyeon
Author: yongari Date: Tue Apr 22 04:31:07 2014 New Revision: 264746 URL: http://svnweb.freebsd.org/changeset/base/264746 Log: MFC r264062: Correct endianness handling in getting station address from EEPROM. While I'm here, remove aue_eeprom_getword() as its only usage is to read

svn commit: r264747 - stable/10/sys/dev/nfe

2014-04-21 Thread Pyun YongHyeon
Author: yongari Date: Tue Apr 22 04:35:07 2014 New Revision: 264747 URL: http://svnweb.freebsd.org/changeset/base/264747 Log: MFC r264293: Add workaround for MCP61 Ethernet controller found on MSI K9 motherboard. PHY hardware used for the controller responded at all possible

svn commit: r264748 - stable/9/sys/dev/nfe

2014-04-21 Thread Pyun YongHyeon
Author: yongari Date: Tue Apr 22 04:36:53 2014 New Revision: 264748 URL: http://svnweb.freebsd.org/changeset/base/264748 Log: MFC r264293: Add workaround for MCP61 Ethernet controller found on MSI K9 motherboard. PHY hardware used for the controller responded at all possible

svn commit: r264749 - head/sys/fs/nfsclient

2014-04-21 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 22 04:42:46 2014 New Revision: 264749 URL: http://svnweb.freebsd.org/changeset/base/264749 Log: Fixes mkdir for the NFSv2 client that was broken by r264705. Reported by: bdrewery MFC after:2 weeks Modified: head/sys/fs/nfsclient/nfs_clrpcops.c