git: 80133d678ecb - main - procstat: support RLIMIT_PIPEBUF
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Sep 2024 06:46:54 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=80133d678ecbddb382174a4d48305a7b8cb932e5
commit 80133d678ecbddb382174a4d48305a7b8cb932e5
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-09-14 13:13:32 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-09-20 06:46:07 +0000
procstat: support RLIMIT_PIPEBUF
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D46619
---
usr.bin/procstat/procstat_rlimit.c | 1 +
1 file changed, 1 insertion(+)
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,