Date: Thu, 18 Dec 2025 19:13:50 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Jason W. Bacon <jwb@FreeBSD.org> Subject: git: 857d3887e664 - stable/14 - getconf: Report value of _SC_PHYS_PAGES Message-ID: <6944526e.34327.4b9bc6e3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=857d3887e66426865ca73fa143b04b3ca7930ef5 commit 857d3887e66426865ca73fa143b04b3ca7930ef5 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:23 +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_MINhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6944526e.34327.4b9bc6e3>
