aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Merge "Explain how wcswcs ended up in ndk_cruft.cpp."Elliott Hughes2014-08-061-1/+2
|\
| * Explain how wcswcs ended up in ndk_cruft.cpp.Elliott Hughes2014-08-061-1/+2
* | Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-051-35/+0
* | Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-07-311-1/+4
* | Proper MB_CUR_MAX.Dan Albert2014-07-301-13/+29
* | 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 "Fix linkage of grantpt(3)."Elliott Hughes2014-07-285-152/+77
|\
| * Fix linkage of grantpt(3).Elliott Hughes2014-07-255-152/+77
* | Added a bionic systrace class and tracing to pthread_mutex.cpp.Brigid Smith2014-07-282-0/+119
* | Use vsnprintf(3) in syslog(3).Elliott Hughes2014-07-282-5/+47
|/
* en_US.UTF-8 is also supported.Dan Albert2014-07-251-1/+3
* Merge "Implement twalk(3), add unit tests."Elliott Hughes2014-07-241-1/+1
|\
| * Implement twalk(3), add unit tests.Elliott Hughes2014-07-241-1/+1
* | Fix belated review comments on syslog change.Elliott Hughes2014-07-232-4/+5
|/
* Merge "Use upstream OpenBSD's arc4random."Elliott Hughes2014-07-212-288/+565
|\
| * Use upstream OpenBSD's arc4random.Elliott Hughes2014-07-212-288/+565
* | Rewrite syslog(3) to use Android logging.Elliott Hughes2014-07-212-0/+78
|/
* Merge "Fix mbsrtowcs(3)'s handling of len parameter."Dan Albert2014-07-171-3/+2
|\
| * Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert2014-07-211-3/+2
* | __libc_fatal should print a newline to stderr.Dan Albert2014-07-211-1/+5
|/
* 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
* Remove non-standard prctl constants from <sys/prctl.h>.Elliott Hughes2014-07-172-52/+7
* ptrace(3) should be varargs.Elliott Hughes2014-07-161-19/+21
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-163-6/+138
* Remove isascii_l(3).Dan Albert2014-07-141-4/+0
* Merge "Implement rand/srand in terms of random/srandom."Elliott Hughes2014-07-141-0/+29
|\
| * Implement rand/srand in terms of random/srandom.Elliott Hughes2014-07-141-0/+29
* | Upstream atexitDmitriy Ivanov2014-07-144-4/+3
|/
* Revert "Revert "Add locale aware APIs.""Dan Albert2014-07-119-0/+336
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-107-12/+16
* Remove the global lock around thread stack creation.Elliott Hughes2014-07-101-4/+0
* Merge "Remove the obsolete _thread_created_hook."Elliott Hughes2014-07-101-15/+0
|\
| * Remove the obsolete _thread_created_hook.Elliott Hughes2014-07-091-15/+0
| * Revert "Add locale aware APIs."Dan Albert2014-07-099-336/+0
| * Add locale aware APIs.Dan Albert2014-07-099-0/+336
* | Move __cmsg_nxthdr to its proper file.Calin Juravle2014-07-101-0/+0
* | Removed obsolete symbol cmsg_nxthdr.Calin Juravle2014-07-101-3/+0
* | Do not include libc_common in malloc debug code.Christopher Ferris2014-07-095-53/+60
|/
* Merge "Remove some dead data."Elliott Hughes2014-07-021-11/+0
|\
| * Remove some dead data.Elliott Hughes2014-07-071-11/+0
* | Merge "Fix a broken boolean test found by clang."Elliott Hughes2014-07-051-1/+1
|\ \
| * | Fix a broken boolean test found by clang.Elliott Hughes2014-07-071-1/+1
| |/
* | Merge "Use __unused rather than self assignment for unused parameters."Elliott Hughes2014-07-021-4/+1
|\ \
| * | Use __unused rather than self assignment for unused parameters.Elliott Hughes2014-07-071-4/+1
| |/
* / libc_logging: Set SOCK_CLOEXEC on socketNick Kralevich2014-07-021-1/+1
|/
* Fix recv.cpp so it can build with clang.Elliott Hughes2014-07-021-0/+1
* Merge "Quiten warnings in semaphore.c."Elliott Hughes2014-07-011-2/+1
|\
| * Quiten warnings in semaphore.c.Elliott Hughes2014-07-011-2/+1