summaryrefslogtreecommitdiff
path: root/src/thread/synccall.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker1-2/+2
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker1-0/+1
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker1-13/+2
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker1-2/+4
2012-05-22remove everything related to forkallRich Felker1-8/+0
2011-08-12pthread and synccall cleanup, new __synccall_wait opRich Felker1-2/+10
2011-07-30fix bug in synccall with no threads: lock was taken but never releasedRich Felker1-4/+4
2011-07-29new attempt at making set*id() safe and robustRich Felker1-0/+109