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