fix debugger tracking of shared libraries on mips with PIE main program
[musl] / src / thread / pthread_mutex_unlock.c
2019-04-01 Rich Felkerimplement priority inheritance mutexes
2019-02-13 Rich Felkerredesign robust mutex states to eliminate data races...
2016-06-27 Rich Felkerfix failure to obtain EOWNERDEAD status for process...
2015-04-10 Rich Felkerredesign and simplify vmlock system
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-08-16 Rich Felkerfix robust mutex unrecoverable status, and related...
2014-08-16 Rich Felkerfix false ownership of mutexes due to tid reuse, using...
2014-08-16 Rich Felkermake futex operations use private-futex mode when possible
2014-06-10 Rich Felkerreplace all remaining internal uses of pthread_self...
2012-08-17 Rich Felkerfix extremely rare but dangerous race condition in...
2011-10-03 Rich Felkersimplify robust mutex unlock code path
2011-10-03 Rich Felkerfix crash if pthread_mutex_unlock is called without...
2011-10-03 Rich Felkeruse count=0 instead of 1 for recursive mutex with only...
2011-08-03 Rich Felkeravoid accessing mutex memory after atomic unlock
2011-03-30 Rich Felkeravoid crash on stupid but allowable usage of pthread_mu...
2011-03-30 Rich Felkerstreamline mutex unlock to remove a useless branch...
2011-03-18 Rich Felkerimplement robust mutexes
2011-03-17 Rich Felkeravoid function call to pthread_self in mutex unlock
2011-03-17 Rich Felkerunify lock and owner fields of mutex structure
2011-03-08 Rich Felkerfix and optimize non-default-type mutex behavior
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0