git: aa9e4fe3c902 - main - getconf: Report value of _SC_PHYS_PAGES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Oct 2025 20:44:39 UTC
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