1. 00a8344 Merge "Workaround b/16818336 which fails build under aggressive inlining." into lmp-dev by Elliott Hughes · 10 years ago
  2. 7aa27e1 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 10 years ago
  3. 7a5f095 Merge "Revert most of "Cleanup: Delete dead code."" into lmp-dev by Paul Jensen · 10 years ago
  4. 59b0933 Explain how wcswcs ended up in ndk_cruft.cpp. by Elliott Hughes · 10 years ago
  5. 1544eae Revert most of "Cleanup: Delete dead code." by Paul Jensen · 10 years ago
  6. db7a17d Revert "Revert "Fix dlsym(3) to do breadth first search."" by Dmitriy Ivanov · 10 years ago
  7. 1b1966d Revert "Fix dlsym(3) to do breadth first search." by Dmitriy Ivanov · 10 years ago
  8. 61833de Fix memchr with a zero length. by Christopher Ferris · 10 years ago
  9. 4f76469 Implement <sys/fsuid.h>. by Elliott Hughes · 10 years ago
  10. cd54195 [MIPSR6] Use C-coded string ops on mips32r6/mips64r6 by Duane Sand · 10 years ago
  11. 11bf8a3 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 10 years ago
  12. c701e5b Use libunwindbacktrace for debug malloc code. by Christopher Ferris · 10 years ago
  13. 1242f7e Remove declarations for things that don't exist. by Elliott Hughes · 10 years ago
  14. f6aa177 Merge "Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp."" into lmp-dev by Elliott Hughes · 10 years ago
  15. 26c1420 Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp." by Elliott Hughes · 10 years ago
  16. e872c92 Merge "en_US.UTF-8 is also supported." into lmp-dev by Dan Albert · 10 years ago
  17. 7149362 en_US.UTF-8 is also supported. by Dan Albert · 10 years ago
  18. d0a80a9 There is no _MIN for unsigned types. by Dan Albert · 10 years ago
  19. 4e58609 Fix mbsrtowcs(3)'s handling of len parameter. by Dan Albert · 10 years ago
  20. 1dd1b88 __libc_fatal should print a newline to stderr. by Dan Albert · 10 years ago
  21. 2ea0a58 Fix linkage of grantpt(3). by Elliott Hughes · 10 years ago
  22. a09fe11 Added a bionic systrace class and tracing to pthread_mutex.cpp. by Brigid Smith · 10 years ago
  23. 1a5db57 Fix mips/mips64 build by Dmitriy Ivanov · 10 years ago
  24. 5febb0d Fix 'adb shell /system/bin/linker' crash by Dmitriy Ivanov · 10 years ago
  25. 2be1be4 Revert "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 10 years ago
  26. 78e4f8f syscall(3)'s return type should be long. by Elliott Hughes · 10 years ago
  27. b1b60c3 Use vsnprintf(3) in syslog(3). by Elliott Hughes · 10 years ago
  28. c1a6a72 Remove localtime_tz and strftime_tz. by Elliott Hughes · 10 years ago
  29. 708c112 Start hiding "private/bionic_time.h". by Elliott Hughes · 10 years ago
  30. 9379ce6 Merge "There is no _MIN for unsigned types." into lmp-dev by Dan Albert · 10 years ago
  31. a1a813d Merge "Fix mbsrtowcs(3)'s handling of len parameter." into lmp-dev by Dan Albert · 10 years ago
  32. 8db0ce7 Merge "__libc_fatal should print a newline to stderr." into lmp-dev by Dan Albert · 10 years ago
  33. 422106a Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 10 years ago
  34. 6554996 Fix global variable initialization for linker by Dmitriy Ivanov · 10 years ago
  35. 34b258d [MIPS] Fix atomic_is_lock_free test for mips32. by Raghu Gandham · 10 years ago
  36. b902641 Implement twalk(3), add unit tests. by Elliott Hughes · 10 years ago
  37. 5ade7e3 [MIPS] Drop soft-fp targets by Duane Sand · 10 years ago
  38. c86950c [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models by Duane Sand · 10 years ago
  39. bc74ecf HACK: Disable syslog going to android log. by Christopher Ferris · 10 years ago
  40. 92d8b23 debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping by Nick Kralevich · 10 years ago
  41. 49fbec6 HACK: remove %m support from printf. by Colin Cross · 10 years ago
  42. 4126c12 Fix belated review comments on syslog change. by Elliott Hughes · 10 years ago
  43. 2aa142f Fix generate-NOTICE to cope better with BSD __COPYRIGHT macros. by Elliott Hughes · 10 years ago
  44. 4ac83fa Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files. by Elliott Hughes · 10 years ago
  45. 3ff6d95 Remove the unused swab.S. by Elliott Hughes · 10 years ago
  46. 5d7775c [MIPS] Allow united mipsel and mips64el gcc toolchain by Duane Sand · 10 years ago
  47. 2582f02 Cleanup: Delete dead code. by Sreeram Ramachandran · 10 years ago
  48. 6209c81 Use upstream OpenBSD's arc4random. by Elliott Hughes · 10 years ago
  49. b766136 Rewrite syslog(3) to use Android logging. by Elliott Hughes · 10 years ago
  50. ed68221 Define atomic_charN_t only if charN_t is supported. by Hans Boehm · 10 years ago
  51. b0815ae Make sure not to construct illegal property names. by Christopher Ferris · 10 years ago
  52. fbd0081 Merge "Clean up some misinformation around prctl." into lmp-dev by Elliott Hughes · 10 years ago
  53. de24f1a Clean up some misinformation around prctl. by Elliott Hughes · 10 years ago
  54. 291da8d Remove SIOCKILLADDR from <sys/socket.h>. by Elliott Hughes · 10 years ago
  55. b5bef26 Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>. by Elliott Hughes · 10 years ago
  56. e8bc581 Use the mmap/munmap for allocation routines. by Christopher Ferris · 10 years ago
  57. b466968 Fix private/bionic_name_mem.h build breakage. by Elliott Hughes · 10 years ago
  58. d648f55 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 10 years ago
  59. a694517 Merge "Add gen syscalls step to instructions." into lmp-dev by Christopher Ferris · 10 years ago
  60. 013c9b8 Add gen syscalls step to instructions. by Christopher Ferris · 10 years ago
  61. 9a7fdb2 ptrace(3) should be varargs. by Elliott Hughes · 10 years ago
  62. 3002131 Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 10 years ago
  63. a446505 Merge "Remove isascii_l(3)." into lmp-dev by Dan Albert · 10 years ago
  64. 97ba2a5 Regenerate the syscalls list after the uapi update. by Elliott Hughes · 10 years ago
  65. da8accf Remove isascii_l(3). by Dan Albert · 10 years ago
  66. 73c963e Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit. by Christopher Ferris · 10 years ago
  67. ca276c4 Fix visibility for a bunch more symbols. by Elliott Hughes · 10 years ago
  68. 99ae098 Implement rand/srand in terms of random/srandom. by Elliott Hughes · 10 years ago
  69. caaf71e Sync upstream-openbsd. by Elliott Hughes · 10 years ago
  70. 38778e3 Upstream atexit by Dmitriy Ivanov · 10 years ago
  71. 3b318a5 am e2b177a5: am 83ce99d8: Merge "Define SIOCKILLADDR which isn\'t in the common kernel uapi headers." by Elliott Hughes · 10 years ago
  72. e2b177a am 83ce99d8: Merge "Define SIOCKILLADDR which isn\'t in the common kernel uapi headers." by Elliott Hughes · 10 years ago
  73. f6968e3 Define SIOCKILLADDR which isn't in the common kernel uapi headers. by Elliott Hughes · 10 years ago
  74. bae7c20 am b962ab81: am 57a5b338: Merge "Define three prctl constants that went missing from uapi." by Elliott Hughes · 10 years ago
  75. b962ab8 am 57a5b338: Merge "Define three prctl constants that went missing from uapi." by Elliott Hughes · 10 years ago
  76. f65d552 am 0594b9dd: am b8e82b5e: Merge "EM_ARM and EM_AARCH64 are now in the uapi header." by Elliott Hughes · 10 years ago
  77. 8832cfb am efdf7862: am 385bb1ed: Merge "Add optimized memchr implementation from newlib" by Christopher Ferris · 10 years ago
  78. d92a6d0 am 55230dd0: am 96502e27: Merge "Make jemalloc the default choice." by Christopher Ferris · 10 years ago
  79. d389809 am 18a25078: am c6bc0017: Merge "Update kernel headers to v3.14." by Christopher Ferris · 10 years ago
  80. 9c98443 am ce1422b9: am 040e1187: Merge "Enable building libc with clang." by Elliott Hughes · 10 years ago
  81. 405fd49 am c0afc23e: am 37f09d6d: Merge "Revert "Revert "Add locale aware APIs.""" by Dan Albert · 10 years ago
  82. 210a842 am d19f2d85: am 76df69d1: Merge "The err family allow null format strings." by Elliott Hughes · 10 years ago
  83. d54994a am 696c48df: am eba7c15b: Merge "Revert "Switch libm to building with clang."" by Elliott Hughes · 10 years ago
  84. 2545bf7 am 37ab54fd: am 5df23dc8: Merge "Switch libm to building with clang." by Elliott Hughes · 10 years ago
  85. 3ea96e7 am 35805377: am 9b491470: Merge "Slim down static binaries by avoiding stdio." by Elliott Hughes · 10 years ago
  86. a9e847f am 7d9f1cc5: am f0f8cd1f: Merge "Remove the global lock around thread stack creation." by Elliott Hughes · 10 years ago
  87. b2ddd72 am 12ce9115: am cd23370c: Merge "Remove the obsolete _thread_created_hook." by Elliott Hughes · 10 years ago
  88. 9899217 am 9712d913: am 02459d34: Merge "Move __cmsg_nxthdr to its proper file." by Calin Juravle · 10 years ago
  89. b89ef57 am cd061f6e: am 8a71a745: Merge "Removed obsolete symbol cmsg_nxthdr." by Calin Juravle · 10 years ago
  90. a35ae1b am 4306b0f8: am 25fba981: Merge "Do not include libc_common in malloc debug code." by Christopher Ferris · 10 years ago
  91. 4c28373 am 96d7251c: am d028b620: Merge "Added a __system_property_serial benchmark." by Elliott Hughes · 10 years ago
  92. 4f459ec am 1cad0226: am 84f0c7c2: Merge "update-tzdata.py needs to know where to find icu." by Elliott Hughes · 10 years ago
  93. d0a7157 am ea04b5a6: am 7a85d9a1: Merge "Revert "Add locale aware APIs."" by Dan Albert · 10 years ago
  94. 1e46158 am f6b95993: am 430d5f93: Merge "Add locale aware APIs." by Dan Albert · 10 years ago
  95. 67ee7b9 am 94560b5b: am 4c199170: Merge "Added __system_propery_read benchmark." by Elliott Hughes · 10 years ago
  96. c346c60 am 8d11fb18: am 3139f6fd: Merge "Remove __CTOR_LIST__ from mips/mips64." by Elliott Hughes · 10 years ago
  97. 5364100 am 986fb565: am c4c67893: Merge "Don\'t zero r1 on entry to the dynamic linker." by Elliott Hughes · 10 years ago
  98. 4fae767 am 6ee2f321: am 6cdd0cfd: Merge "TARGET_OUT_DATA_NATIVE_TESTS now points to /nativetest64 in 64-bit target" by Ying Wang · 10 years ago
  99. e245060 am ab164750: am 3c12ae56: Merge "Add test for constructor function." by Dmitriy Ivanov · 10 years ago
  100. 0594b9d am b8e82b5e: Merge "EM_ARM and EM_AARCH64 are now in the uapi header." by Elliott Hughes · 10 years ago