1. f2d8c35 Merge "Remove misleading arm/arm64 PIC_SYM." by Elliott Hughes · 11 years ago
  2. 651a068 Remove misleading arm/arm64 PIC_SYM. by Elliott Hughes · 11 years ago
  3. 92f0c91 Merge "Create a distinct temp directory for each run." by Christopher Ferris · 11 years ago
  4. 01bd32e Create a distinct temp directory for each run. by Christopher Ferris · 11 years ago
  5. d994622 Merge "Android is all-PIC/PIE." by Elliott Hughes · 11 years ago
  6. 6b6364a Android is all-PIC/PIE. by Elliott Hughes · 11 years ago
  7. 512bc52 Fix incorrect relocations for x86. by Dan Albert · 11 years ago
  8. e380960 Do a second key cleanup in pthread_exit. by Christopher Ferris · 11 years ago
  9. 51fde5b Upgrade bionic to tzdata2014f. by Elliott Hughes · 11 years ago
  10. 13bab43 Fix the tzdata update tools. by Elliott Hughes · 11 years ago
  11. 9d2a05a Revert "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 11 years ago
  12. 28285f8 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 11 years ago
  13. 8b91980 Merge "Explain how wcswcs ended up in ndk_cruft.cpp." by Elliott Hughes · 11 years ago
  14. 1628eb1 Explain how wcswcs ended up in ndk_cruft.cpp. by Elliott Hughes · 11 years ago
  15. df85f50 Add an obvious comment to <stdio.h> for fixincludes. by Elliott Hughes · 11 years ago
  16. 9eae840 Fixes build. by Dan Albert · 11 years ago
  17. 6a91887 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  18. b6cc8e0 Fix mbsrtowcs(3) src param for finished string. by Dan Albert · 11 years ago
  19. 1aec7c1 Proper MB_CUR_MAX. by Dan Albert · 11 years ago
  20. 0f7ed16 Merge "Fix memchr with a zero length." by Christopher Ferris · 11 years ago
  21. e03e1ea Fix memchr with a zero length. by Christopher Ferris · 11 years ago
  22. 4ad5066 Merge "Use libunwindbacktrace for debug malloc code." by Christopher Ferris · 11 years ago
  23. 861c0ef Use libunwindbacktrace for debug malloc code. by Christopher Ferris · 11 years ago
  24. a7dc760 Merge "Fix linkage of grantpt(3)." by Elliott Hughes · 11 years ago
  25. 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
  26. f4c1a36 Remove declarations for things that don't exist. by Elliott Hughes · 11 years ago
  27. a406ee6 Added a bionic systrace class and tracing to pthread_mutex.cpp. by Brigid Smith · 11 years ago
  28. 50a9630 Merge "Start hiding "private/bionic_time.h"." by Elliott Hughes · 11 years ago
  29. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  30. 1abb8bd en_US.UTF-8 is also supported. by Dan Albert · 11 years ago
  31. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  32. c7706a0 Merge "[MIPSR6] Use C-coded string ops on mips32r6/mips64r6" by Elliott Hughes · 11 years ago
  33. 40a5217 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 11 years ago
  34. d6f614a Merge "Implement twalk(3), add unit tests." by Elliott Hughes · 11 years ago
  35. 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
  36. bc5a3ec [MIPSR6] Use C-coded string ops on mips32r6/mips64r6 by Duane Sand · 11 years ago
  37. 21972b6 syscall(3)'s return type should be long. by Elliott Hughes · 11 years ago
  38. f1e83cc Use vsnprintf(3) in syslog(3). by Elliott Hughes · 11 years ago
  39. 39d903a Remove localtime_tz and strftime_tz. by Elliott Hughes · 11 years ago
  40. ba23bd0 [MIPS] Drop soft-fp targets by Duane Sand · 11 years ago
  41. 7d22a45 Merge "[MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models" by Elliott Hughes · 11 years ago
  42. dd37251 [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models by Duane Sand · 11 years ago
  43. afe6360 Fix belated review comments on syslog change. by Elliott Hughes · 11 years ago
  44. 5d2f86f Fix generate-NOTICE to cope better with BSD __COPYRIGHT macros. by Elliott Hughes · 11 years ago
  45. ea42a6c Merge "Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files." by Elliott Hughes · 11 years ago
  46. 3758a24 Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files. by Elliott Hughes · 11 years ago
  47. ca70453 Remove the unused swab.S. by Elliott Hughes · 11 years ago
  48. f541650 [MIPS] Allow united mipsel and mips64el gcc toolchain by Duane Sand · 11 years ago
  49. 4d42190 Merge "Use upstream OpenBSD's arc4random." by Elliott Hughes · 11 years ago
  50. 2b67d7d Use upstream OpenBSD's arc4random. by Elliott Hughes · 11 years ago
  51. 925d388 Merge "Rewrite syslog(3) to use Android logging." by Elliott Hughes · 11 years ago
  52. 3ad8ecb Rewrite syslog(3) to use Android logging. by Elliott Hughes · 11 years ago
  53. ee7f1b5 There is no _MIN for unsigned types. by Dan Albert · 11 years ago
  54. 1fb90a8 Merge "Fix mbsrtowcs(3)'s handling of len parameter." by Dan Albert · 11 years ago
  55. 6b55ba5 Fix mbsrtowcs(3)'s handling of len parameter. by Dan Albert · 11 years ago
  56. 97e31de __libc_fatal should print a newline to stderr. by Dan Albert · 11 years ago
  57. 9c07aee Clean up some misinformation around prctl. by Elliott Hughes · 11 years ago
  58. 6425327 Use the mmap/munmap for allocation routines. by Christopher Ferris · 11 years ago
  59. d18b87f Merge "Remove SIOCKILLADDR from <sys/socket.h>." by Elliott Hughes · 11 years ago
  60. 8a3d1ca Remove SIOCKILLADDR from <sys/socket.h>. by Elliott Hughes · 11 years ago
  61. 9f165d2 Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  62. 2f9c6e3 Fix private/bionic_name_mem.h build breakage. by Elliott Hughes · 11 years ago
  63. d745386 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  64. 43363ab Merge "Define atomic_charN_t only if charN_t is supported." by Hans Boehm · 11 years ago
  65. 8b00236 Define atomic_charN_t only if charN_t is supported. by Hans Boehm · 11 years ago
  66. 98b088d ptrace(3) should be varargs. by Elliott Hughes · 11 years ago
  67. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  68. 64035c4 Merge "Add gen syscalls step to instructions." by Christopher Ferris · 11 years ago
  69. ea271fd Add gen syscalls step to instructions. by Christopher Ferris · 11 years ago
  70. 3fa60e1 Regenerate the syscalls list after the uapi update. by Elliott Hughes · 11 years ago
  71. 27047fa Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit. by Christopher Ferris · 11 years ago
  72. e612add Remove isascii_l(3). by Dan Albert · 11 years ago
  73. a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
  74. 673bff0 Merge "Implement rand/srand in terms of random/srandom." by Elliott Hughes · 11 years ago
  75. 76c241b Implement rand/srand in terms of random/srandom. by Elliott Hughes · 11 years ago
  76. 4ae9386 Merge "Sync upstream-openbsd." by Elliott Hughes · 11 years ago
  77. 4f0b67a Sync upstream-openbsd. by Elliott Hughes · 11 years ago
  78. 53c3c27 Upstream atexit by Dmitriy Ivanov · 11 years ago
  79. 2ba2888 Define SIOCKILLADDR which isn't in the common kernel uapi headers. by Elliott Hughes · 11 years ago
  80. 263325d Define three prctl constants that went missing from uapi. by Elliott Hughes · 11 years ago
  81. 385bb1e Merge "Add optimized memchr implementation from newlib" by Christopher Ferris · 11 years ago
  82. 8c20c13 Add optimized memchr implementation from newlib by Bernhard Rosenkränzer · 11 years ago
  83. b8e82b5 Merge "EM_ARM and EM_AARCH64 are now in the uapi header." by Elliott Hughes · 11 years ago
  84. 10cf0d8 EM_ARM and EM_AARCH64 are now in the uapi header. by Elliott Hughes · 11 years ago
  85. c6bc001 Merge "Update kernel headers to v3.14." by Christopher Ferris · 11 years ago
  86. 040e118 Merge "Enable building libc with clang." by Elliott Hughes · 11 years ago
  87. c999f76 Enable building libc with clang. by Elliott Hughes · 11 years ago
  88. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  89. 2f61fba The err family allow null format strings. by Elliott Hughes · 11 years ago
  90. 8e32b7b Make jemalloc the default choice. by Christopher Ferris · 11 years ago
  91. 38062f9 Update kernel headers to v3.14. by Christopher Ferris · 11 years ago
  92. 91570ce Slim down static binaries by avoiding stdio. by Elliott Hughes · 11 years ago
  93. e959a3b Remove the global lock around thread stack creation. by Elliott Hughes · 11 years ago
  94. cd23370 Merge "Remove the obsolete _thread_created_hook." by Elliott Hughes · 11 years ago
  95. e0f25dd Remove the obsolete _thread_created_hook. by Elliott Hughes · 11 years ago
  96. f8408c5 Move __cmsg_nxthdr to its proper file. by Calin Juravle · 11 years ago
  97. e95d0fc Removed obsolete symbol cmsg_nxthdr. by Calin Juravle · 11 years ago
  98. 25fba98 Merge "Do not include libc_common in malloc debug code." by Christopher Ferris · 11 years ago
  99. dda1c6c Do not include libc_common in malloc debug code. by Christopher Ferris · 11 years ago
  100. 30ab939 update-tzdata.py needs to know where to find icu. by Elliott Hughes · 11 years ago