svn commit: r281729 - stable/10/lib/libc/sys

2015-04-19 Thread Sergey Kandaurov
Author: pluknet Date: Sun Apr 19 07:46:32 2015 New Revision: 281729 URL: https://svnweb.freebsd.org/changeset/base/281729 Log: MFC r274933 (by bapt), r281470: r274933 - Ta is only allowed with Bl -column not in Bl -item r281470 - Remove obsolete bits about maximum number of file systems.

svn commit: r281730 - stable/10/share/man/man4

2015-04-19 Thread Sergey Kandaurov
Author: pluknet Date: Sun Apr 19 07:49:39 2015 New Revision: 281730 URL: https://svnweb.freebsd.org/changeset/base/281730 Log: MFC r280688 (by ru): Corrected descriptions of net.inet.icmp.icmplim and icmplim_output. Modified: stable/10/share/man/man4/icmp.4 Directory Properties: stable

svn commit: r281732 - stable/10/sys/dev/acpica

2015-04-19 Thread Konstantin Belousov
Author: kib Date: Sun Apr 19 08:31:26 2015 New Revision: 281732 URL: https://svnweb.freebsd.org/changeset/base/281732 Log: MFC r281462: Define capabilities bits from the revision 007 of the document 302223. Modified: stable/10/sys/dev/acpica/acpivar.h Directory Properties: stable/10/ (p

svn commit: r281741 - stable/10/lib/libc/gen

2015-04-19 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 19 13:28:32 2015 New Revision: 281741 URL: https://svnweb.freebsd.org/changeset/base/281741 Log: MFC r281082: fts: Don't return FTS_SLNONE if it's not a symlink (if race). When following symlinks, fts returned FTS_SLNONE when fstatat(flag=0) failed, but a subs

svn commit: r281742 - stable/10/tools/regression/lib/libc/gen

2015-04-19 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 19 13:46:13 2015 New Revision: 281742 URL: https://svnweb.freebsd.org/changeset/base/281742 Log: MFC r280830: wordexp(): Add testcase for non-default IFS in environment. The non-default IFS is expected to be used. Modified: stable/10/tools/regression/lib/libc

svn commit: r281743 - stable/10/lib/libc/gen

2015-04-19 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 19 13:51:25 2015 New Revision: 281743 URL: https://svnweb.freebsd.org/changeset/base/281743 Log: MFC r280919: wordexp: Explicitly pass along IFS. Per Austin group issue #884, sh should not import IFS from the environment but always set it to $' \t\n'. For word