freebsd-src/bin/pkill
Lawrence Stewart 1e781c6f96 The r322210 change to pgrep's PID delimiting behaviour causes pgrep's default
output to not include a trailing new line, which is a potential POLA violation
for existing consumers. Change pgrep to always emit a trailing new line on
completion of its output, regardless of the delimeter in use (which technically
is also a potential POLA violation for existing consumers that rely on the
pre-r322210 buggy behaviour, but a line has to be drawn somewhere).

PR:	221534
Submitted by:	kdrakehp zoho com
Reported by:	kdrakehp zoho com
MFC after:	1 week
X-MFC-with:	r322210
2017-08-17 06:36:21 +00:00
..
tests Increase timeouts so tests have more chances to succeed 2016-10-19 12:23:02 +00:00
Makefile Add HAS_TESTS to all Makefiles that are currently using the 2017-08-02 08:50:42 +00:00
Makefile.depend Update dependencies after r291406 added libelf to libkvm. 2015-12-01 05:18:48 +00:00
pkill.1 Clarify -q is only for pgrep. 2017-06-05 16:00:10 +00:00
pkill.c The r322210 change to pgrep's PID delimiting behaviour causes pgrep's default 2017-08-17 06:36:21 +00:00