1. 7874f1d Split the shared group data from the shared passwd data. by Elliott Hughes · 11 years ago
  2. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 11 years ago
  3. a381fe8 Fix ptsname(3) and ttyname(3) to use TLS. by Elliott Hughes · 11 years ago
  4. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  5. bfbf7a4 Remove remaining bionic support for TARGET_CPU_SMP being false. by Elliott Hughes · 11 years ago
  6. 00bbc7f Bionic: Make DISALLOW_COPY_AND_ASSIGN conditional by Andreas Gampe · 11 years ago
  7. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  8. 0f001b6 Remove "private/bionic_pthread.h". by Elliott Hughes · 11 years ago
  9. d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 11 years ago
  10. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  11. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  12. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  13. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  14. 0e7f8a9 Simplify _ALIGN_TEXT. by Elliott Hughes · 11 years ago
  15. ce6b1ab Expose android_set_abort_message(). by Dan Albert · 11 years ago
  16. f2c1e7e Hide ScopedTrace. by Dan Albert · 11 years ago
  17. 51a22a1 Label pages mapped by linker_allocator by Dmitriy Ivanov · 11 years ago
  18. a406ee6 Added a bionic systrace class and tracing to pthread_mutex.cpp. by Brigid Smith · 11 years ago
  19. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  20. 2b67d7d Use upstream OpenBSD's arc4random. by Elliott Hughes · 11 years ago
  21. d745386 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  22. 27047fa Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit. by Christopher Ferris · 11 years ago
  23. a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
  24. 53c3c27 Upstream atexit by Dmitriy Ivanov · 11 years ago
  25. 91570ce Slim down static binaries by avoiding stdio. by Elliott Hughes · 11 years ago
  26. 04dc91a Load library using file handle. by Dmitriy Ivanov · 11 years ago
  27. 0468feb Sync to current upstream arc4random. by Elliott Hughes · 11 years ago
  28. d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 11 years ago
  29. 03eebcb Move common macros into bionic_macros.h. by Christopher Ferris · 11 years ago
  30. 6361964 Use a separate config.h for config like defines. by Christopher Ferris · 11 years ago
  31. 7a7f995 Adds functionality specified by uchar.h by Dan Albert · 11 years ago
  32. 1ee4652 Return the actual success result from __futex. by Elliott Hughes · 11 years ago
  33. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  34. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  35. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  36. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  37. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 11 years ago
  38. 903b788 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 11 years ago
  39. 5240b56 Query libnetd_client for the appropriate netId for host resolution. by Paul Jensen · 11 years ago
  40. 72c5393 Cosmetic changes to netd client files. by Sreeram Ramachandran · 11 years ago
  41. 3973de9 Hide __futex_wake_ex and __futex_wait_ex. by Elliott Hughes · 11 years ago
  42. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 11 years ago
  43. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 11 years ago
  44. 8eac9af Bring in google3-style DISALLOW_* macros. by Elliott Hughes · 11 years ago
  45. ae0a62b Fix LOG_ID_CRASH build failure. by Elliott Hughes · 11 years ago
  46. c78368f Change the interface for fatal logging. by Elliott Hughes · 11 years ago
  47. 2e3b710 Allow liblog to pass failure reasons to debuggerd. by Elliott Hughes · 11 years ago
  48. 2f68866 Make uselocale(3) claim its pthread key in an ELF constructor. by Elliott Hughes · 11 years ago
  49. 950a58e Add stpcpy/stpncpy. by Christopher Ferris · 11 years ago
  50. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  51. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
  52. cecc036 Moved private dns header to their own dir. by Calin Juravle · 11 years ago
  53. 0336e35 libc: Make calls to new user-space logger by Mark Salyzyn · 12 years ago
  54. 851e68a Unify our assembler macros. by Elliott Hughes · 11 years ago
  55. 9abbbdc Make mips/mips64 syscall stubs more like the other architectures. by Elliott Hughes · 11 years ago
  56. a38cb08 Clean up various warnings in bionic. by Elliott Hughes · 11 years ago
  57. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  58. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 12 years ago
  59. b5e2110 Merge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()" by Elliott Hughes · 12 years ago
  60. 5b395ce Fix MIPS build. by Elliott Hughes · 12 years ago
  61. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  62. 845c778 ARM: Change dmb domain for bionic_atomic_barrier() by Serban Constantinescu · 12 years ago
  63. bf3ec9a AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg() by Serban Constantinescu · 12 years ago
  64. e210488 AArch64: Add initial support for AArch64 by Serban Constantinescu · 12 years ago
  65. 1924a5c AArch64: Add support for AArch64 atomic operations by Serban Constantinescu · 12 years ago
  66. 4c186ff Fix typo. by Elliott Hughes · 12 years ago
  67. 2b333b9 Clean up the pthread-only atomic stuff a little. by Elliott Hughes · 12 years ago
  68. c54ca40 Clean up some ARMv4/ARMv5 cruft. by Elliott Hughes · 12 years ago
  69. 1887621 PTHREAD_KEYS_MAX cleanup. by Elliott Hughes · 12 years ago
  70. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 12 years ago
  71. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  72. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  73. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
  74. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  75. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  76. 1cdc9fe am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  77. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  78. ac045c3 am f83148af: am 0c17099a: Merge "Fix __errno for LP64 and clean up __get_tls." by Elliott Hughes · 12 years ago
  79. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  80. 22678c4 am dd384c3e: am a6e9ae80: Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  81. 21e7164 Fix MIPS build. by Elliott Hughes · 12 years ago
  82. ddd8a91 am 06ac96d1: am 4e965d95: Merge "libc: Remove deprecated register" by Elliott Hughes · 12 years ago
  83. baa5874 libc: Remove deprecated register by synergydev · 12 years ago
  84. 9d3b4b4 am 71e0b240: am 41ba05e2: Merge "x86_64: Fix get_tls and statvfs" by Elliott Hughes · 12 years ago
  85. 1e52a54 x86_64: Fix get_tls and statvfs by Pavel Chupin · 12 years ago
  86. 58413fe am 4b5a0e1a: am 693bd73f: Merge "Remove 32-bit assumptions from the ELF code." by Elliott Hughes · 12 years ago
  87. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 12 years ago
  88. a3285dc am 8ff879a5: am a259472c: Merge "Fix mismatch between declaration and forward declaration" by Elliott Hughes · 12 years ago
  89. edad1e1 Fix mismatch between declaration and forward declaration by Bernhard Rosenkraenzer · 12 years ago
  90. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  91. 6771b9c bionic: add function to name memory by Colin Cross · 12 years ago
  92. 7c860db Optimize __memset_chk, __memcpy_chk. by Christopher Ferris · 12 years ago
  93. abf3638 am 101b5e1f: Merge "Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way." by Elliott Hughes · 12 years ago
  94. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 12 years ago
  95. 326b527 am 9a73d08f: Merge "Bump the number of TLS slots to 128." by Elliott Hughes · 12 years ago
  96. 838f01f Bump the number of TLS slots to 128. by Elliott Hughes · 12 years ago
  97. f2f6b2b am d2acf124: am 9562d38d: Merge "Clean up __builtin_expect usage." by Elliott Hughes · 12 years ago
  98. d2acf12 am 9562d38d: Merge "Clean up __builtin_expect usage." by Elliott Hughes · 12 years ago
  99. d4e753f Clean up __builtin_expect usage. by Elliott Hughes · 12 years ago
  100. bb17967 Merge "Add marking of DNS sockets for mark based routing" by Geremy Condra · 12 years ago