The branch stable/14 has been updated by des:

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

commit 78381cdaf50fabbcda520f6c163880f2deab0740
Author:     Dag-Erling Smørgrav <[email protected]>
AuthorDate: 2026-05-27 13:10:35 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
CommitDate: 2026-06-04 14:40:29 +0000

    login.conf(5): Add missing resource limits
    
    While here, reorder the table.
    
    PR:             295618
    MFC after:      1 week
    Reviewed by:    olce
    Differential Revision:  https://reviews.freebsd.org/D57258
    
    (cherry picked from commit e9346d1d1383e8c1dced50a3aceb28edd5a4a5e2)
---
 lib/libutil/login.conf.5 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 27f37fb5fc30..03a2ae89e4df 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -17,7 +17,7 @@
 .\" 5. Modifications may be freely made to this file providing the above
 .\"    conditions are met.
 .\"
-.Dd June 28, 2023
+.Dd May 27, 2026
 .Dt LOGIN.CONF 5
 .Os
 .Sh NAME
@@ -194,17 +194,18 @@ login environment.
 .It "cputime   time            CPU usage limit."
 .It "datasize  size            Maximum data size limit."
 .It "filesize  size            Maximum file size limit."
+.It "kqueues   number          Maximum number of kernel event queues."
 .It "maxproc   number          Maximum number of processes."
 .It "memorylocked      size            Maximum locked in core memory size 
limit."
 .It "memoryuse size            Maximum of core memory use size limit."
 .It "openfiles number          Maximum number of open files per process."
+.It "pipebuf   size            Maximum size of pipe buffers."
+.It "pseudoterminals   number          Maximum number of pseudo-terminals."
 .It "sbsize    size            Maximum permitted socketbuffer size."
-.It "vmemoryuse        size            Maximum permitted total VM usage per 
process."
 .It "stacksize size            Maximum stack size limit."
-.It "pseudoterminals   number          Maximum number of pseudo-terminals."
 .It "swapuse   size            Maximum swap space size limit."
 .It "umtxp     number          Maximum number of process-shared pthread locks."
-.It "pipebuf   size            Maximum size of pipe buffers."
+.It "vmemoryuse        size            Maximum permitted total VM usage per 
process."
 .El
 .Pp
 These resource limit entries actually specify both the maximum

Reply via email to