CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/16 10:37:39
Modified files:
sys/kern : kern_sysctl.c sysv_shm.c
sys/sys : shm.h
Log message:
Introduce in-kernel 'shmid_ds_kern' structure where `shm_nattch' has the
type of uint64_t. The original 'shmid_ds' used to deliver data to the
userland, so API/ABI is not broken. The delivered `shm_nattch' value is
clamped with SHRT_MAX.
ok deraadt
