aboutsummaryrefslogtreecommitdiff
path: root/libc/arch-x86_64
AgeCommit message (Expand)Author
2014-10-28Clean up the architecture-specific makefiles.Elliott Hughes
2014-10-27[x86,x86_64] Fix libgcc unwinding through signalPavel Chupin
2014-10-27Fix signal trampolines.Elliott Hughes
2014-10-01Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov
2014-09-10Add posix_fadvise(3).Elliott Hughes
2014-09-08Ensure __set_errno is still visible on LP32.Elliott Hughes
2014-08-26Fix pthread_getattr_np for the main thread.Elliott Hughes
2014-08-08Make __set_errno hidden in asm.Dan Albert
2014-08-07Android is all-PIC/PIE.Elliott Hughes
2014-08-06Revert "Replaces vfork() implementation with fork()"Dan Albert
2014-07-30Implement <sys/fsuid.h>.Elliott Hughes
2014-07-16Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes
2014-06-24Add splice, tee, and vmsplice.Elliott Hughes
2014-06-20Cache getpid.Elliott Hughes
2014-06-12Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert
2014-06-12Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert
2014-06-12Remove __memcmp16 from bionic.Elliott Hughes
2014-06-10Merge "Replaces vfork() implementation with fork()"Dan Albert
2014-06-10Replaces vfork() implementation with fork()Dan Albert
2014-06-06Merge "Rename __bionic_clone_entry to __start_thread."Elliott Hughes
2014-06-06Rename __bionic_clone_entry to __start_thread.Elliott Hughes
2014-06-06Remove getdents from bionic.Elliott Hughes
2014-06-05Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes
2014-06-05Merge "Fix unwinding through x86-64 __bionic_clone."Elliott Hughes
2014-06-05Fix unwinding through x86-64 __bionic_clone.Elliott Hughes
2014-06-05Merge "Removes index() from bionic."Dan Albert
2014-06-05Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik
2014-06-05Removes index() from bionic.Dan Albert
2014-06-03Removes bcopy and bzero from bionic.Dan Albert
2014-06-02Avoid a system call in 'gettid'.Elliott Hughes
2014-05-29Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes
2014-05-28Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes
2014-05-28Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris
2014-05-28Revert "Lose the hand-written futex assembler."Narayan Kamath
2014-05-23Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer
2014-05-24Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris
2014-05-23Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer
2014-05-22Lose the hand-written futex assembler.Elliott Hughes
2014-05-22Remove the tkill(2) stub.Elliott Hughes
2014-05-21Hide most of the private futex functions.Elliott Hughes
2014-05-21Merge "Remove __syslog; we have the public klogctl API."Elliott Hughes
2014-05-21Fix x86_64 __set_tls.c build failure.Elliott Hughes
2014-05-21Merge "Hide __get_sp."Elliott Hughes
2014-05-21Merge "Hide __set_tls."Elliott Hughes
2014-05-20Remove __syslog; we have the public klogctl API.Elliott Hughes
2014-05-20Hide __set_tls.Elliott Hughes
2014-05-20Hide __get_sp.Elliott Hughes
2014-05-20Remove perf_event_open.Elliott Hughes
2014-05-19Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran
2014-05-16Hide _exit_with_stack_teardown.Elliott Hughes