Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2025 20:44:39 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: aa9e4fe3c902 - main - getconf: Report value of _SC_PHYS_PAGES
Message-ID:  <202510032044.593KidGp098331@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

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

commit aa9e4fe3c9021d623743e26aef879a0036f87c0f
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-10-03 20:43:47 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-10-03 20:43:47 +0000

    getconf: Report value of _SC_PHYS_PAGES
    
    PR:             289717
    Reviewed by:    jhb
---
 usr.bin/getconf/sysconf.gperf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/getconf/sysconf.gperf b/usr.bin/getconf/sysconf.gperf
index baf341c8962b..2bd75dd47851 100644
--- a/usr.bin/getconf/sysconf.gperf
+++ b/usr.bin/getconf/sysconf.gperf
@@ -47,6 +47,7 @@ OPEN_MAX, _SC_OPEN_MAX
 PAGESIZE, _SC_PAGESIZE
 PAGE_SIZE, _SC_PAGESIZE
 PASS_MAX, _SC_PASS_MAX
+PHYS_PAGES, _SC_PHYS_PAGES
 PTHREAD_DESTRUCTOR_ITERATIONS, _SC_THREAD_DESTRUCTOR_ITERATIONS 
 PTHREAD_KEYS_MAX, _SC_THREAD_KEYS_MAX 
 PTHREAD_STACK_MIN, _SC_THREAD_STACK_MIN 



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