1. f86c449 If you're going to use memset... by Elliott Hughes · 10 years ago
  2. 2c6c953 GCC doesn't like {}, and clang doesn't like {0}... by Elliott Hughes · 10 years ago
  3. d07d77e Merge "Fix a structure initialisation in pthread_exit()." by Elliott Hughes · 10 years ago
  4. 6bd5cf6 Fix a structure initialisation in pthread_exit(). by Anton Kirilov · 10 years ago
  5. 19acb69 [MIPS] Add __popcountsi2 to libgcc_compat.c by Dimitry Ivanov · 10 years ago
  6. 0e2a026 Fix wrong guard values for 64 bit. by Christopher Ferris · 10 years ago
  7. f499dc9 Fix incorrect size of array. by Christopher Ferris · 10 years ago
  8. d75d4be malloc_debug: reread /proc/pid/maps when entry is missing by Colin Cross · 10 years ago
  9. 2c75991 Add backtrace_string and export to libmemunreachable by Colin Cross · 10 years ago
  10. 2d4721c Export malloc_backtrace by Colin Cross · 10 years ago
  11. 869691c Export malloc_iterate and friends by Colin Cross · 10 years ago
  12. 4327ae0 Merge "Fix cfi directives for memmove/strlcpy." by Christopher Ferris · 10 years ago
  13. 90ea63a Merge "Fix scope ids for link-local IPv6 addresses from getifaddrs(3)." by Elliott Hughes · 10 years ago
  14. 97b6e13 Fix cfi directives for memmove/strlcpy. by Christopher Ferris · 10 years ago
  15. de84e51 Fix cfi directives in small strncmp case. by Christopher Ferris · 10 years ago
  16. 7dac8b8 Fix scope ids for link-local IPv6 addresses from getifaddrs(3). by Elliott Hughes · 10 years ago
  17. 598cb89 Merge "malloc_debug: reset TrackData mutex after fork" by Colin Cross · 10 years ago
  18. 249fefb Merge "Fix the default alignment of the allocations." by Christopher Ferris · 10 years ago
  19. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 10 years ago
  20. 7a28a3c malloc_debug: reset TrackData mutex after fork by Colin Cross · 10 years ago
  21. cac2908 Fix regerror(..., nullptr, 0). by Elliott Hughes · 10 years ago
  22. 01b85d5 Set x86 TLS limit to 0xfffff, not PAGE_SIZE. by Elliott Hughes · 10 years ago
  23. 4c3cf4a Merge "Enable clang for x86_64 after fp128 fix in clang-2577113." by Chih-hung Hsieh · 10 years ago
  24. 63fedd7 Enable clang for x86_64 after fp128 fix in clang-2577113. by Chih-Hung Hsieh · 10 years ago
  25. b4931ce Update NOTICE files. by Elliott Hughes · 10 years ago
  26. 9c212fc Merge "define pw_gecos to pw_passwd for LP32 systems" by Mike Frysinger · 10 years ago
  27. ca6af7f define pw_gecos to pw_passwd for LP32 systems by Mike Frysinger · 10 years ago
  28. 831c8a5 Merge "Updated to v4.4.1 kernel headers." by Christopher Ferris · 10 years ago
  29. 138a11c Merge "Update Android.bp" by Dan Willemsen · 10 years ago
  30. 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 10 years ago
  31. b90837c Merge "Add check for pthread_self() when looking up a thread" by Dimitry Ivanov · 10 years ago
  32. 4bc739a Add check for pthread_self() when looking up a thread by Dimitry Ivanov · 10 years ago
  33. 3e62171 Update Android.bp by Dan Willemsen · 10 years ago
  34. 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
  35. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  36. f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 10 years ago
  37. e4fa6e9 Expose ftello64. by Elliott Hughes · 10 years ago
  38. 6b45d57 use GNU C89 extern inline semantics for __size_mul_overflow() by Xia Yang · 10 years ago
  39. 701bb65 Remove the unused TrackHeader structure. by Christopher Ferris · 10 years ago
  40. 4821db1 Merge "Add better free tracking." by Christopher Ferris · 10 years ago
  41. 5992e5f Merge changes I8ca219fa,Ia92d35b1 by Greg Hackmann · 10 years ago
  42. c7ca8f3 socket.h: update AF_* constants by Greg Hackmann · 10 years ago
  43. 7993b80 Add better free tracking. by Christopher Ferris · 10 years ago
  44. 3759146 Merge "Tell kati about generated dependencies around crt" by Shinichiro Hamaji · 10 years ago
  45. 5064771 Merge "Add min/max values for config values." by Christopher Ferris · 10 years ago
  46. 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
  47. 3bcf094 Tell kati about generated dependencies around crt by Shinichiro Hamaji · 10 years ago
  48. 166c853 Add min/max values for config values. by Christopher Ferris · 10 years ago
  49. fd799ba Merge changes I7dc213e9,I2928d682 by Dimitry Ivanov · 10 years ago
  50. ffaa216 Hide '__moddi3' symbol for x86 and mips by Dimitry Ivanov · 10 years ago
  51. aa2fd0f Hide '__isthreaded' for lp64 libc.so by Dimitry Ivanov · 10 years ago
  52. 2fc7f9d Remove unused file. by Christopher Ferris · 10 years ago
  53. 955426e Fix a sign extension bug in stdio. by Elliott Hughes · 10 years ago
  54. 194860a Merge "Replace snprintf() with __libc_format_buffer()" by Tom Cherry · 10 years ago
  55. 8352475 Replace snprintf() with __libc_format_buffer() by Tom Cherry · 10 years ago
  56. 896224a Merge "Implement funopen64." by Elliott Hughes · 10 years ago
  57. a449faf Merge "Fix lockf for LP32." by Elliott Hughes · 10 years ago
  58. 3a33b52 Merge "Move android_ network functions to LIBC_PRIVATE" by Dimitry Ivanov · 10 years ago
  59. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  60. 97cb4fb Move android_ network functions to LIBC_PRIVATE by Dimitry Ivanov · 10 years ago
  61. d4ae54f Fix lockf for LP32. by Elliott Hughes · 10 years ago
  62. 94bb0fa Merge "Support _FILE_OFFSET_BITS=64 for most of <stdio.h>." by Elliott Hughes · 10 years ago
  63. d9bb708 Merge "Implement POSIX lockf." by Elliott Hughes · 10 years ago
  64. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  65. 9677fab Support _FILE_OFFSET_BITS=64 for most of <stdio.h>. by Elliott Hughes · 10 years ago
  66. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  67. 126cf32 Merge "Fix gcc test issues." by Christopher Ferris · 10 years ago
  68. 1e185a5 Fix gcc test issues. by Christopher Ferris · 10 years ago
  69. ac67b4e Merge "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Elliott Hughes · 10 years ago
  70. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
  71. c96b6e1 Merge "Make sem_wait able to return errno EINTR for sdk > 23." by Yabin Cui · 10 years ago
  72. e40e429 Merge "Fix build for gcc." by Christopher Ferris · 10 years ago
  73. f2b67b8 Fix build for gcc. by Christopher Ferris · 10 years ago
  74. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
  75. 0f7631f Merge "Malloc debug rewrite." by Christopher Ferris · 10 years ago
  76. e70e0e9 Move internal FILE flags macros to "local.h" from <stdio.h>. by Elliott Hughes · 10 years ago
  77. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  78. ad9c3f3 Merge "Add _seek64 to FILE." by Elliott Hughes · 10 years ago
  79. c650447 Merge "Remove dlmalloc." by Josh Gao · 10 years ago
  80. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  81. 023c307 Add _seek64 to FILE. by Elliott Hughes · 10 years ago
  82. b877601 Put struct FILE back how NDK-built apps expect it. by Elliott Hughes · 10 years ago
  83. bba3954 Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  84. 05c2f6b Merge "libc: hide __signalfd4 symbol" by Dimitry Ivanov · 10 years ago
  85. 90d2dae libc: hide fake_gmtime_r and fake_localtime_r by Dimitry Ivanov · 10 years ago
  86. 1a8732c libc: hide __signalfd4 symbol by Dimitry Ivanov · 10 years ago
  87. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  88. 5f1ff27 Merge "Move stdio implementation details around a little." by Elliott Hughes · 10 years ago
  89. 6dcab28 Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  90. 18dea9b Merge "Update Android.bp to match Android.mk" by Colin Cross · 10 years ago
  91. 021335e Move stdio implementation details around a little. by Elliott Hughes · 10 years ago
  92. 8b49f53 Merge "Make FILE*s less usable after fclose(3)." by Elliott Hughes · 10 years ago
  93. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  94. 8ce38af Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  95. b43ee65 Switch libc default to clang. by Chih-Hung Hsieh · 10 years ago
  96. d1293fa Fix GCC build breakage. by Elliott Hughes · 10 years ago
  97. 94ddc29 Merge "Add more fortify symbols to the expected differences from glibc." by Elliott Hughes · 10 years ago
  98. ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
  99. d07c443 Add more fortify symbols to the expected differences from glibc. by Elliott Hughes · 10 years ago
  100. 68d0150 Merge "Sync with upstream OpenBSD." by Elliott Hughes · 10 years ago