svn commit: r332591 - stable/10/etc/rc.d

2018-04-16 Thread Kristof Provost
Author: kp Date: Mon Apr 16 16:02:54 2018 New Revision: 332591 URL: https://svnweb.freebsd.org/changeset/base/332591 Log: MFC r331546: pf: reload and resync do the same thing The reload and resync commands for the startup script do exactly the same thing, so implement one as a call t

svn commit: r332610 - in stable/10/usr.bin/tail: . tests

2018-04-16 Thread Alan Somers
Author: asomers Date: Mon Apr 16 16:42:16 2018 New Revision: 332610 URL: https://svnweb.freebsd.org/changeset/base/332610 Log: MFC r329606: tail: fix "tail -r" for piped input that begins with '\n' A subtle logic bug, probably introduced in r311895, caused tail to print the first two

svn commit: r332633 - in stable: 10/lib/libthr/thread 11/lib/libthr/thread

2018-04-16 Thread John Baldwin
Author: jhb Date: Mon Apr 16 20:45:21 2018 New Revision: 332633 URL: https://svnweb.freebsd.org/changeset/base/332633 Log: MFC 331324: Ensure thread library is initialized in pthread_testcancel(). Call _thr_check_init() before reading curthread in pthread_testcancel(). If a constructor