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