summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Add the missing issetugid binary compatibility stub.Elliott Hughes2014-06-061-0/+5
* Rewrite and hide longjmperror.Elliott Hughes2014-06-061-2/+4
* 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-061-1/+1
|\ \ | |/ |/|
| * Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-1/+1
* | Remove getdents from bionic.Elliott Hughes2014-06-062-1/+8
|/
* Remove bsd_signal and sysv_signal from bionic LP64.Dan Albert2014-06-052-10/+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-041-0/+5
|/
* Merge "Adds functionality specified by uchar.h"Dan Albert2014-06-046-193/+463
|\
| * Adds functionality specified by uchar.hDan Albert2014-06-046-193/+463
* | Merge "Hide dlmalloc symbols."Elliott Hughes2014-06-042-10/+16
|\ \
| * | Hide dlmalloc symbols.Elliott Hughes2014-06-032-10/+16
* | | Merge "Removes bcopy and bzero from bionic."Dan Albert2014-06-041-18/+2
|\ \ \ | |/ / |/| |
| * | Removes bcopy and bzero from bionic.Dan Albert2014-06-031-18/+2
* | | Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes2014-06-032-2/+2
|/ /
* | 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-021-0/+35
| |/ |/|
* | Add some missing __noreturn attributes.Elliott Hughes2014-05-302-6/+3
|/
* Remove issetugid.Elliott Hughes2014-05-291-35/+0
* Merge "Fix overflow testing in sbrk."Christopher Ferris2014-05-291-4/+4
|\
| * Fix overflow testing in sbrk.Christopher Ferris2014-05-291-4/+4
* | Minor style cleanup of some code I had to look at.Elliott Hughes2014-05-281-11/+6
* | Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes2014-05-293-24/+18
|\ \ | |/ |/|
| * Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-283-24/+18
* | Updated ambiguous comment in pthread_mutex_lock.Brigid Smith2014-05-281-1/+1
|/
* Restore tkill for LP32.Anthony King2014-05-241-0/+5
* Restore __futex_wake and __futex_wait for LP32.Elliott Hughes2014-05-241-0/+23
* Migrate pthread_rwlock implementation away from sys/atomicsCalin Juravle2014-05-231-30/+22
* Cleaned up pthread rwlocks implementation.Calin Juravle2014-05-231-74/+65
* Remove unnecessary #includes of <sys/atomics.h>.Elliott Hughes2014-05-223-3/+0
* Merge "Switch to POSIX dprintf/vdprintf."Calin Juravle2014-05-222-58/+15
|\
| * Switch to POSIX dprintf/vdprintf.Elliott Hughes2014-05-222-58/+15
* | Merge "Mutex-free implementation of pthread_rwlock"Calin Juravle2014-05-221-182/+175
|\ \
| * | Mutex-free implementation of pthread_rwlockCalin Juravle2014-05-221-182/+175
* | | Hide most of the private futex functions.Elliott Hughes2014-05-213-14/+6
* | | Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-209-75/+157
| |/ |/|
* | Merge "Removes RTTI support from libc"Dan Albert2014-05-191-43/+0
|\ \
| * | Removes RTTI support from libcDan Albert2014-05-191-43/+0
* | | Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-195-8/+55
* | | Query libnetd_client for the appropriate netId for host resolution.Paul Jensen2014-05-192-0/+7
* | | Cosmetic changes to netd client files.Sreeram Ramachandran2014-05-184-7/+11
|/ /
* | Export get_malloc_leak_info and free_malloc_leak_info, used by ddms.Elliott Hughes2014-05-161-2/+5
* | Merge "Hide various debug malloc implementation details."Elliott Hughes2014-05-161-6/+6
|\ \