K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-09-02T20:21:49.000000Z K 7 svn:log V 254 - Add an assertion to panic if one tries to call mtx_trylock() on a spin mutex. - Don't panic if a spin lock is held too long inside _mtx_lock_spin() if panicstr is set (meaning that we are already in a panic). Just keep spinning forever instead. END