about summary refs log tree commit diff
path: root/arch/i386/syscall_arch.h
Commit message (Expand)AuthorAgeFilesLines
* prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker2020-08-081-2/+0
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-021-1/+3
* improve i386 inline syscall asm on non-broken compilersRich Felker2019-05-111-1/+20
* fix regression in i386 inline syscall asm producing invalid codeRich Felker2019-05-101-6/+6
* overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker2019-04-101-9/+20
* change the internal socketcall selection logicSzabolcs Nagy2016-01-261-0/+2
* use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker2015-04-141-7/+7
* add vdso clock_gettime acceleration support to i386Rich Felker2014-06-061-0/+4
* make socketcall types common as they are same for all architecturesTimo Teräs2014-04-171-22/+0
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+0
* ensure pointer decay in inline-asm arg for i386 syscall6Rich Felker2012-10-131-1/+1
* i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker2012-10-111-66/+7
* syscall organization overhaulRich Felker2012-09-081-0/+136