summaryrefslogtreecommitdiffstats
path: root/libc/private
Commit message (Expand)AuthorAgeFilesLines
* ScopedFd: Don't use TEMP_FAILURE_RETRY() with close()Spencer Low2015-05-131-59/+0
* Update the number of jemalloc reserved keys.Christopher Ferris2015-04-151-8/+2
* Provide writer preference option in rwlock.Yabin Cui2015-04-081-0/+74
* Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-312-38/+40
* For libm, use a macro for aliasing symbols.Christopher Ferris2015-03-131-0/+4
* Use pthread_once for g_uselocale_key creation.Yabin Cui2015-03-051-2/+2
* Better control of pthread keys used in bionic.Yabin Cui2015-03-042-6/+8
* Merge "Refactor pthread_key.cpp to be lock-free."Yabin Cui2015-03-041-17/+18
|\
| * Refactor pthread_key.cpp to be lock-free.Yabin Cui2015-03-031-17/+18
* | Lose bionic_atomic stuff.Yabin Cui2015-02-266-386/+0
|/
* valgrind can't find syscall because we didn't put it in <unistd.h>.Elliott Hughes2015-02-191-0/+1
* Split the shared group data from the shared passwd data.Elliott Hughes2014-12-181-2/+3
* Fix pthread key num calculation.Yabin Cui2014-12-121-5/+23
* Fix ptsname(3) and ttyname(3) to use TLS.Elliott Hughes2014-12-091-1/+1
* Move some pthread functions to signal.h.Dan Albert2014-11-211-0/+2
* Remove remaining bionic support for TARGET_CPU_SMP being false.Elliott Hughes2014-11-174-19/+0
* Bionic: Make DISALLOW_COPY_AND_ASSIGN conditionalAndreas Gampe2014-11-111-0/+5
* Add semaphore tests, fix sem_destroy.Elliott Hughes2014-09-192-0/+24
* Remove "private/bionic_pthread.h".Elliott Hughes2014-09-121-41/+0
* Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov2014-09-082-10/+10
* Load libraries in breadth-first orderDmitriy Ivanov2014-09-081-0/+140
* Revert "Load libraries in breadth-first order"Dmitriy Ivanov2014-09-051-140/+0
* Load libraries in breadth-first orderDmitriy Ivanov2014-09-032-0/+193
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-0/+31
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-201-1/+1
* Expose android_set_abort_message().Dan Albert2014-08-181-2/+0
* Hide ScopedTrace.Dan Albert2014-08-131-1/+1
* Label pages mapped by linker_allocatorDmitriy Ivanov2014-08-111-0/+26
* Added a bionic systrace class and tracing to pthread_mutex.cpp.Brigid Smith2014-07-281-0/+35
* Start hiding "private/bionic_time.h".Elliott Hughes2014-07-251-26/+2
* Use upstream OpenBSD's arc4random.Elliott Hughes2014-07-211-2/+3
* Remove non-standard prctl constants from <sys/prctl.h>.Elliott Hughes2014-07-171-41/+0
* Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit.Christopher Ferris2014-07-151-1/+3
* Fix visibility for a bunch more symbols.Elliott Hughes2014-07-141-1/+1
* Upstream atexitDmitriy Ivanov2014-07-141-2/+6
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-101-1/+1
* Load library using file handle.Dmitriy Ivanov2014-07-021-0/+59
* Sync to current upstream arc4random.Elliott Hughes2014-06-241-2/+12
* Build tzcode with hidden visibility.Elliott Hughes2014-06-191-3/+4
* Move common macros into bionic_macros.h.Christopher Ferris2014-06-182-2/+7
* Use a separate config.h for config like defines.Christopher Ferris2014-06-161-0/+26
* Adds functionality specified by uchar.hDan Albert2014-06-041-0/+54
* Return the actual success result from __futex.Elliott Hughes2014-05-291-4/+4
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-282-21/+27
* Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-17/+6
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-6/+17
* Hide most of the private futex functions.Elliott Hughes2014-05-211-9/+19
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-1/+8
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-191-1/+2
* Query libnetd_client for the appropriate netId for host resolution.Paul Jensen2014-05-191-0/+1