CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/01/14 11:37:51
Modified files: sys/kern : kern_malloc.c kern_sysctl.c Log message: Unlock sysctl_malloc(). Move `buckstring' and `memall' strings initialization to the end of kmeminit() to make them immutable. The rest of sysctl_malloc() accessed data is already mp-safe. ok claudio