CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/11 18:52:40
Modified files:
sys/kern : sysv_shm.c
Log message:
Unpublish the segment before entering the potentially sleeping
shm_deallocate_segment() in the sys_shmat() and sys_shmctl() paths. The
remaining shm_delete_mapping() already has the right order.
>From Acts1631
