about summary refs log tree commit diff
path: root/src/thread/x32
Commit message (Expand)AuthorAgeFilesLines
* remove x32 syscall timespec fixup hacksRich Felker2019-07-292-43/+4
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+1
* make arch __set_thread_area backends hiddenRich Felker2018-09-121-0/+1
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-6/+7
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-221-0/+38
* use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker2015-11-021-1/+3
* fix x32 __set_thread_area failure due to junk in upper bitsRich Felker2015-05-021-1/+1
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-2/+8
* x32 port (diff against vanilla x86_64)rofl0r2014-02-234-10/+8
* import vanilla x86_64 code as x32rofl0r2014-02-234-0/+70