Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 2013-03-26 | 1 | -2/+2 |
* | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | 2012-11-08 | 1 | -0/+1 |
* | support for TLS in dynamic-loaded (dlopen) modules | Rich Felker | 2012-10-05 | 1 | -13/+2 |
* | fix (hopefully) all hard-coded 8's for kernel sigset_t size | Rich Felker | 2012-08-09 | 1 | -2/+4 |
* | remove everything related to forkall | Rich Felker | 2012-05-22 | 1 | -8/+0 |
* | pthread and synccall cleanup, new __synccall_wait op | Rich Felker | 2011-08-12 | 1 | -2/+10 |
* | fix bug in synccall with no threads: lock was taken but never released | Rich Felker | 2011-07-30 | 1 | -4/+4 |
* | new attempt at making set*id() safe and robust | Rich Felker | 2011-07-29 | 1 | -0/+109 |