summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-07-18 20:51:41 +1000
committerCraig Small <csmall@dropbear.xyz>2022-07-18 20:51:41 +1000
commit95a253aa6e95fa1f8e3ed11f3a8d93c3e59aff2e (patch)
treeb346219e0748c854ad624cab3dfda615fa232206 /NEWS
parentbcce3e440a1e1ee130c7371251a39c031519336a (diff)
downloadprocps-ng-95a253aa6e95fa1f8e3ed11f3a8d93c3e59aff2e.tar.gz
pgrep: Better warning if pidfd_open not implemented
If procps is built on a Linux 5.3+ system then pidwait is built with pidfd_open(). If that program is run on a system < 5.3 then it gives an odd generic error. If we get a ENOSYS from one pid, we will get it for all the others so its better to explain what happens and terminate. The man page is updated to note this issue. This came up due to killall in psmisc using pidfd_send_signal References: https://bugs.debian.org/1015228 Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3e7148..d395bc0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ procps-ng-NEXT
* library
Re-add elogind support merge #151
Used memory is Total - Available
+ * pidwait: Better warning if pidfd_open not implemented
* pmap: Dont reuse stdin filehandle issue #231
* ps: threads again display when -L is used with -q issue #234
* ps: proper aix format string behavior was restored