jhb 2007-08-08 16:42:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern sysv_sem.c Log: MFC 1.87: Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). This would lead to an occasional hang with a cycle in semu_list. Revision Changes Path 1.78.2.1 +5 -2 src/sys/kern/sysv_sem.c