1. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 10 years ago
  2. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 10 years ago
  3. 8eac9af Bring in google3-style DISALLOW_* macros. by Elliott Hughes · 10 years ago
  4. ae0a62b Fix LOG_ID_CRASH build failure. by Elliott Hughes · 10 years ago
  5. c78368f Change the interface for fatal logging. by Elliott Hughes · 10 years ago
  6. 2e3b710 Allow liblog to pass failure reasons to debuggerd. by Elliott Hughes · 10 years ago
  7. 2f68866 Make uselocale(3) claim its pthread key in an ELF constructor. by Elliott Hughes · 10 years ago
  8. 950a58e Add stpcpy/stpncpy. by Christopher Ferris · 10 years ago
  9. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 10 years ago
  10. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 10 years ago
  11. cecc036 Moved private dns header to their own dir. by Calin Juravle · 10 years ago
  12. 0336e35 libc: Make calls to new user-space logger by Mark Salyzyn · 11 years ago
  13. 851e68a Unify our assembler macros. by Elliott Hughes · 11 years ago
  14. 9abbbdc Make mips/mips64 syscall stubs more like the other architectures. by Elliott Hughes · 11 years ago
  15. a38cb08 Clean up various warnings in bionic. by Elliott Hughes · 11 years ago
  16. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  17. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 11 years ago
  18. b5e2110 Merge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()" by Elliott Hughes · 11 years ago
  19. 5b395ce Fix MIPS build. by Elliott Hughes · 11 years ago
  20. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 11 years ago
  21. 845c778 ARM: Change dmb domain for bionic_atomic_barrier() by Serban Constantinescu · 11 years ago
  22. bf3ec9a AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg() by Serban Constantinescu · 11 years ago
  23. e210488 AArch64: Add initial support for AArch64 by Serban Constantinescu · 11 years ago
  24. 1924a5c AArch64: Add support for AArch64 atomic operations by Serban Constantinescu · 11 years ago
  25. 4c186ff Fix typo. by Elliott Hughes · 11 years ago
  26. 2b333b9 Clean up the pthread-only atomic stuff a little. by Elliott Hughes · 11 years ago
  27. c54ca40 Clean up some ARMv4/ARMv5 cruft. by Elliott Hughes · 11 years ago
  28. 1887621 PTHREAD_KEYS_MAX cleanup. by Elliott Hughes · 11 years ago
  29. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 11 years ago
  30. 877ec6d Fix pthread_join. by Elliott Hughes · 11 years ago
  31. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 11 years ago
  32. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 11 years ago
  33. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 11 years ago
  34. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 11 years ago
  35. 1cdc9fe am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 11 years ago
  36. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 11 years ago
  37. ac045c3 am f83148af: am 0c17099a: Merge "Fix __errno for LP64 and clean up __get_tls." by Elliott Hughes · 11 years ago
  38. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 11 years ago
  39. 22678c4 am dd384c3e: am a6e9ae80: Merge "Fix MIPS build." by Elliott Hughes · 11 years ago
  40. 21e7164 Fix MIPS build. by Elliott Hughes · 11 years ago
  41. ddd8a91 am 06ac96d1: am 4e965d95: Merge "libc: Remove deprecated register" by Elliott Hughes · 11 years ago
  42. baa5874 libc: Remove deprecated register by synergydev · 11 years ago
  43. 9d3b4b4 am 71e0b240: am 41ba05e2: Merge "x86_64: Fix get_tls and statvfs" by Elliott Hughes · 11 years ago
  44. 1e52a54 x86_64: Fix get_tls and statvfs by Pavel Chupin · 11 years ago
  45. 58413fe am 4b5a0e1a: am 693bd73f: Merge "Remove 32-bit assumptions from the ELF code." by Elliott Hughes · 11 years ago
  46. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 11 years ago
  47. a3285dc am 8ff879a5: am a259472c: Merge "Fix mismatch between declaration and forward declaration" by Elliott Hughes · 11 years ago
  48. edad1e1 Fix mismatch between declaration and forward declaration by Bernhard Rosenkraenzer · 11 years ago
  49. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 11 years ago
  50. 6771b9c bionic: add function to name memory by Colin Cross · 11 years ago
  51. 7c860db Optimize __memset_chk, __memcpy_chk. by Christopher Ferris · 11 years ago
  52. abf3638 am 101b5e1f: Merge "Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way." by Elliott Hughes · 11 years ago
  53. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 11 years ago
  54. 326b527 am 9a73d08f: Merge "Bump the number of TLS slots to 128." by Elliott Hughes · 11 years ago
  55. 838f01f Bump the number of TLS slots to 128. by Elliott Hughes · 11 years ago
  56. f2f6b2b am d2acf124: am 9562d38d: Merge "Clean up __builtin_expect usage." by Elliott Hughes · 11 years ago
  57. d2acf12 am 9562d38d: Merge "Clean up __builtin_expect usage." by Elliott Hughes · 11 years ago
  58. d4e753f Clean up __builtin_expect usage. by Elliott Hughes · 11 years ago
  59. bb17967 Merge "Add marking of DNS sockets for mark based routing" by Geremy Condra · 11 years ago
  60. c39214e Add marking of DNS sockets for mark based routing by Chad Brubaker · 11 years ago
  61. 20cb108 am 601f968c: am 84983592: Merge "bionic_atomic_arm.h: Remove < ARMv6 support" by Nick Kralevich · 11 years ago
  62. 601f968 am 84983592: Merge "bionic_atomic_arm.h: Remove < ARMv6 support" by Nick Kralevich · 11 years ago
  63. e91f717 bionic_atomic_arm.h: Remove < ARMv6 support by Nick Kralevich · 11 years ago
  64. 997368d am 833dc584: am 87b4286f: Merge "Expose dn_comp and dn_expand to system C code." by Elliott Hughes · 11 years ago
  65. 833dc58 am 87b4286f: Merge "Expose dn_comp and dn_expand to system C code." by Elliott Hughes · 11 years ago
  66. b8e435c Expose dn_comp and dn_expand to system C code. by Lorenzo Colitti · 11 years ago
  67. 22570f5 am a289964b: am 227b47a4: Merge "resolv_private.h: remove #define b64_ntop and b64_pton" by Nick Kralevich · 11 years ago
  68. a289964 am 227b47a4: Merge "resolv_private.h: remove #define b64_ntop and b64_pton" by Nick Kralevich · 11 years ago
  69. ca43d73 resolv_private.h: remove #define b64_ntop and b64_pton by Nick Kralevich · 11 years ago
  70. fb11350 am 13e23302: am c656d732: Merge "Always use v1 for MIPS TLS access." by Elliott Hughes · 11 years ago
  71. 13e2330 am c656d732: Merge "Always use v1 for MIPS TLS access." by Elliott Hughes · 11 years ago
  72. a33dc57 Always use v1 for MIPS TLS access. by Elliott Hughes · 11 years ago
  73. 9edf071 am d2dbf163: am 5995bf88: Merge "don\'t hardcode register r0/v1 when reading the TLS" by Elliott Hughes · 11 years ago
  74. d2dbf16 am 5995bf88: Merge "don\'t hardcode register r0/v1 when reading the TLS" by Elliott Hughes · 11 years ago
  75. b6e3400 don't hardcode register r0/v1 when reading the TLS by Mathias Agopian · 11 years ago
  76. 7ac852f am 3da47942: am 944ea1a3: Merge "Clean up abort." by Elliott Hughes · 11 years ago
  77. 3da4794 am 944ea1a3: Merge "Clean up abort." by Elliott Hughes · 11 years ago
  78. 61e699a Clean up abort. by Elliott Hughes · 11 years ago
  79. 87594a3 Add clearing of resolv uid and pid interface maps by Chad Brubaker · 11 years ago
  80. a24d14c Merge "Add per UID interface support to resolv cache" by Geremy Condra · 11 years ago
  81. 0c9bb49 Add per UID interface support to resolv cache by Chad Brubaker · 11 years ago
  82. e51cd6f am 5a6a0a94: am 18af4503: Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 11 years ago
  83. 5a6a0a9 am 18af4503: Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 11 years ago
  84. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 11 years ago
  85. bedd8e3 am ce208f33: am 8d36050a: Merge "Clean up useless declaration in thread_private.h" by Elliott Hughes · 11 years ago
  86. ce208f3 am 8d36050a: Merge "Clean up useless declaration in thread_private.h" by Elliott Hughes · 11 years ago
  87. 94d0daa Clean up useless declaration in thread_private.h by Kito Cheng · 11 years ago
  88. 75c9e17 am 027a8fae: am 8539961f: Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 11 years ago
  89. 027a8fa am 8539961f: Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 11 years ago
  90. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 11 years ago
  91. 543f3f0 am 975d4464: am 6f502bc7: Merge "Add more __restricts, clean up __format__ attributes." by Elliott Hughes · 11 years ago
  92. 975d446 am 6f502bc7: Merge "Add more __restricts, clean up __format__ attributes." by Elliott Hughes · 11 years ago
  93. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 11 years ago
  94. f89ce5b am 9c7b510a: am 240fb862: Merge "Make abort messages available to debuggerd." by Elliott Hughes · 11 years ago
  95. 9c7b510 am 240fb862: Merge "Make abort messages available to debuggerd." by Elliott Hughes · 11 years ago
  96. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 11 years ago
  97. 62bb090 resolved conflicts for merge of 5b661481 to master by Nick Kralevich · 11 years ago
  98. c01274c resolv_cache: hide some libc private functions by Nick Kralevich · 11 years ago
  99. 6380d21 am 92a197f3: am d7dc414a: am 987fc5a3: am adeec096: Merge "Hide various symbols that shouldn\'t be exposed." by Elliott Hughes · 11 years ago
  100. d7dc414 am 987fc5a3: am adeec096: Merge "Hide various symbols that shouldn\'t be exposed." by Elliott Hughes · 11 years ago