Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 06:31:23 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3a2a5d606082 - main - getrlimit(2): document RLIMIT_UMTXP
Message-ID:  <202409150631.48F6VNsm072742@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



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