Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2013年04月26日 | synccall signal handler need not handle dead threads anymore | Rich Felker | -9/+0 |
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 |