aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2024-09-14 13:13:32 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-09-20 06:46:07 +0000
commit80133d678ecbddb382174a4d48305a7b8cb932e5 (patch)
tree2c6f7ef2d20517ddb8bf56160ec60ebc204610d6
parentb029e29e0d8b928de2da50014d81799dfb5c9047 (diff)
procstat: support RLIMIT_PIPEBUF
Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D46619
-rw-r--r--usr.bin/procstat/procstat_rlimit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/procstat/procstat_rlimit.c b/usr.bin/procstat/procstat_rlimit.c
index 3900ef7dcc14..c34550295f05 100644
--- a/usr.bin/procstat/procstat_rlimit.c
+++ b/usr.bin/procstat/procstat_rlimit.c
@@ -63,6 +63,7 @@ static struct {
{"swapuse", "B "},
{"kqueues", " "},
{"umtxp", " "},
+ {"pipebuf", "B "},
};
_Static_assert(nitems(rlimit_param) == RLIM_NLIMITS,