about summary refs log tree commit diff
path: root/src/signal/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix reversed argument order x86_64 sigsetjmp's call to sigprocmaskRich Felker2013-04-221-2/+2
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-051-1/+1
* restore use of .type in asm, but use modern @function (vs %function)Rich Felker2011-06-142-0/+3
* remove all .size and .type directives for functions from the asmRich Felker2011-06-131-5/+0
* fix broken sigsetjmp on x86_64Rich Felker2011-04-081-7/+9
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-152-0/+22