fix missing synchronization of pthread TSD keys with MT-fork
[musl] / src / thread / synccall.c
2022-08-20 Rich Felkeruse alt signal stack when present for implementation...
2020-09-18 Rich Felkeravoid set*id/setrlimit misbehavior and hang in vforked...
2019-02-16 Rich Felkerrewrite __synccall in terms of global thread list
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-01-19 Rich Felkerfix spurious EINTR errors from multithreaded set*id...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-01-16 Rich Felkeroverhaul __synccall and fix AS-safety and other issues...
2014-07-06 Rich Felkereliminate use of cached pid from thread structure
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-09-02 Rich Felkerfix mips-specific bug in synccall (too little space...
2013-09-02 Rich Felkerin synccall, ignore the signal before any threads'...
2013-09-02 Rich Felkerfix invalid pointer in synccall (multithread setuid...
2013-04-26 Rich Felkersynccall signal handler need not handle dead threads...
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-05-23 Rich Felkerremove everything related to forkall
2011-08-12 Rich Felkerpthread and synccall cleanup, new __synccall_wait op
2011-07-30 Rich Felkerfix bug in synccall with no threads: lock was taken...
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust