about summary refs log tree commit diff
path: root/arch/i386/syscall_arch.h
Commit message (Expand)AuthorAgeFilesLines
* 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