git: 3a2a5d606082 - main - getrlimit(2): document RLIMIT_UMTXP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Sep 2024 06:31:23 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3a2a5d606082dd782594b393c3920b9478698f07 commit 3a2a5d606082dd782594b393c3920b9478698f07 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-09-10 04:06:32 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-09-15 06:30:00 +0000 getrlimit(2): document RLIMIT_UMTXP Reviewed by: olce Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D46619 --- lib/libsys/getrlimit.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libsys/getrlimit.2 b/lib/libsys/getrlimit.2 index 670da91a4484..d9b8b7cb896c 100644 --- a/lib/libsys/getrlimit.2 +++ b/lib/libsys/getrlimit.2 @@ -112,6 +112,9 @@ sysctl is set. Please see .Xr tuning 7 for a complete description of this sysctl. +.It Dv RLIMIT_UMTXP +The limit of the number of process-shared posix thread library objects +allocated by user id. .It Dv RLIMIT_VMEM An alias for .Dv RLIMIT_AS .