From e8c7ac9a7990d41daada0f2a3b49ba7030051b49 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 7 Sep 2023 23:48:17 +0000 Subject: Prepare for 2.6.2.0, add minflt/majflt to s6-ps Signed-off-by: Laurent Bercot --- NEWS | 3 +- doc/index.html | 4 +- doc/s6-ps.html | 4 ++ doc/upgrade.html | 2 +- package/info | 2 +- src/include-local/s6ps.h | 14 ++++- src/libs6ps/s6ps_pfield.c | 36 +++++++++++++ src/libs6ps/s6ps_statparse.c | 8 +-- src/s6-linux-utils/s6-ps.c | 120 +++++++++++++++++++++++-------------------- 9 files changed, 127 insertions(+), 66 deletions(-) diff --git a/NEWS b/NEWS index 7761b50..2ec2bf4 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,10 @@ Changelog for s6-linux-utils. -In 2.6.1.3 +In 2.6.2.0 ---------- - Bugfixes. + - s6-ps now supports minflt, cminflt, majflt, cmajflt. In 2.6.1.2 diff --git a/doc/index.html b/doc/index.html index 3c59b96..5ea0813 100644 --- a/doc/index.html +++ b/doc/index.html @@ -47,7 +47,7 @@ on the wrong page. I apologize for the confusion. The Linux kernel must be 3.5 or later.
  • GNU make, version 3.81 or later
  • skalibs version -2.13.1.0 or later. It's a build-time requirement. It's also a run-time +2.13.2.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -63,7 +63,7 @@ library.