summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Re-add dlmalloc for 32 bit.Christopher Ferris2014-10-092-3/+12
* Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes2014-10-071-0/+12
* Reimplement clock(3) using clock_gettime(3)Alex Van Brunt2014-10-031-6/+7
* Explain why clock(3) isn't broken.Elliott Hughes2014-10-031-0/+3
* Fix incorrect parameter types for locale funcs.Dan Albert2014-09-243-4/+4
* Add pthread_gettid_np and re-expose __get_thread for LP32.Elliott Hughes2014-09-114-8/+43
* Add posix_fadvise(3).Elliott Hughes2014-09-101-0/+51
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081-6/+12
* Merge "Don't expose non-standard basename_r and dirname_r in LP64." into lmp-devElliott Hughes2014-09-081-17/+17
|\
| * Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes2014-09-051-17/+17
* | Add arc4random_addrandom binary compatibility.Elliott Hughes2014-09-081-0/+5
* | Add dlmalloc_usable_size for 32 bit arches.Christopher Ferris2014-09-052-0/+14
|/
* Add back a dummy arc4random_stir for compatibility.Elliott Hughes2014-09-031-0/+5
* Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-271-11/+12
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-24/+51
* Expose android_set_abort_message().Dan Albert2014-08-191-2/+3
* Fix leak_realloc, copy entire allocation.Christopher Ferris2014-08-151-33/+31
* Merge "Change name of MB_CUR_MAX implementation function." into lmp-devDan Albert2014-08-141-1/+1
|\
| * Change name of MB_CUR_MAX implementation function.Dan Albert2014-08-141-1/+1
* | Merge "malloc_usable_size returns the original size." into lmp-devChristopher Ferris2014-08-141-0/+4
|\ \ | |/ |/|
| * malloc_usable_size returns the original size.Christopher Ferris2014-08-141-0/+4
* | Label pages mapped by linker_allocatorDmitriy Ivanov2014-08-131-5/+1
|/
* Hide __libc_malloc_dispatch.Dan Albert2014-08-121-2/+1
* Add a way to disable backtracing in malloc debug.Christopher Ferris2014-08-083-36/+99
* Merge "Do a second key cleanup in pthread_exit." into lmp-devChristopher Ferris2014-08-061-0/+6
|\
| * Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-061-0/+6
* | Merge "Proper MB_CUR_MAX." into lmp-devDan Albert2014-08-061-13/+29
|\ \
| * | Proper MB_CUR_MAX.Dan Albert2014-08-061-13/+29
* | | Merge "Fix mbsrtowcs(3) src param for finished string." into lmp-devDan Albert2014-08-061-1/+4
|\ \ \
| * | | Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-08-061-1/+4
| |/ /
* | | Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-061-35/+0
|/ /
* | Explain how wcswcs ended up in ndk_cruft.cpp.Elliott Hughes2014-08-061-1/+2
|/
* Only wipe TLS for user-supplied stacks.Elliott Hughes2014-07-303-19/+23
* Use libunwindbacktrace for debug malloc code.Christopher Ferris2014-07-296-25/+193
* Merge "Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp...Elliott Hughes2014-07-292-119/+0
|\
| * Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp."Elliott Hughes2014-07-292-119/+0
* | en_US.UTF-8 is also supported.Dan Albert2014-07-291-1/+3
* | Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert2014-07-291-3/+2
* | __libc_fatal should print a newline to stderr.Dan Albert2014-07-291-1/+5
* | Fix linkage of grantpt(3).Elliott Hughes2014-07-295-152/+77
|/
* Added a bionic systrace class and tracing to pthread_mutex.cpp.Brigid Smith2014-07-292-0/+119
* Use vsnprintf(3) in syslog(3).Elliott Hughes2014-07-282-14/+48
* Implement twalk(3), add unit tests.Elliott Hughes2014-07-241-1/+1
* HACK: Disable syslog going to android log.Christopher Ferris2014-07-231-1/+5
* HACK: remove %m support from printf.Colin Cross2014-07-231-0/+4
* Fix belated review comments on syslog change.Elliott Hughes2014-07-232-4/+5
* Use upstream OpenBSD's arc4random.Elliott Hughes2014-07-212-288/+565
* Rewrite syslog(3) to use Android logging.Elliott Hughes2014-07-212-0/+78
* Use the mmap/munmap for allocation routines.Christopher Ferris2014-07-181-10/+5
* Fix private/bionic_name_mem.h build breakage.Elliott Hughes2014-07-171-2/+1