include cleanups: remove unused headers and add feature test macros
[musl] / src / thread / synccall.c
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