Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | optimize pthread initialization | Rich Felker | 2011-03-09 | 1 | -2/+2 |
| | | | | | | the set_tid_address returns the tid (which is also the pid when called from the initial thread) so there is no need to make a separate syscall to get pid/tid. | ||||
* | optimize POSIX TSD for fast pthread_getspecific | Rich Felker | 2011-03-03 | 1 | -0/+11 |
| | |||||
* | finish unifying thread register handling in preparation for porting | Rich Felker | 2011-02-15 | 1 | -9/+3 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+39 |