Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce netd_client, a dynamic library that talks to netd. | Sreeram Ramachandran | 2014-05-13 | 1 | -0/+28 |
* | Bring in google3-style DISALLOW_* macros. | Elliott Hughes | 2014-05-09 | 5 | -12/+48 |
* | Fix LOG_ID_CRASH build failure. | Elliott Hughes | 2014-05-07 | 1 | -6/+7 |
* | Change the interface for fatal logging. | Elliott Hughes | 2014-05-06 | 1 | -2/+1 |
* | Allow liblog to pass failure reasons to debuggerd. | Elliott Hughes | 2014-04-23 | 1 | -2/+2 |
* | Make uselocale(3) claim its pthread key in an ELF constructor. | Elliott Hughes | 2014-04-18 | 1 | -1/+1 |
* | Add stpcpy/stpncpy. | Christopher Ferris | 2014-04-07 | 1 | -0/+2 |
* | Clean up <stdio.h> macros. | Elliott Hughes | 2014-03-13 | 1 | -13/+2 |
* | Moved nameser.h and namser_compat.h to public include dir | Calin Juravle | 2014-03-04 | 2 | -812/+0 |
* | Moved private dns header to their own dir. | Calin Juravle | 2014-03-03 | 5 | -1001/+0 |
* | libc: Make calls to new user-space logger | Mark Salyzyn | 2014-02-26 | 1 | -0/+11 |
* | Unify our assembler macros. | Elliott Hughes | 2014-02-20 | 1 | -11/+23 |
* | Make mips/mips64 syscall stubs more like the other architectures. | Elliott Hughes | 2014-02-19 | 1 | -3/+8 |
* | Clean up various warnings in bionic. | Elliott Hughes | 2014-02-18 | 1 | -1/+2 |
* | Switch <elf.h> over to linux uapi under the covers. | Elliott Hughes | 2014-02-10 | 2 | -4/+6 |
* | bionic: rename aarch64 target to arm64 | Colin Cross | 2014-01-23 | 2 | -3/+3 |
* | Merge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxch... | Elliott Hughes | 2014-01-14 | 1 | -5/+5 |
|\ | |||||
| * | AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg() | Serban Constantinescu | 2013-12-19 | 1 | -5/+5 |
* | | Fix MIPS build. | Elliott Hughes | 2013-12-20 | 1 | -0/+3 |
* | | Fix aarch64 futex assembly routines. | Elliott Hughes | 2013-12-20 | 1 | -1/+0 |
* | | ARM: Change dmb domain for bionic_atomic_barrier() | Serban Constantinescu | 2013-12-19 | 4 | -5/+5 |
|/ | |||||
* | AArch64: Add initial support for AArch64 | Serban Constantinescu | 2013-12-16 | 1 | -13/+6 |
* | AArch64: Add support for AArch64 atomic operations | Serban Constantinescu | 2013-12-16 | 2 | -1/+75 |
* | Fix typo. | Elliott Hughes | 2013-12-16 | 1 | -1/+1 |
* | Clean up the pthread-only atomic stuff a little. | Elliott Hughes | 2013-12-16 | 5 | -299/+124 |
* | Clean up some ARMv4/ARMv5 cruft. | Elliott Hughes | 2013-12-13 | 1 | -31/+5 |
* | PTHREAD_KEYS_MAX cleanup. | Elliott Hughes | 2013-12-12 | 1 | -7/+8 |
* | Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD | The Android Open Source Project | 2013-11-22 | 4 | -5/+73 |
|\ | |||||
| * | am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libr... | Elliott Hughes | 2013-10-09 | 7 | -181/+1 |
| |\ | |||||
| * \ | am f83148af: am 0c17099a: Merge "Fix __errno for LP64 and clean up __get_tls." | Elliott Hughes | 2013-10-09 | 2 | -36/+65 |
| |\ \ | |||||
| * \ \ | am dd384c3e: am a6e9ae80: Merge "Fix MIPS build." | Elliott Hughes | 2013-10-06 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | am 06ac96d1: am 4e965d95: Merge "libc: Remove deprecated register" | Elliott Hughes | 2013-10-06 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | am 71e0b240: am 41ba05e2: Merge "x86_64: Fix get_tls and statvfs" | Elliott Hughes | 2013-10-04 | 1 | -0/+6 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | am 4b5a0e1a: am 693bd73f: Merge "Remove 32-bit assumptions from the ELF code." | Elliott Hughes | 2013-10-01 | 2 | -5/+5 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | am 8ff879a5: am a259472c: Merge "Fix mismatch between declaration and forward... | Elliott Hughes | 2013-09-19 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | bionic: add function to name memory | Colin Cross | 2013-08-07 | 1 | -0/+40 |
| * | | | | | | | | Optimize __memset_chk, __memcpy_chk. | Christopher Ferris | 2013-08-06 | 2 | -13/+49 |
| * | | | | | | | | am 101b5e1f: Merge "Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a P... | Elliott Hughes | 2013-07-29 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | am 9a73d08f: Merge "Bump the number of TLS slots to 128." | Elliott Hughes | 2013-07-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | am d2acf124: am 9562d38d: Merge "Clean up __builtin_expect usage." | Elliott Hughes | 2013-07-16 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge "Add marking of DNS sockets for mark based routing" | Geremy Condra | 2013-07-11 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Add marking of DNS sockets for mark based routing | Chad Brubaker | 2013-07-09 | 1 | -0/+2 |
| * | | | | | | | | | | | | am 601f968c: am 84983592: Merge "bionic_atomic_arm.h: Remove < ARMv6 support" | Nick Kralevich | 2013-07-03 | 1 | -77/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | am 833dc584: am 87b4286f: Merge "Expose dn_comp and dn_expand to system C code." | Elliott Hughes | 2013-07-02 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | am a289964b: am 227b47a4: Merge "resolv_private.h: remove #define b64_ntop an... | Nick Kralevich | 2013-06-28 | 1 | -5/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | am 13e23302: am c656d732: Merge "Always use v1 for MIPS TLS access." | Elliott Hughes | 2013-06-18 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | am d2dbf163: am 5995bf88: Merge "don\'t hardcode register r0/v1 when reading ... | Elliott Hughes | 2013-06-17 | 1 | -12/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | am 3da47942: am 944ea1a3: Merge "Clean up abort." | Elliott Hughes | 2013-06-12 | 1 | -0/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | Add clearing of resolv uid and pid interface maps | Chad Brubaker | 2013-06-07 | 1 | -2/+8 |
| * | | | | | | | | | | | | | | | | | Merge "Add per UID interface support to resolv cache" | Geremy Condra | 2013-06-06 | 1 | -0/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |