git: 6600090e678e - stable/14 - procstat: support RLIMIT_PIPEBUF
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Oct 2024 07:11:13 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=6600090e678ef46264383b70222cd3886c0dbbc7
commit 6600090e678ef46264383b70222cd3886c0dbbc7
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-09-14 13:13:32 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-10-05 07:08:54 +0000
procstat: support RLIMIT_PIPEBUF
(cherry picked from commit 80133d678ecbddb382174a4d48305a7b8cb932e5)
---
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 f930d5b0aee0..ee94213b5e74 100644
--- a/usr.bin/procstat/procstat_rlimit.c
+++ b/usr.bin/procstat/procstat_rlimit.c
@@ -64,6 +64,7 @@ static struct {
{"swapuse", "B "},
{"kqueues", " "},
{"umtxp", " "},
+ {"pipebuf", "B "},
};
_Static_assert(nitems(rlimit_param) == RLIM_NLIMITS,