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 Modif

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 head/usr.bin/grep/regex

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 wrote: > On Wed, Mar 26, 2014 at 12:25 AM, Dag-Erling Smørgrav wrote: >> Julio Merino writes: >>> Log: >>> Migrate tools/regression/usr.bin/make/ to the new tests layout. >>> >>> Note that these tests are for fmake, not bmake, and thus they are n

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). F

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.. M

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/ an

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: head/usr.sbin/portsnap/portsnap/portsnap.s

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. R

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: 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 st

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: head/share/m

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 looke

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 wrote: > > On Thu, Mar 27, 2014 at 11:05:00AM -0600, Warner Losh wrote: > >> On Mar 26, 2014, at 4:30 PM, Dimitry Andric wrote: > >>> Author: dim > >>> Date: Wed Mar 26 22:30:38 2014 > >>> New Rev

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

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 th