Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-04-10 | remove external __syscall function and last remaining users | Rich Felker | -21/+0 |
2019-04-10 | overhaul i386 syscall mechanism not to depend on external asm source | Rich Felker | -69/+21 |
2015-04-14 | fix inconsistent visibility for internal syscall symbols | Rich Felker | -0/+1 |
2015-04-14 | use hidden visibility for i386 asm-internal __vsyscall symbol | Rich Felker | -0/+2 |
2012-11-11 | fix clobber of edx in i386 vsyscall asm | Rich Felker | -1/+2 |
2012-10-11 | comment possibly-confusing i386 vsyscall asm | Rich Felker | -1/+13 |
2012-10-11 | i386 vsyscall support (vdso-provided sysenter/syscall instruction based) | Rich Felker | -16/+58 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | -0/+1 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | -2/+0 |
2011-03-19 | overhaul syscall interface | Rich Felker | -0/+21 |