summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Hide rand48 implementation details.Elliott Hughes2014-06-091-4/+4
* Hide non-standard syslog API.Elliott Hughes2014-06-092-35/+37
* Merge "Remove the MD5 implementation that was only used by toolbox."Elliott Hughes2014-06-093-330/+0
|\
| * Remove the MD5 implementation that was only used by toolbox.Elliott Hughes2014-06-093-330/+0
* | AArch64: Remove Frame Record from ARM64 syscallsSerban Constantinescu2014-06-09189-2080/+0
* | Add the missing issetugid binary compatibility stub.Elliott Hughes2014-06-061-0/+5
|/
* Merge "Rewrite and hide longjmperror."Elliott Hughes2014-06-074-60/+4
|\
| * Rewrite and hide longjmperror.Elliott Hughes2014-06-064-60/+4
* | Remove unused scripts.Christopher Ferris2014-06-062-233/+0
|/
* Merge "Fix ndk_cruft.cpp __getdents64 build failure."Elliott Hughes2014-06-062-2/+4
|\
| * Fix ndk_cruft.cpp __getdents64 build failure.Elliott Hughes2014-06-062-2/+4
* | Merge "Rename __bionic_clone_entry to __start_thread."Elliott Hughes2014-06-067-13/+13
|\ \ | |/ |/|
| * Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-067-13/+13
* | Add a few more C11 functions to the whitelist.Elliott Hughes2014-06-061-1/+5
* | Merge "Remove getdents from bionic."Elliott Hughes2014-06-0612-142/+21
|\ \ | |/ |/|
| * Remove getdents from bionic.Elliott Hughes2014-06-0612-142/+21
* | Merge "Update kernel header generation docs."Christopher Ferris2014-06-062-148/+107
|\ \ | |/ |/|
| * Update kernel header generation docs.Christopher Ferris2014-06-062-148/+107
* | Merge "Fix the printf family for non-ASCII."Elliott Hughes2014-06-062-2/+2
|\ \
| * | Fix the printf family for non-ASCII.Elliott Hughes2014-06-052-2/+2
* | | Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-05386-388/+1
* | | Merge "Fix unwinding through x86-64 __bionic_clone."Elliott Hughes2014-06-052-9/+17
|\ \ \ | |_|/ |/| |
| * | Fix unwinding through x86-64 __bionic_clone.Elliott Hughes2014-06-052-9/+17
* | | Merge "Removes index() from bionic."Dan Albert2014-06-055-5/+0
|\ \ \
| * | | Removes index() from bionic.Dan Albert2014-06-055-5/+0
* | | | Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik2014-06-052-459/+206
|/ / /
* | | Remove bsd_signal and sysv_signal from bionic LP64.Dan Albert2014-06-053-12/+19
| |/ |/|
* | Hide __libc_fini.Elliott Hughes2014-06-041-3/+3
* | Temporarily expose dlmalloc_usable_size.Elliott Hughes2014-06-041-1/+6
* | Temporary fix for asan_malloc_linux.cc build failure.Elliott Hughes2014-06-041-1/+2
* | Merge "Fix debug malloc."Elliott Hughes2014-06-045-207/+177
|\ \
| * | Fix debug malloc.Elliott Hughes2014-06-045-207/+177
| |/
* | Removes wcswcs from bionic for LP64.Dan Albert2014-06-044-7/+5
|/
* Merge "Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11."Elliott Hughes2014-06-042-8/+1
|\
| * Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11.Elliott Hughes2014-06-042-8/+1
* | Merge "Adds functionality specified by uchar.h"Dan Albert2014-06-049-193/+575
|\ \ | |/ |/|
| * Adds functionality specified by uchar.hDan Albert2014-06-049-193/+575
* | Merge "Hide dlmalloc symbols."Elliott Hughes2014-06-043-16/+36
|\ \
| * | Hide dlmalloc symbols.Elliott Hughes2014-06-033-16/+36
* | | Merge "Removes bcopy and bzero from bionic."Dan Albert2014-06-0410-200/+5
|\ \ \ | |/ / |/| |
| * | Removes bcopy and bzero from bionic.Dan Albert2014-06-0310-200/+5
* | | Work around "error: variable 'uio' set but not used".Elliott Hughes2014-06-031-0/+1
* | | Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes2014-06-033-4/+4
|/ /
* | Merge "Use __libc_fatal() for failed malloc in new"Dan Albert2014-06-031-2/+5
|\ \
| * | Use __libc_fatal() for failed malloc in newDan Albert2014-06-021-2/+5
* | | Avoid a system call in 'gettid'.Elliott Hughes2014-06-029-117/+36
| |/ |/|
* | Add some missing __noreturn attributes.Elliott Hughes2014-05-302-6/+3
|/
* x86: stop unwinding past __bionic_clone.Elliott Hughes2014-05-301-0/+2
* Fix x86 cfi directives for syscalls.Christopher Ferris2014-05-29185-575/+877
* Remove issetugid.Elliott Hughes2014-05-294-37/+3