[Bug 268479] lib/libc/stdlib/getenv.c may have a problem with putenv()
Date: Sun, 25 Dec 2022 17:51:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268479 --- Comment #11 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #10) Among other poor wordings of mine, "hw.machine and hw.machine_arch from the booted kernel" is unclear about the supported architectures handling, such as for: # sysctl hw.model hw.model: ARM Cortex-A72 r0p3 # sysctl kern.supported_archs kern.supported_archs: aarch64 armv7 Booted as aarch64, a chroot or jail can be a native/hardware armv7 for that model. sysctl's hw.machine and hw.machine_arch will report arm and armv7 in such a chroot or jail. -- You are receiving this mail because: You are the assignee for the bug.