CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/11/05 13:39:10
Modified files:
devel/kf6/kcoreaddons: Makefile
Added files:
devel/kf6/kcoreaddons/patches:
patch-src_lib_util_kmemoryinfo_cpp
Log message:
Add OpenBSD available memory detection and refactor
"Adds m_availablePhysical status to OpenBSD by leveraging sysctl's
HW_USERMEM64, which returns "[the] amount of available non-kernel memory in
bytes". While here, refactor physical memory to use HW_PHYSMEM64. Lastly,
re-use an existing size variable.
This allows consumers (like digikam) to properly account for total available
memory on OpenBSD." from Kristaps Dzonsons, thanks