ozaki-r 7d3a00795e rump: check if the mutex is surely owned by the caller in mutex_exit
Unlocking a not-owned mutex wasn't detected well (it could detect if the mutex
is not held by anyone but that's not enough). Let's check it (the check is the
same as normal kernel's mutex).

If LOCKDEBUG is enabled, give the check over LOCKDEBUG because it can provide
better debugging information.
2017-12-27 09:03:22 +00:00
2017-12-27 01:17:01 +00:00
2017-12-23 10:15:52 +00:00
2017-12-22 02:36:46 +00:00
2017-12-27 08:29:02 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%