1. e5c872f genversion-scripts: fix script name in autogenerated comment by Greg Hackmann · 10 years ago
  2. 5f1de52 Merge "Fix race in malloc debug option free_track." by Christopher Ferris · 10 years ago
  3. d091962 Fix race in malloc debug option free_track. by Christopher Ferris · 10 years ago
  4. f3b9c89 Fix bug where t9 is not correct when __memset_chk_fail is called. by Douglas Leung · 10 years ago
  5. 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 10 years ago
  6. a4b1425 Fix problem where unknown option is not an error. by Christopher Ferris · 10 years ago
  7. 0e00c16 Merge "Init functions after debug malloc succeeds." by Christopher Ferris · 10 years ago
  8. 20f2c1e Init functions after debug malloc succeeds. by Christopher Ferris · 10 years ago
  9. 7877df6 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 10 years ago
  10. 9567c7b malloc_debug: round 0 byte allocations up to 1 byte by Colin Cross · 10 years ago
  11. baa7c6f malloc_debug: iterate: use usable_size by Colin Cross · 10 years ago
  12. ffd19ee Merge "Improve and fix the stack-protector tests." by Elliott Hughes · 10 years ago
  13. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 10 years ago
  14. 7bbb181 Don't leak sockets if setsockopt() or fchown() fail. by Erik Kline · 10 years ago
  15. 2bf5332 Minor clock_getcpuclockid optimization. by Elliott Hughes · 10 years ago
  16. ba2232d Merge "forkpty: set the output fd to -1 on the slave side." by Josh Gao · 10 years ago
  17. d2b8de2 Don't call clock_getres in sysconf. by Elliott Hughes · 10 years ago
  18. 6d7c1ee forkpty: set the output fd to -1 on the slave side. by Josh Gao · 10 years ago
  19. 29d4b71 Add __memset_chk assembler for mips32 and mips64. by Douglas Leung · 10 years ago
  20. 728e0e9 Merge "Add x86 __memset_chk assembler." by Elliott Hughes · 10 years ago
  21. 7d188ce Merge "Fix x86-64 __memset_chk." by Elliott Hughes · 10 years ago
  22. a80ddc8 Fix x86-64 __memset_chk. by Elliott Hughes · 10 years ago
  23. 81d6a18 Add x86 __memset_chk assembler. by Elliott Hughes · 10 years ago
  24. a27d8c3 Update Android.bp with recent *.mk changes by Dan Willemsen · 10 years ago
  25. f3b42e5 Merge "Clean up bcopy cruft." by Elliott Hughes · 10 years ago
  26. ff9bda7 Merge "Mandate optimized assembler for x86-64 __memset_chk." by Elliott Hughes · 10 years ago
  27. 19ca2fe Merge changes I17c22dc2,I9989e2ea by Josh Gao · 10 years ago
  28. 0c3655a Add a checksum to jmp_buf on AArch64. by Josh Gao · 10 years ago
  29. a4c6913 Add a checksum to jmp_buf on ARM. by Josh Gao · 10 years ago
  30. bed110a Clean up bcopy cruft. by Elliott Hughes · 10 years ago
  31. 01d5b94 Remove optimized code for bzero, which was removed from POSIX in 2008. by Elliott Hughes · 10 years ago
  32. 61c95fe Mandate optimized assembler for x86-64 __memset_chk. by Elliott Hughes · 10 years ago
  33. 7846093 Mandate optimized __memset_chk for arm and arm64. by Elliott Hughes · 10 years ago
  34. 2332d52 Merge "Improve diagnostics from the assembler __memcpy_chk routines." by Elliott Hughes · 10 years ago
  35. ef925e5 Fix getifaddrs' handling of point-to-point interfaces. by Elliott Hughes · 10 years ago
  36. 3c6016f Improve diagnostics from the assembler __memcpy_chk routines. by Elliott Hughes · 10 years ago
  37. c199690 Merge "Improve diagnostics from the assembler __memset_chk routines." by Elliott Hughes · 10 years ago
  38. 62e5964 Improve diagnostics from the assembler __memset_chk routines. by Elliott Hughes · 10 years ago
  39. 375a915 Update libgcc_compat.c file for mips32 arch by Lazar Trsic · 10 years ago
  40. 2de7983 Merge "Copy the entire zero-separated DNS seach domain string." by Pierre Imai · 10 years ago
  41. 6fa50a2 Merge "Move hard-coded values to constants." by Christopher Ferris · 10 years ago
  42. 879cec2 Update Android.bp with recent Android.mk changes by Dan Willemsen · 10 years ago
  43. 0967fc7 Copy the entire zero-separated DNS seach domain string. by Pierre Imai · 10 years ago
  44. 0f67d5f Create logging sockets with SOCK_NONBLOCK... by Elliott Hughes · 10 years ago
  45. 31adf6c Merge "Improve FORTIFY failure diagnostics." by Elliott Hughes · 10 years ago
  46. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 10 years ago
  47. 549e522 Move hard-coded values to constants. by Christopher Ferris · 10 years ago
  48. eb72725 Merge "Update timezone data to 2016a" by Neil Fuller · 10 years ago
  49. f86c449 If you're going to use memset... by Elliott Hughes · 10 years ago
  50. 2c6c953 GCC doesn't like {}, and clang doesn't like {0}... by Elliott Hughes · 10 years ago
  51. d07d77e Merge "Fix a structure initialisation in pthread_exit()." by Elliott Hughes · 10 years ago
  52. 6bd5cf6 Fix a structure initialisation in pthread_exit(). by Anton Kirilov · 10 years ago
  53. 19acb69 [MIPS] Add __popcountsi2 to libgcc_compat.c by Dimitry Ivanov · 10 years ago
  54. 92057af Update timezone data to 2016a by Neil Fuller · 10 years ago
  55. 0e2a026 Fix wrong guard values for 64 bit. by Christopher Ferris · 10 years ago
  56. f499dc9 Fix incorrect size of array. by Christopher Ferris · 10 years ago
  57. d75d4be malloc_debug: reread /proc/pid/maps when entry is missing by Colin Cross · 10 years ago
  58. 2c75991 Add backtrace_string and export to libmemunreachable by Colin Cross · 10 years ago
  59. 2d4721c Export malloc_backtrace by Colin Cross · 10 years ago
  60. 869691c Export malloc_iterate and friends by Colin Cross · 10 years ago
  61. 4327ae0 Merge "Fix cfi directives for memmove/strlcpy." by Christopher Ferris · 10 years ago
  62. 90ea63a Merge "Fix scope ids for link-local IPv6 addresses from getifaddrs(3)." by Elliott Hughes · 10 years ago
  63. 97b6e13 Fix cfi directives for memmove/strlcpy. by Christopher Ferris · 10 years ago
  64. de84e51 Fix cfi directives in small strncmp case. by Christopher Ferris · 10 years ago
  65. 7dac8b8 Fix scope ids for link-local IPv6 addresses from getifaddrs(3). by Elliott Hughes · 10 years ago
  66. 598cb89 Merge "malloc_debug: reset TrackData mutex after fork" by Colin Cross · 10 years ago
  67. 249fefb Merge "Fix the default alignment of the allocations." by Christopher Ferris · 10 years ago
  68. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 10 years ago
  69. 7a28a3c malloc_debug: reset TrackData mutex after fork by Colin Cross · 10 years ago
  70. cac2908 Fix regerror(..., nullptr, 0). by Elliott Hughes · 10 years ago
  71. 01b85d5 Set x86 TLS limit to 0xfffff, not PAGE_SIZE. by Elliott Hughes · 10 years ago
  72. 4c3cf4a Merge "Enable clang for x86_64 after fp128 fix in clang-2577113." by Chih-hung Hsieh · 10 years ago
  73. 63fedd7 Enable clang for x86_64 after fp128 fix in clang-2577113. by Chih-Hung Hsieh · 10 years ago
  74. b4931ce Update NOTICE files. by Elliott Hughes · 10 years ago
  75. 9c212fc Merge "define pw_gecos to pw_passwd for LP32 systems" by Mike Frysinger · 10 years ago
  76. ca6af7f define pw_gecos to pw_passwd for LP32 systems by Mike Frysinger · 10 years ago
  77. 831c8a5 Merge "Updated to v4.4.1 kernel headers." by Christopher Ferris · 10 years ago
  78. 138a11c Merge "Update Android.bp" by Dan Willemsen · 10 years ago
  79. 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 10 years ago
  80. b90837c Merge "Add check for pthread_self() when looking up a thread" by Dimitry Ivanov · 10 years ago
  81. 4bc739a Add check for pthread_self() when looking up a thread by Dimitry Ivanov · 10 years ago
  82. 3e62171 Update Android.bp by Dan Willemsen · 10 years ago
  83. 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
  84. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  85. f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 10 years ago
  86. e4fa6e9 Expose ftello64. by Elliott Hughes · 10 years ago
  87. 6b45d57 use GNU C89 extern inline semantics for __size_mul_overflow() by Xia Yang · 10 years ago
  88. 701bb65 Remove the unused TrackHeader structure. by Christopher Ferris · 10 years ago
  89. 4821db1 Merge "Add better free tracking." by Christopher Ferris · 10 years ago
  90. 5992e5f Merge changes I8ca219fa,Ia92d35b1 by Greg Hackmann · 10 years ago
  91. c7ca8f3 socket.h: update AF_* constants by Greg Hackmann · 10 years ago
  92. 7993b80 Add better free tracking. by Christopher Ferris · 10 years ago
  93. 3759146 Merge "Tell kati about generated dependencies around crt" by Shinichiro Hamaji · 10 years ago
  94. 5064771 Merge "Add min/max values for config values." by Christopher Ferris · 10 years ago
  95. 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
  96. 3bcf094 Tell kati about generated dependencies around crt by Shinichiro Hamaji · 10 years ago
  97. 166c853 Add min/max values for config values. by Christopher Ferris · 10 years ago
  98. fd799ba Merge changes I7dc213e9,I2928d682 by Dimitry Ivanov · 10 years ago
  99. ffaa216 Hide '__moddi3' symbol for x86 and mips by Dimitry Ivanov · 10 years ago
  100. aa2fd0f Hide '__isthreaded' for lp64 libc.so by Dimitry Ivanov · 10 years ago