remove no-longer-needed unblocking of signals in pthread_create
[musl] / src / thread / cancel_impl.c
2012-05-25 Rich Felkerremove leftover cp_sp cruft from cancellation code...
2012-05-23 Rich Felkerfix issue with longjmp out of signal handlers and cance...
2012-01-22 Rich Felkerfix cancellation failure in single-threaded programs
2011-09-27 Rich Felkerfix crash in pthread_testcancel if pthread_self has...
2011-08-07 Rich Felkerclose should not be cancellable after "failing" with...
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-08-02 Rich Felkerfix breakage in cancellation due to signal functions...
2011-04-19 Rich Felkerrecheck cancellation disabled flag after syscall return...
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-17 Rich Felkerfix bugs in cancellable syscall asm
2011-04-17 Rich Felkerdon't use pthread_once when there is no danger in race
2011-04-17 Rich Felkerfix some minor issues in cancellation handling patch
2011-04-17 Rich Felkeroverhaul pthread cancellation