1. d18f4b2 Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 10 years ago
  2. c87f65d Add RTLD_NODELETE flag support by Dmitriy Ivanov · 10 years ago
  3. 0f47d9c Fix unused DT entry warnings. by Dmitriy Ivanov · 10 years ago
  4. 748fbe5 Fix a couple more cases of missing CLOEXEC. by Elliott Hughes · 10 years ago
  5. 653263a Only use <atomic> for C++11 and newer. by Dan Albert · 10 years ago
  6. b0693ec Merge changes I0feda6b2,I22d13fde,I49d7d09d,Ice490bfe into lmp-mr1-dev by Elliott Hughes · 10 years ago
  7. 0c4e98a Fix the type of u_ar0 in <sys/user.h>. by Elliott Hughes · 10 years ago
  8. d0fb6a2 Add greg_t for arm64. by Elliott Hughes · 10 years ago
  9. ab4d5cf POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 10 years ago
  10. eedbf70 Add in_port_t and move it and in_addr_t to the correct header file. by Elliott Hughes · 10 years ago
  11. 98d57c9 Add stpcpy assembler version. by Christopher Ferris · 10 years ago
  12. 1c8ea80 Cleanup arm assembly. by Christopher Ferris · 10 years ago
  13. 0cc59dd Add __memcpy_chk assembly for 64 bit. by Christopher Ferris · 10 years ago
  14. 86d16a0 Clean up the architecture-specific makefiles. by Elliott Hughes · 10 years ago
  15. b378c27 No arm source refers to SOFTFLOAT. by Elliott Hughes · 10 years ago
  16. 43dc3a9 Remove the unnecessary generic-neon code. by Christopher Ferris · 10 years ago
  17. 1ea31a2 Merge "Don't mask out SA_RESTORER from sa_flags." into lmp-mr1-dev by Elliott Hughes · 10 years ago
  18. cd99bbf Merge "Disable tzdata in $ANDROID_DATA." into lmp-mr1-dev by Elliott Hughes · 10 years ago
  19. 28ea229 Don't mask out SA_RESTORER from sa_flags. by Elliott Hughes · 10 years ago
  20. 8eb8c39 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 10 years ago
  21. e5e61a0 Use the kernel's sa_restorer for aarch64. by Elliott Hughes · 10 years ago
  22. 5054e1a Fix 32-bit arm unwinding through signal frames. by Elliott Hughes · 10 years ago
  23. 7dc2b7b Fix signal trampolines. by Elliott Hughes · 10 years ago
  24. 4c30130 Disable tzdata in $ANDROID_DATA. by Elliott Hughes · 10 years ago
  25. aa6cd58 Use mxcr_mask instead of mxcsr_mask to match glibc. by Elliott Hughes · 10 years ago
  26. 8fab811 Update bionic to tzdata2014i. by Elliott Hughes · 10 years ago
  27. 82eeec6 Merge "Fix generic __memcpy_chk implementation." into lmp-mr1-dev by Christopher Ferris · 10 years ago
  28. 9b7b0d8 Merge "Fix race condition in timer disarm/delete." into lmp-mr1-dev by Christopher Ferris · 10 years ago
  29. f13e1eb Fix generic __memcpy_chk implementation. by Christopher Ferris · 10 years ago
  30. 702ab5b Rename library_offset to library_fd_offset by Dmitriy Ivanov · 10 years ago
  31. 0724132 Fix race condition in timer disarm/delete. by Christopher Ferris · 10 years ago
  32. de01780 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 10 years ago
  33. c712cee Make memory_order_acquire visible in global namespace by Hans Boehm · 10 years ago
  34. 59a0286 Merge "Return total footprint, not high water mark." into lmp-mr1-dev by Christopher Ferris · 10 years ago
  35. f4ada9c Return total footprint, not high water mark. by Christopher Ferris · 10 years ago
  36. e0fafb0 am c891e240: Add back symbols to fix Greed for Glory franchise. by Christopher Ferris · 10 years ago
  37. 2f25cf3 Fix pthread_attr_getstack under valgrind. by Elliott Hughes · 10 years ago
  38. c891e24 Add back symbols to fix Greed for Glory franchise. by Christopher Ferris · 10 years ago
  39. 7f4618c am c9734d24: Re-add dlmalloc for 32 bit. by Christopher Ferris · 10 years ago
  40. c9734d2 Re-add dlmalloc for 32 bit. by Christopher Ferris · 10 years ago
  41. 55ee845 Inline helpers need to be exported unmangled. by Dan Albert · 10 years ago
  42. ce92b41 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 10 years ago
  43. 1543fdf Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 10 years ago
  44. b5e7eba Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 10 years ago
  45. d87d401 Improve <sys/cdefs.h>. by Elliott Hughes · 10 years ago
  46. 6c4e16f Merge "further cleanup memcpy fortify implementation" into lmp-mr1-dev by Elliott Hughes · 10 years ago
  47. 27355af am d11eac34: Force export symbols on all x86 variants in libc. by Christopher Ferris · 10 years ago
  48. db408bf further cleanup memcpy fortify implementation by Nick Kralevich · 10 years ago
  49. d11eac3 Force export symbols on all x86 variants in libc. by Christopher Ferris · 10 years ago
  50. 7ad2147 string.h: remove unused variable by Nick Kralevich · 10 years ago
  51. 02542b3 am a5087148: Reimplement clock(3) using clock_gettime(3) by Alex Van Brunt · 10 years ago
  52. a508714 Reimplement clock(3) using clock_gettime(3) by Alex Van Brunt · 10 years ago
  53. 22f5a61 am ea9800e9: Explain why clock(3) isn\'t broken. by Elliott Hughes · 10 years ago
  54. ea9800e Explain why clock(3) isn't broken. by Elliott Hughes · 10 years ago
  55. f4cb631 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 10 years ago
  56. ef1306d Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 10 years ago
  57. ae69a95 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  58. c0133a7 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 10 years ago
  59. 59c12a6 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  60. 81fe2b1 Enable clang compilation with libc but not linker. by Chih-Hung Hsieh · 10 years ago
  61. bd321c1 Run constructors before resolving ifunc functions by Dmitriy Ivanov · 10 years ago
  62. 31b88da Added test for ifunc support in dynamic linker. by Brigid Smith · 10 years ago
  63. e4f8962 Merge "Update bionic to tzdata 2014h." into lmp-mr1-dev by Elliott Hughes · 10 years ago
  64. d182050 Update bionic to tzdata 2014h. by Elliott Hughes · 10 years ago
  65. b5f5b0e Fix update-tzdata.py to rebuild icu4c .dat file. by Elliott Hughes · 10 years ago
  66. 5def2f5 Re-expose more stdio implementation details for LP32. by Elliott Hughes · 10 years ago
  67. 086bb38 Fix incorrect parameter types for locale funcs. by Dan Albert · 10 years ago
  68. 027d271 Pull input.h from v3.16.1 kernel headers. by Christopher Ferris · 10 years ago
  69. 7e00b44 Expose __swsetup for LP32 binary compatibility. by Elliott Hughes · 10 years ago
  70. 27efc48 Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 10 years ago
  71. 9e833bf Fix mips __fadvise64.S build failure. by Elliott Hughes · 10 years ago
  72. 176c327 Merge "Add posix_fadvise(3)." into lmp-dev by Elliott Hughes · 10 years ago
  73. 0000826 Add posix_fadvise(3). by Elliott Hughes · 10 years ago
  74. 33a73bf When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 10 years ago
  75. 7efad83 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 10 years ago
  76. c8f6b82 Merge "Don't expose non-standard basename_r and dirname_r in LP64." into lmp-dev by Elliott Hughes · 10 years ago
  77. 51c8355 Add arc4random_addrandom binary compatibility. by Elliott Hughes · 10 years ago
  78. 47ed03f Merge "Add dlmalloc_usable_size for 32 bit arches." into lmp-dev by Christopher Ferris · 10 years ago
  79. 1c365cb Add dlmalloc_usable_size for 32 bit arches. by Christopher Ferris · 10 years ago
  80. f0e9458 Don't expose non-standard basename_r and dirname_r in LP64. by Elliott Hughes · 10 years ago
  81. 5beddb7 Fix pthread_attr_getstack__main_thread. by Elliott Hughes · 10 years ago
  82. 1e010d6 Add back a dummy arc4random_stir for compatibility. by Elliott Hughes · 10 years ago
  83. cb093d1 Merge "Upgrade bionic to tzdata2014g." into lmp-dev by Elliott Hughes · 10 years ago
  84. 9ac60bf Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 10 years ago
  85. b519ea4 Upgrade bionic to tzdata2014g. by Elliott Hughes · 10 years ago
  86. 2b10e2f Undefine _Atomic before redefining by Hans Boehm · 10 years ago
  87. c8cf351 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 10 years ago
  88. b2eb09a Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 10 years ago
  89. 67f1f3b Have pthread_attr_getstack for the main thread report RLIMIT_STACK... by Elliott Hughes · 10 years ago
  90. a0eeb0b Merge "Fix pthread_getattr_np for the main thread." into lmp-dev by Elliott Hughes · 10 years ago
  91. 3f7635f Use the default unwind code. by Christopher Ferris · 10 years ago
  92. 6421823 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 10 years ago
  93. 2d80400 Fix some 32-bit-isms in <stdio.h>. by Elliott Hughes · 10 years ago
  94. 1506fc1 Expose android_set_abort_message(). by Dan Albert · 10 years ago
  95. 6df7b60 Hide C++ stuff in libc. Put it back in libstdc++. by Dan Albert · 10 years ago
  96. 9e56ce4 Merge "Fix leak_realloc, copy entire allocation." into lmp-dev by Christopher Ferris · 10 years ago
  97. 5df0839 Fix leak_realloc, copy entire allocation. by Christopher Ferris · 10 years ago
  98. f0f66c0 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 10 years ago
  99. e2050ae Merge "Change name of MB_CUR_MAX implementation function." into lmp-dev by Dan Albert · 10 years ago
  100. bafee43 Change name of MB_CUR_MAX implementation function. by Dan Albert · 10 years ago