1. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  2. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 11 years ago
  3. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 11 years ago
  4. e61919a Fix x86-64 libvpx build. by Elliott Hughes · 11 years ago
  5. 7f2d4c2 Somewhere, the declaration of _resolv_delete_cache_for_net went missing. by Elliott Hughes · 11 years ago
  6. 2ba734d Merge "Fix %u format that should have been %zu." by Christopher Ferris · 11 years ago
  7. 580b6e0 Fix %u format that should have been %zu. by Christopher Ferris · 11 years ago
  8. a403780 Put all allocation functions into dispatch table. by Christopher Ferris · 11 years ago
  9. ff17671 Merge "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 11 years ago
  10. 3fb5097 Add a hack to <stdlib.h> until we can fix libvpx. by Elliott Hughes · 11 years ago
  11. 5d25d54 Merge "Remove __memcmp16 from bionic." by Elliott Hughes · 11 years ago
  12. 24614b4 Remove __memcmp16 from bionic. by Elliott Hughes · 11 years ago
  13. 564222e Merge "Use default hidden visibility to build libc_dns." by Elliott Hughes · 11 years ago
  14. 29ddd78 Merge "Put all allocation functions into dispatch table." by Christopher Ferris · 11 years ago
  15. 8563802 Use default hidden visibility to build libc_dns. by Elliott Hughes · 11 years ago
  16. 346fa72 Merge "Get the full set of PRNG functions in <stdlib.h>" by Elliott Hughes · 11 years ago
  17. a0beeea Get the full set of PRNG functions in <stdlib.h> by Elliott Hughes · 11 years ago
  18. 37b845f Merge "Remove declaration for putw(3)/getw(3)." by Dan Albert · 11 years ago
  19. 8e613cf Remove declaration for putw(3)/getw(3). by Dan Albert · 11 years ago
  20. 5204a9e Fix most of the tzcode warnings. by Elliott Hughes · 11 years ago
  21. 2c02d00 Merge "Add __pure2 to a few more functions, most notably gettid and pthread_self." by Elliott Hughes · 11 years ago
  22. b27a840 Add __pure2 to a few more functions, most notably gettid and pthread_self. by Elliott Hughes · 11 years ago
  23. cd32219 Remove declarations related to cuserid(3). by Dan Albert · 11 years ago
  24. 8066423 Merge "Revert "Temporarily expose dlmalloc_usable_size."" by Elliott Hughes · 11 years ago
  25. 440bd6b Merge "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  26. 210331d Replaces vfork() implementation with fork() by Dan Albert · 11 years ago
  27. 809093b Hide rand48 implementation details. by Elliott Hughes · 11 years ago
  28. a382a79 Hide non-standard syslog API. by Elliott Hughes · 11 years ago
  29. 87d4233 Merge "Remove the MD5 implementation that was only used by toolbox." by Elliott Hughes · 11 years ago
  30. 6740163 Remove the MD5 implementation that was only used by toolbox. by Elliott Hughes · 11 years ago
  31. 602b4e4 AArch64: Remove Frame Record from ARM64 syscalls by Serban Constantinescu · 11 years ago
  32. bffbfee Add the missing issetugid binary compatibility stub. by Elliott Hughes · 11 years ago
  33. 19718f0 Merge "Rewrite and hide longjmperror." by Elliott Hughes · 11 years ago
  34. 47ba295 Rewrite and hide longjmperror. by Elliott Hughes · 11 years ago
  35. ab39aba Remove unused scripts. by Christopher Ferris · 11 years ago
  36. 6fa47ca Merge "Fix ndk_cruft.cpp __getdents64 build failure." by Elliott Hughes · 11 years ago
  37. 1c60f80 Merge "Rename __bionic_clone_entry to __start_thread." by Elliott Hughes · 11 years ago
  38. d1ead2a Fix ndk_cruft.cpp __getdents64 build failure. by Elliott Hughes · 11 years ago
  39. f6b1d43 Add a few more C11 functions to the whitelist. by Elliott Hughes · 11 years ago
  40. ebc8cd1 Rename __bionic_clone_entry to __start_thread. by Elliott Hughes · 11 years ago
  41. 3e0e7ee Merge "Remove getdents from bionic." by Elliott Hughes · 11 years ago
  42. b837767 Merge "Update kernel header generation docs." by Christopher Ferris · 11 years ago
  43. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 11 years ago
  44. 08b6074 Update kernel header generation docs. by Christopher Ferris · 11 years ago
  45. c3bdc79 Merge "Fix the printf family for non-ASCII." by Elliott Hughes · 11 years ago
  46. 69f05d2 Fix the printf family for non-ASCII. by Elliott Hughes · 11 years ago
  47. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
  48. 50b7953 Merge "Fix unwinding through x86-64 __bionic_clone." by Elliott Hughes · 11 years ago
  49. aeb3016 Fix unwinding through x86-64 __bionic_clone. by Elliott Hughes · 11 years ago
  50. 9c101eb Merge "Removes index() from bionic." by Dan Albert · 11 years ago
  51. fce8614 Fix for slm-tuned memmove (both 32- and 64-bit). by Varvara Rainchik · 11 years ago
  52. 40fca0f Removes index() from bionic. by Dan Albert · 11 years ago
  53. 205dd7d Remove bsd_signal and sysv_signal from bionic LP64. by Dan Albert · 11 years ago
  54. 1f29665 Hide __libc_fini. by Elliott Hughes · 11 years ago
  55. 67c437b Revert "Temporarily expose dlmalloc_usable_size." by Elliott Hughes · 11 years ago
  56. 6403cc4 Temporarily expose dlmalloc_usable_size. by Elliott Hughes · 11 years ago
  57. 14442bb Temporary fix for asan_malloc_linux.cc build failure. by Elliott Hughes · 11 years ago
  58. 38732aa Merge "Fix debug malloc." by Elliott Hughes · 11 years ago
  59. 8e52e8f Fix debug malloc. by Elliott Hughes · 11 years ago
  60. 001f8f0 Removes wcswcs from bionic for LP64. by Dan Albert · 11 years ago
  61. e120cba Merge "Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11." by Elliott Hughes · 11 years ago
  62. 452e091 Merge "Adds functionality specified by uchar.h" by Dan Albert · 11 years ago
  63. be8df2e Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11. by Elliott Hughes · 11 years ago
  64. 7a7f995 Adds functionality specified by uchar.h by Dan Albert · 11 years ago
  65. 38ed337 Merge "Hide dlmalloc symbols." by Elliott Hughes · 11 years ago
  66. 9b5235d Hide dlmalloc symbols. by Elliott Hughes · 11 years ago
  67. c380189 Merge "Removes bcopy and bzero from bionic." by Dan Albert · 11 years ago
  68. ce9ce28 Removes bcopy and bzero from bionic. by Dan Albert · 11 years ago
  69. b082645 Work around "error: variable 'uio' set but not used". by Elliott Hughes · 11 years ago
  70. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  71. 2f9400b Merge "Use __libc_fatal() for failed malloc in new" by Dan Albert · 11 years ago
  72. 9897259 Use __libc_fatal() for failed malloc in new by Dan Albert · 11 years ago
  73. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 11 years ago
  74. 6203e7b Add some missing __noreturn attributes. by Elliott Hughes · 11 years ago
  75. ee9d5bd x86: stop unwinding past __bionic_clone. by Elliott Hughes · 11 years ago
  76. 15b91e9 Fix x86 cfi directives for syscalls. by Christopher Ferris · 11 years ago
  77. b4e099c Remove issetugid. by Elliott Hughes · 11 years ago
  78. aa5f32e Merge "Add Aarch64 optimized bzero based on memset" by Christopher Ferris · 11 years ago
  79. 62d92e1 Add Aarch64 optimized bzero based on memset by Bernhard Rosenkraenzer · 11 years ago
  80. 4dd0b72 Merge "Return the actual success result from __futex." by Elliott Hughes · 11 years ago
  81. 1a57de7 Merge "Fix overflow testing in sbrk." by Christopher Ferris · 11 years ago
  82. 738b0cc Fix overflow testing in sbrk. by Christopher Ferris · 11 years ago
  83. 1ee4652 Return the actual success result from __futex. by Elliott Hughes · 11 years ago
  84. ef02387 Merge "Minor style cleanup of some code I had to look at." by Elliott Hughes · 11 years ago
  85. b7f136a Upgrade to tzdata2014d. by Elliott Hughes · 11 years ago
  86. 6249960 Minor style cleanup of some code I had to look at. by Elliott Hughes · 11 years ago
  87. fae42a8 Merge "Revert "Revert "Lose the hand-written futex assembler.""" by Elliott Hughes · 11 years ago
  88. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  89. dc3fb11 Merge "Updated ambiguous comment in pthread_mutex_lock." by Dan Albert · 11 years ago
  90. 8a405b0 Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 11 years ago
  91. ff03a7a Updated ambiguous comment in pthread_mutex_lock. by Brigid Smith · 11 years ago
  92. 52f7432 Merge "Revert "Lose the hand-written futex assembler."" by Narayan Kamath · 11 years ago
  93. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  94. bdca380 Remove unnecessary padding in ucontext_t by Calin Juravle · 11 years ago
  95. f6d2ca2 Expose __srefill for LP64 until we can fix the NDK. by Elliott Hughes · 11 years ago
  96. 1454ff2 Merge "Clear the return address register in __bionic_clone." by Elliott Hughes · 11 years ago
  97. e7dccdf Clear the return address register in __bionic_clone. by Elliott Hughes · 11 years ago
  98. a7821b7 Use __typeof__() instead of typeof() by Dan Albert · 11 years ago
  99. aa50585 Restore __srefill for LP32. by Elliott Hughes · 11 years ago
  100. b3c75a1 Merge "Restore __srget and __swbuf for LP32." by Elliott Hughes · 11 years ago