summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-062-0/+45
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+42
* Remove the unused swab.S.Elliott Hughes2014-07-221-68/+0
* Regenerate the bionic NOTICE files.Elliott Hughes2014-07-071-1/+2
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+118
* Merge "Remove SHA1 from LP64 in favor of libcrypto."Dan Albert2014-06-201-0/+3
|\
| * Remove SHA1 from LP64 in favor of libcrypto.Dan Albert2014-06-161-0/+3
* | Cache getpid.Elliott Hughes2014-06-201-2/+2
|/
* libc: Fix 'index' symbol export.David 'Digit' Turner2014-06-164-35/+0
* Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert2014-06-122-57/+0
|\
| * Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-57/+0
* | Remove __memcmp16 from bionic.Elliott Hughes2014-06-124-41/+0
|/
* Remove declaration for putw(3)/getw(3).Dan Albert2014-06-111-0/+1
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-102-45/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-102-45/+0
* | Merge "Rename __bionic_clone_entry to __start_thread."Elliott Hughes2014-06-061-1/+1
|\ \
| * | Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-1/+1
| |/
* | Remove getdents from bionic.Elliott Hughes2014-06-061-2/+2
|/
* Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-05195-196/+1
* Merge "Fix unwinding through x86-64 __bionic_clone."Elliott Hughes2014-06-051-3/+3
|\
| * Fix unwinding through x86-64 __bionic_clone.Elliott Hughes2014-06-051-3/+3
* | Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik2014-06-051-233/+102
|/
* Avoid a system call in 'gettid'.Elliott Hughes2014-06-021-17/+0
* x86: stop unwinding past __bionic_clone.Elliott Hughes2014-05-301-0/+2
* Fix x86 cfi directives for syscalls.Christopher Ferris2014-05-29184-567/+865
* Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes2014-05-293-59/+0
|\
| * Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-283-59/+0
* | Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-281-0/+1
|\ \ | |/ |/|
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
| * Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-241-1/+0
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
* | Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-283-0/+59
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-223-59/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-26/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-43/+1
* Merge "Remove __syslog; we have the public klogctl API."Elliott Hughes2014-05-211-30/+0
|\
| * Remove __syslog; we have the public klogctl API.Elliott Hughes2014-05-201-30/+0
* | Merge "Hide __get_sp."Elliott Hughes2014-05-211-1/+1
|\ \
| * | Hide __get_sp.Elliott Hughes2014-05-201-1/+1
* | | Merge "Hide __set_tls."Elliott Hughes2014-05-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Hide __set_tls.Elliott Hughes2014-05-201-1/+1
| |/
* | Remove perf_event_open.Elliott Hughes2014-05-201-38/+0
|/
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-193-31/+4
* Hide _exit_with_stack_teardown.Elliott Hughes2014-05-161-1/+1
* Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-2/+2
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-2/+2
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-2/+2
* Add 32-bit Silvermont-optimized string/memory functions.Varvara Rainchik2014-05-1255-70/+5959
* Align the child stack in clone(2).Elliott Hughes2014-05-092-71/+42
* Align arm64 stacks to 16 bytes in __bionic_clone.Elliott Hughes2014-05-091-7/+7