about summary refs log tree commit diff
path: root/src/thread/synccall.c
Commit message (Expand)AuthorAgeFilesLines
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+2
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+1
* support for TLS in dynamic-loaded (dlopen) modulesRich Felker2012-10-051-13/+2
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-2/+4
* remove everything related to forkallRich Felker2012-05-221-8/+0
* pthread and synccall cleanup, new __synccall_wait opRich Felker2011-08-121-2/+10
* fix bug in synccall with no threads: lock was taken but never releasedRich Felker2011-07-301-4/+4
* new attempt at making set*id() safe and robustRich Felker2011-07-291-0/+109