summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64
Commit message (Expand)AuthorAgeFilesLines
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-152-50/+2
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-07189-567/+190
* Fix pread/pwrite for LP64.Elliott Hughes2013-11-062-0/+6
* Fix the exit syscall stub's name.Elliott Hughes2013-10-242-3/+4
* Use hidden visibility for generated stubs whose names begin with underscores.Elliott Hughes2013-10-2426-0/+26
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-242-19/+0
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-247-53/+16
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.Elliott Hughes2013-10-235-31/+12
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-2218-244/+39
* AArch64: Fix uses of stack size for 32/64bit libc buildsSerban Constantinescu2013-10-221-1/+1
* Fix 16-byte stack alignment requirement for x86_64 ABIPavel Chupin2013-10-211-4/+5
* Merge "Fix the x86_64 vfork implementation."Elliott Hughes2013-10-214-19/+49
|\
| * Fix the x86_64 vfork implementation.Elliott Hughes2013-10-184-19/+49
* | Fix the x86_64 clone implementation.Elliott Hughes2013-10-181-31/+28
|/
* Fix clone.S for x86_64.Elliott Hughes2013-10-171-11/+15
* Merge "Add missing aliases for off64_t functions in 64-bit land."Elliott Hughes2013-10-183-0/+9
|\
| * Add missing aliases for off64_t functions in 64-bit land.Elliott Hughes2013-10-173-0/+9
* | Add ffs and memcmp16 to x86_64.Elliott Hughes2013-10-172-0/+20
|/
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-172-53/+0
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-16203-378/+580
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-162-1/+19
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-153-37/+1
* Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-152-36/+0
* Clean up the cpuacct cruft.Elliott Hughes2013-10-094-9/+9
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-092-34/+0
* pthread_exit should call __NR_exit with status 0.Elliott Hughes2013-10-081-3/+3
* Merge "Add an optional alias list to SYSCALLS.TXT"Elliott Hughes2013-10-081-0/+3
|\
| * Add an optional alias list to SYSCALLS.TXTH.J. Lu2013-10-071-0/+3
* | Clean up the x86 and x86_64 _exit_with_stack_teardown implementations.Elliott Hughes2013-10-071-20/+11
|/
* Add arch-x86_64/include/machine.Elliott Hughes2013-10-0411-0/+766
* Add arch-x86_64/bionic.Elliott Hughes2013-10-0417-10/+865
* x86_64: Update Makefiles for x86_64 targets and add symlinksPavel Chupin2013-10-011-0/+19
* x86_64: add new __NR_arch_prctl syscallPavel Chupin2013-10-012-0/+18
* Regenerate the system call stubs (to get x86_64).Elliott Hughes2013-10-01201-0/+3643