Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2024 09:36:49 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ba08efe3f2ff - stable/14 - getrlimit(2): document RLIMIT_UMTXP
Message-ID:  <202409220936.48M9annM000732@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=ba08efe3f2ffd0e1ac6fdd417e04f6495a0560c5

commit ba08efe3f2ffd0e1ac6fdd417e04f6495a0560c5
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-09-10 04:06:32 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-09-21 21:19:49 +0000

    getrlimit(2): document RLIMIT_UMTXP
    
    (cherry picked from commit 3a2a5d606082dd782594b393c3920b9478698f07)
---
 lib/libc/sys/getrlimit.2 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index b28a82ca9534..2e79b3000c69 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -120,6 +120,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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409220936.48M9annM000732>