svn commit: r321073 - stable/10/share/misc

2017-07-17 Thread Baptiste Daroussin
Author: bapt Date: Mon Jul 17 09:26:42 2017 New Revision: 321073 URL: https://svnweb.freebsd.org/changeset/base/321073 Log: MFC r320988: Update pci_vendors to 2017.07.13 Modified: stable/10/share/misc/pci_vendors Directory Properties: stable/10/ (props changed) Modified:

svn commit: r321074 - in stable/10/lib/libc: include stdio

2017-07-17 Thread Konstantin Belousov
Author: kib Date: Mon Jul 17 14:09:34 2017 New Revision: 321074 URL: https://svnweb.freebsd.org/changeset/base/321074 Log: MFC r320472,r320508,r320509: Make stdio deferred cancel-safe. Requested by: eugen Modified: stable/10/lib/libc/include/libc_private.h

svn commit: r321084 - in stable/10: etc/mtree usr.bin/procstat usr.bin/procstat/tests

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 20:57:38 2017 New Revision: 321084 URL: https://svnweb.freebsd.org/changeset/base/321084 Log: MFC r318325: Start writing up some basic feature tests for procstat These tests query a running process for information related to the -b, -c, -e, and -f

svn commit: r321085 - in stable/10: etc/mtree usr.bin/stat usr.bin/stat/tests

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 21:01:07 2017 New Revision: 321085 URL: https://svnweb.freebsd.org/changeset/base/321085 Log: MFC r319834,r319841,r320723,r320724: r319834: Write up some basic tests for readlink(1) The tests exercise -f (f_flag), -n (n_flag), and no arguments

svn commit: r321090 - stable/10/sys/dev/vt/hw/vga

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 21:09:35 2017 New Revision: 321090 URL: https://svnweb.freebsd.org/changeset/base/321090 Log: MFC r319928: Use nitems(..) when computing `max` instead of the longhand version of the same logic Modified: stable/10/sys/dev/vt/hw/vga/vt_vga.c Directory

svn commit: r321091 - stable/10/bin/ln

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 21:10:08 2017 New Revision: 321091 URL: https://svnweb.freebsd.org/changeset/base/321091 Log: MFC r319857: ln(1): wordsmith -F option description Modified: stable/10/bin/ln/ln.1 Directory Properties: stable/10/ (props changed) Modified:

svn commit: r321093 - in stable/10: bin/ln bin/ln/tests etc/mtree

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 21:12:02 2017 New Revision: 321093 URL: https://svnweb.freebsd.org/changeset/base/321093 Log: MFC r319857: ln(1): wordsmith -F option description Added: stable/10/bin/ln/tests/ - copied from r319714, head/bin/ln/tests/ Modified:

svn commit: r321094 - in stable/10/bin/ln: . tests

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 21:13:43 2017 New Revision: 321094 URL: https://svnweb.freebsd.org/changeset/base/321094 Log: MFC r319856,r320172,r320173: r319856: Add a testcase for `ln -sF` The testcase fails today, so mark it with atf_expect_fail: in particular, the target (B)

svn commit: r321098 - stable/10/usr.bin/stat

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 21:19:29 2017 New Revision: 321098 URL: https://svnweb.freebsd.org/changeset/base/321098 Log: MFC r319836: stat(1): sort flags in the DESCRIPTION section -x's description should come after -t's description. Modified: stable/10/usr.bin/stat/stat.1

svn commit: r321097 - stable/10/usr.bin/du

2017-07-17 Thread Ngie Cooper
Author: ngie Date: Mon Jul 17 21:18:44 2017 New Revision: 321097 URL: https://svnweb.freebsd.org/changeset/base/321097 Log: MFC r319846: du(1): trivial whitespace cleanup Modified: stable/10/usr.bin/du/du.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r321067 - in stable/10: share/man/man4 sys/dev/arcmsr

2017-07-17 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:28:34 2017 New Revision: 321067 URL: https://svnweb.freebsd.org/changeset/base/321067 Log: MFC r320986: Update arcmsr(4) to 1.40.00.00 in order to add support of ARC-1884 SATA RAID controllers. Many thanks to Areca for continuing to support

svn commit: r321069 - stable/10/libexec/rshd

2017-07-17 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:37:46 2017 New Revision: 321069 URL: https://svnweb.freebsd.org/changeset/base/321069 Log: MFC r320433: Use strlcpy() instead of strncpy() and nul-terminating. Modified: stable/10/libexec/rshd/rshd.c Directory Properties: stable/10/ (props

svn commit: r321071 - stable/10/lib/libstand

2017-07-17 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:46:57 2017 New Revision: 321071 URL: https://svnweb.freebsd.org/changeset/base/321071 Log: MFC r320468: Don't bother to set target for SEEK_END. While there also collapase SEEK_END into default case in lseek. Modified: