aboutsummaryrefslogtreecommitdiffstats
path: root/libc/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-102-4/+6
* bionic: rename aarch64 target to arm64Colin Cross2014-01-232-3/+3
* Merge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxch...Elliott Hughes2014-01-141-5/+5
|\
| * AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()Serban Constantinescu2013-12-191-5/+5
* | Fix MIPS build.Elliott Hughes2013-12-201-0/+3
* | Fix aarch64 futex assembly routines.Elliott Hughes2013-12-201-1/+0
* | ARM: Change dmb domain for bionic_atomic_barrier()Serban Constantinescu2013-12-194-5/+5
|/
* AArch64: Add initial support for AArch64Serban Constantinescu2013-12-161-13/+6
* AArch64: Add support for AArch64 atomic operationsSerban Constantinescu2013-12-162-1/+75
* Fix typo.Elliott Hughes2013-12-161-1/+1
* Clean up the pthread-only atomic stuff a little.Elliott Hughes2013-12-165-299/+124