svn commit: r302455 - stable/10/usr.sbin/rpc.lockd

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 20:50:44 2016 New Revision: 302455 URL: https://svnweb.freebsd.org/changeset/base/302455 Log: MFC r301871: Add missing break in lock_partialfilelock(..) with NFS_RESERR This will help ensure that the right error is trickled up when the function is called

svn commit: r302453 - stable/10/usr.sbin/rpcbind

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 20:39:37 2016 New Revision: 302453 URL: https://svnweb.freebsd.org/changeset/base/302453 Log: MFC r301605: Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STAT Not returning if rtype == RPCBVERS_STAT will cause us to overrun the inf a

svn commit: r302451 - stable/10/sys/rpc

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 20:30:20 2016 New Revision: 302451 URL: https://svnweb.freebsd.org/changeset/base/302451 Log: MFC r301800: Deobfuscate cleanup path in clnt_bck_create(..) Similar to r300836, cl and ct will always be non-NULL as they're allocated using the mem_alloc rout

svn commit: r302447 - stable/10/contrib/netbsd-tests/lib/libc/string

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:19:30 2016 New Revision: 302447 URL: https://svnweb.freebsd.org/changeset/base/302447 Log: MFC r301749: Add debug output to aid in determining why `goodResult` != `result` PR: 210619 (for diagnosis) Modified: stable/10/contrib/netbsd-tests/lib/libc/s

svn commit: r302444 - stable/10/lib/libc/net

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:13:18 2016 New Revision: 302444 URL: https://svnweb.freebsd.org/changeset/base/302444 Log: MFC r301708: Revert r301707 getnetent_p doesn't return NULL like getnetent does. coccinelle got confused and I didn't verify that it worked before committing t

svn commit: r302442 - stable/10/lib/libc/net

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:04:51 2016 New Revision: 302442 URL: https://svnweb.freebsd.org/changeset/base/302442 Log: MFC r301707: Use NULL instead of `0` in _ht_getnetbyname(..) - getnetent returns NULL on completion/error. - .h_aliases is NULL terminated. Modified: stable/

svn commit: r302425 - in stable/10/contrib/libarchive: libarchive libarchive/test libarchive_fe

2016-07-08 Thread Martin Matuska
Author: mm Date: Fri Jul 8 10:06:02 2016 New Revision: 302425 URL: https://svnweb.freebsd.org/changeset/base/302425 Log: MFC r302294: Sync libarchive with vendor, bugfixes for tests: - fix tests on filesystems without birthtime support, e.g. UFS1 (1) - vendor issue #729: avoid use of C