git: 1a9ecead726a - stable/15 - getconf: Report value of _SC_PHYS_PAGES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Dec 2025 19:13:39 UTC
The branch stable/15 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=1a9ecead726a73817b3cd641cbdc03c9bb0abbd8
commit 1a9ecead726a73817b3cd641cbdc03c9bb0abbd8
Author: Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-10-03 20:43:47 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-12-18 18:41:18 +0000
getconf: Report value of _SC_PHYS_PAGES
PR: 289717
Reviewed by: jhb
(cherry picked from commit aa9e4fe3c9021d623743e26aef879a0036f87c0f)
---
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