Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-04-01 | use bss instead of mmap for main thread's pthread thread-specific data | Rich Felker | -9/+3 | |
this simplifies code and removes a failure case | ||||
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-03-09 | optimize pthread initialization | Rich Felker | -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. | ||||
2011-03-03 | optimize POSIX TSD for fast pthread_getspecific | Rich Felker | -0/+11 | |
2011-02-15 | finish unifying thread register handling in preparation for porting | Rich Felker | -9/+3 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+39 | |