summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic/syscall.S
Commit message (Expand)AuthorAgeFilesLines
* Fix addition of extra arg to cfi_restore.Christopher Ferris2015-04-141-4/+4
* Add missing cfi directives for x86 assembler.Christopher Ferris2015-04-141-0/+16
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081-1/+1
* Revert "Fix incorrect relocations for x86."Dan Albert2014-08-081-1/+1
* Fix incorrect relocations for x86.Dan Albert2014-08-071-1/+1
* Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-051-1/+0
* Use the MAX_ERRNO constant.Elliott Hughes2014-01-021-3/+2
* Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-211-1/+1
* Use ENTRY/END in custom x86 assembler too.Elliott Hughes2013-02-111-6/+3
* bionic: modify syscall to use 6 registers to pass parameter.Jin Wei2012-08-031-16/+25
* x86 libc: Fix the range to check the errorJun Nakajima2011-06-171-1/+1
* x86 libc: fix the wrong return value of syscallKan-Ru Chen2011-03-291-12/+6
* x86 syscall system call implementationBruce Beare2010-03-041-0/+52