summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2021-09-13 22:07:37 +1000
committerCraig Small <csmall@dropbear.xyz>2021-09-15 20:07:32 +1000
commit6389deca5bf667f5fab5912acde78ba8e0febbc7 (patch)
treedb253db3f3b6549664ac44c415f350a5f684b640 /NEWS
parent8c23dfdcd4d2abeb4ca8f5a20cae043c3c4ae60e (diff)
downloadprocps-ng-6389deca5bf667f5fab5912acde78ba8e0febbc7.tar.gz
sysctl: Support systemd glob patterns
systemd-sysctl handles glob patterns along with overrides and exceptions. Now the procps sysctl does it too. The return value for sysctl is consistently either 0 or 1. Added tests to check sysctl functions. References: procps-ng/procps#191 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 dd7ea3f..f114fcf 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ procps-ng-NEXT
* ps: Add PSS and USS fields issue #112
* ps: Add two new autogroup fields
* slabtop: Don't combine d and o options issue #160
+ * sysctl: Add support for systemd glob patterns issue #191
* sysctl: Check resolved path to be under /proc/sys issue #179
* top: added LOGID similar to 3.3.13 ps LUID
* top: added EXE identical to 3.3.17 ps EXE