| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make arch __set_thread_area backends hidden•••this is not a public interface, and does not even necessarily match the syscall on all archs that have a syscall by that name. on archs where it's implemented in C, no action on the source file is needed; the hidden declaration in pthread_arch.h suffices. | Rich Felker | 2018-09-12 | 1 | -0/+1 |
| * | fix x32 __set_thread_area failure due to junk in upper bits•••the kernel does not properly clear the upper bits of the syscall argument, so we have to do it before the syscall. | Rich Felker | 2015-05-02 | 1 | -1/+1 |
| * | x32 port (diff against vanilla x86_64) | rofl0r | 2014-02-23 | 1 | -1/+1 |
| * | import vanilla x86_64 code as x32 | rofl0r | 2014-02-23 | 1 | -0/+10 |
