summaryrefslogtreecommitdiffstats
path: root/libc/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetic changes to netd client files.Sreeram Ramachandran2014-05-181-6/+11
* Hide __futex_wake_ex and __futex_wait_ex.Elliott Hughes2014-05-161-14/+2
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-0/+1
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-0/+28
* Bring in google3-style DISALLOW_* macros.Elliott Hughes2014-05-095-12/+48
* Fix LOG_ID_CRASH build failure.Elliott Hughes2014-05-071-6/+7
* Change the interface for fatal logging.Elliott Hughes2014-05-061-2/+1
* Allow liblog to pass failure reasons to debuggerd.Elliott Hughes2014-04-231-2/+2
* Make uselocale(3) claim its pthread key in an ELF constructor.Elliott Hughes2014-04-181-1/+1
* Add stpcpy/stpncpy.Christopher Ferris2014-04-071-0/+2
* Clean up <stdio.h> macros.Elliott Hughes2014-03-131-13/+2
* Moved nameser.h and namser_compat.h to public include dirCalin Juravle2014-03-042-812/+0
* Moved private dns header to their own dir.Calin Juravle2014-03-035-1001/+0
* libc: Make calls to new user-space loggerMark Salyzyn2014-02-261-0/+11
* Unify our assembler macros.Elliott Hughes2014-02-201-11/+23
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-191-3/+8
* Clean up various warnings in bionic.Elliott Hughes2014-02-181-1/+2