aboutsummaryrefslogtreecommitdiff
path: root/libc/private
AgeCommit message (Expand)Author
2014-10-01Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov
2014-10-01Load libraries in breadth-first orderDmitriy Ivanov
2014-10-01Revert "Load libraries in breadth-first order"Dmitriy Ivanov
2014-10-01Load libraries in breadth-first orderDmitriy Ivanov
2014-09-04Fix pthread_attr_getstack__main_thread.Elliott Hughes
2014-08-26Fix pthread_getattr_np for the main thread.Elliott Hughes
2014-08-19Expose android_set_abort_message().Dan Albert
2014-08-13Label pages mapped by linker_allocatorDmitriy Ivanov
2014-07-29Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp."Elliott Hughes
2014-07-29Added a bionic systrace class and tracing to pthread_mutex.cpp.Brigid Smith
2014-07-25Start hiding "private/bionic_time.h".Elliott Hughes
2014-07-21Use upstream OpenBSD's arc4random.Elliott Hughes
2014-07-17Remove non-standard prctl constants from <sys/prctl.h>.Elliott Hughes
2014-07-15Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit.Christopher Ferris
2014-07-14Fix visibility for a bunch more symbols.Elliott Hughes
2014-07-14Upstream atexitDmitriy Ivanov
2014-07-10Slim down static binaries by avoiding stdio.Elliott Hughes
2014-07-02Load library using file handle.Dmitriy Ivanov
2014-06-24Sync to current upstream arc4random.Elliott Hughes
2014-06-19Build tzcode with hidden visibility.Elliott Hughes
2014-06-18Move common macros into bionic_macros.h.Christopher Ferris
2014-06-16Use a separate config.h for config like defines.Christopher Ferris
2014-06-04Adds functionality specified by uchar.hDan Albert
2014-05-29Return the actual success result from __futex.Elliott Hughes
2014-05-28Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes
2014-05-28Revert "Lose the hand-written futex assembler."Narayan Kamath
2014-05-22Lose the hand-written futex assembler.Elliott Hughes
2014-05-21Hide most of the private futex functions.Elliott Hughes
2014-05-20Support for jemalloc to replace dlmalloc.Christopher Ferris
2014-05-19Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran
2014-05-19Query libnetd_client for the appropriate netId for host resolution.Paul Jensen
2014-05-18Cosmetic changes to netd client files.Sreeram Ramachandran
2014-05-16Hide __futex_wake_ex and __futex_wait_ex.Elliott Hughes
2014-05-14Mark sockets on accept().Sreeram Ramachandran
2014-05-13Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran
2014-05-09Bring in google3-style DISALLOW_* macros.Elliott Hughes
2014-05-07Fix LOG_ID_CRASH build failure.Elliott Hughes
2014-05-06Change the interface for fatal logging.Elliott Hughes
2014-04-23Allow liblog to pass failure reasons to debuggerd.Elliott Hughes
2014-04-18Make uselocale(3) claim its pthread key in an ELF constructor.Elliott Hughes
2014-04-07Add stpcpy/stpncpy.Christopher Ferris
2014-03-13Clean up <stdio.h> macros.Elliott Hughes
2014-03-04Moved nameser.h and namser_compat.h to public include dirCalin Juravle
2014-03-03Moved private dns header to their own dir.Calin Juravle
2014-02-26libc: Make calls to new user-space loggerMark Salyzyn
2014-02-20Unify our assembler macros.Elliott Hughes
2014-02-19Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes
2014-02-18Clean up various warnings in bionic.Elliott Hughes
2014-02-10Switch <elf.h> over to linux uapi under the covers.Elliott Hughes
2014-01-23bionic: rename aarch64 target to arm64Colin Cross