summaryrefslogtreecommitdiff
path: root/arch/i386/syscall_arch.h
AgeCommit message (Expand)AuthorLines
2015-04-14use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker-7/+7
2014-06-06add vdso clock_gettime acceleration support to i386Rich Felker-0/+4
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs-22/+0
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-2/+0
2012-10-13ensure pointer decay in inline-asm arg for i386 syscall6Rich Felker-1/+1
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker-66/+7
2012-09-08syscall organization overhaulRich Felker-0/+136