CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/07/02 08:36:56
Modified files: sys/sys : mutex.h Log message: Make the mtx_owner pointer volatile in struct db_mutex else db_mtx_enter() may not work properly. OK kettenis@ miod@