summaryrefslogtreecommitdiffstats
path: root/libc/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up some ARMv4/ARMv5 cruft.Elliott Hughes2013-12-131-31/+5
* PTHREAD_KEYS_MAX cleanup.Elliott Hughes2013-12-121-7/+8
* Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEADThe Android Open Source Project2013-11-224-5/+73
|\
| * am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libr...Elliott Hughes2013-10-097-181/+1
| |\
| * \ am f83148af: am 0c17099a: Merge "Fix __errno for LP64 and clean up __get_tls."Elliott Hughes2013-10-092-36/+65
| |\ \
| * \ \ am dd384c3e: am a6e9ae80: Merge "Fix MIPS build."Elliott Hughes2013-10-061-1/+1
| |\ \ \
| * \ \ \ am 06ac96d1: am 4e965d95: Merge "libc: Remove deprecated register"Elliott Hughes2013-10-061-4/+4
| |\ \ \ \
| * \ \ \ \ am 71e0b240: am 41ba05e2: Merge "x86_64: Fix get_tls and statvfs"Elliott Hughes2013-10-041-0/+6
| |\ \ \ \ \
| * \ \ \ \ \ am 4b5a0e1a: am 693bd73f: Merge "Remove 32-bit assumptions from the ELF code."Elliott Hughes2013-10-012-5/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 8ff879a5: am a259472c: Merge "Fix mismatch between declaration and forward...Elliott Hughes2013-09-191-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | bionic: add function to name memoryColin Cross2013-08-071-0/+40
| * | | | | | | | Optimize __memset_chk, __memcpy_chk.Christopher Ferris2013-08-062-13/+49
| * | | | | | | | am 101b5e1f: Merge "Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a P...Elliott Hughes2013-07-291-1/+6
| |\ \ \ \ \ \ \ \