summaryrefslogtreecommitdiff
path: root/src/internal/i386
AgeCommit message (Expand)AuthorLines
2019-04-10remove external __syscall function and last remaining usersRich Felker-21/+0
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker-69/+21
2015-04-14fix inconsistent visibility for internal syscall symbolsRich Felker-0/+1
2015-04-14use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker-0/+2
2012-11-11fix clobber of edx in i386 vsyscall asmRich Felker-1/+2
2012-10-11comment possibly-confusing i386 vsyscall asmRich Felker-1/+13
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker-16/+58
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+1
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-2/+0
2011-03-19overhaul syscall interfaceRich Felker-0/+21