The branch main has been updated by des:

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

commit e9346d1d1383e8c1dced50a3aceb28edd5a4a5e2
Author:     Dag-Erling Smørgrav <[email protected]>
AuthorDate: 2026-05-27 13:10:35 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
CommitDate: 2026-05-27 13:10:35 +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
---
 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 d4bbc1d67780..9b136291dc1e 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 December 15, 2025
+.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