about summary refs log tree commit diff
path: root/src/signal/x32
Commit message (Expand)AuthorAgeFilesLines
* setitimer, getitimer: decouple time_t from longRich Felker2019-07-292-0/+14
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-121-0/+1
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-121-4/+3
* fix crash in x32 sigsetjmpRich Felker2015-05-021-0/+1
* remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker2015-04-181-2/+2
* redesign sigsetjmp so that signal mask is restored after longjmpRich Felker2015-04-171-9/+16
* add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker2014-04-021-0/+3
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-1/+1
* import vanilla x86_64 code as x32rofl0r2014-02-232-0/+22