Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-04-18 | remove potentially PIC-incompatible relocations from x86_64 and x32 asm | Rich Felker | -2/+2 |
2015-04-17 | redesign sigsetjmp so that signal mask is restored after longjmp | Rich Felker | -9/+16 |
2014-04-02 | add __sigsetjmp ABI-compat alias for sigsetjmp | Rich Felker | -0/+3 |
2013-04-22 | fix reversed argument order x86_64 sigsetjmp's call to sigprocmask | Rich Felker | -2/+2 |
2012-05-05 | update license of njk contributed code (x86_64 asm) | Rich Felker | -1/+1 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | -0/+3 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | -5/+0 |
2011-04-08 | fix broken sigsetjmp on x86_64 | Rich Felker | -7/+9 |
2011-02-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | -0/+22 |