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