summaryrefslogtreecommitdiff
path: root/arch/i386/syscall_arch.h
AgeCommit message (Expand)AuthorLines
2020-08-08prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker-2/+0
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker-1/+3
2019-05-11improve i386 inline syscall asm on non-broken compilersRich Felker-1/+20
2019-05-10fix regression in i386 inline syscall asm producing invalid codeRich Felker-6/+6
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker-9/+20
2016-01-26change the internal socketcall selection logicSzabolcs Nagy-0/+2
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