1. 998d7b0 Merge "Fix deadlock in timer_delete." by Christopher Ferris · 10 years ago
  2. c20de90 Remove ALIGNBYTES and ALIGN from <sys/param.h> by Calin Juravle · 10 years ago
  3. 753ad77 Fix deadlock in timer_delete. by Christopher Ferris · 10 years ago
  4. 8664be5 libc: Thread IDs missing from logcat -v thread by Mark Salyzyn · 10 years ago
  5. 2cc5860 Merge "Added a test flag to bionic run-test targets." by Calin Juravle · 10 years ago
  6. 7227066 Added a test flag to bionic run-test targets. by Calin Juravle · 10 years ago
  7. 7eb28b5 FORTIFY_SOURCE: don't define s?printf macros if already defined by Nick Kralevich · 10 years ago
  8. 849e162 Merge "Use the float/double assert macros." by Christopher Ferris · 10 years ago
  9. f171b34 Use the float/double assert macros. by Christopher Ferris · 10 years ago
  10. f212bbf Merge "Update libm to the upstream head (2014.03.13)" by Calin Juravle · 10 years ago
  11. 143df89 Merge "Clean up reentrancy cruft." by Elliott Hughes · 10 years ago
  12. 205c788 Clean up reentrancy cruft. by Elliott Hughes · 10 years ago
  13. d16100c Merge "Clean up <stdio.h> macros." by Elliott Hughes · 10 years ago
  14. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 10 years ago
  15. 6ece7fc Merge "property: fix getting dirty serial value" by Elliott Hughes · 10 years ago
  16. 879d330 property: fix getting dirty serial value by jiaguo · 10 years ago
  17. bd3155d Update libm to the upstream head (2014.03.13) by Calin Juravle · 10 years ago
  18. 01cd788 Merge "Upgrade to current upstream scanf implementation." by Elliott Hughes · 10 years ago
  19. 603332f Upgrade to current upstream scanf implementation. by Elliott Hughes · 10 years ago
  20. 0e79338 Merge "Ensure we always have symbols for atof, strtof, strtold." by Elliott Hughes · 10 years ago
  21. 5a81738 Ensure we always have symbols for atof, strtof, strtold. by Elliott Hughes · 10 years ago
  22. 56e1eeb Merge "logd: default user space logger" by Mark Salyzyn · 10 years ago
  23. eef2928 Merge "Include what you use." by Elliott Hughes · 10 years ago
  24. 4048856 Include what you use. by Elliott Hughes · 10 years ago
  25. 2282e16 Merge "Use [u]int32_t instead of __[u]int32_t in sys/types.h" by Elliott Hughes · 10 years ago
  26. 2725ca9 Use [u]int32_t instead of __[u]int32_t in sys/types.h by Pavel Chupin · 10 years ago
  27. c1005aa logd: default user space logger by Mark Salyzyn · 10 years ago
  28. ef43a6f Merge "Clean up our termios implementation." by Elliott Hughes · 10 years ago
  29. 8d4b584 Clean up our termios implementation. by Elliott Hughes · 10 years ago
  30. 76b4f1a Merge "More stdio cleanup." by Elliott Hughes · 10 years ago
  31. ad41e9a More stdio cleanup. by Elliott Hughes · 10 years ago
  32. 55f9710 Merge "Reimplement clock(3) and switch to OpenBSD time(3)." by Elliott Hughes · 10 years ago
  33. cccfe1e Reimplement clock(3) and switch to OpenBSD time(3). by Elliott Hughes · 10 years ago
  34. 753e139 Merge "Add a basic unit test for system(3)." by Elliott Hughes · 10 years ago
  35. 3cdf573 Add a basic unit test for system(3). by Elliott Hughes · 10 years ago
  36. dd8c786 Merge "Add various benchmarks." by Elliott Hughes · 10 years ago
  37. b28e490 Add various benchmarks. by Elliott Hughes · 10 years ago
  38. 5810bcf Merge "Sysconfig fixes" by Calin Juravle · 10 years ago
  39. 40c31ad Merge "Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr" by Calin Juravle · 10 years ago
  40. a0ca209 Sysconfig fixes by Calin Juravle · 10 years ago
  41. a4eafa6 Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr by Calin Juravle · 10 years ago
  42. 10f6beb Merge "Add system/extras strftime and strptime tests." by Elliott Hughes · 10 years ago
  43. 3e3409a Add system/extras strftime and strptime tests. by Elliott Hughes · 10 years ago
  44. 2cd3490 Merge "Take ownership of various simple syscall wrappers." by Elliott Hughes · 10 years ago
  45. 247dc91 Take ownership of various simple syscall wrappers. by Elliott Hughes · 10 years ago
  46. a305659 Merge "Switch to NetBSD utmp.c." by Elliott Hughes · 10 years ago
  47. 19f58ef Switch to NetBSD utmp.c. by Elliott Hughes · 10 years ago
  48. ec674b4 Merge "Switch to upstream FreeBSD ldexp.c." by Elliott Hughes · 10 years ago
  49. 21d9e58 Merge "Rename the stack protector intermediate library." by Elliott Hughes · 10 years ago
  50. 57a8836 Switch to upstream FreeBSD ldexp.c. by Elliott Hughes · 10 years ago
  51. 7aef274 Merge "Switch to OpenBSD wcscoll." by Elliott Hughes · 10 years ago
  52. 6380b51 Rename the stack protector intermediate library. by Elliott Hughes · 10 years ago
  53. 321ecc4 Merge "Remove non-standard memswap." by Elliott Hughes · 10 years ago
  54. c8937ea Switch to OpenBSD wcscoll. by Elliott Hughes · 10 years ago
  55. 152b9de Remove non-standard memswap. by Elliott Hughes · 10 years ago
  56. 638e789 Merge "Upgrade to tzdata2014a." by Elliott Hughes · 10 years ago
  57. 159b28e Upgrade to tzdata2014a. by Elliott Hughes · 10 years ago
  58. 55b6ec3 Merge "Update the NOTICE files" by Calin Juravle · 10 years ago
  59. c4fbf92 Update the NOTICE files by Calin Juravle · 10 years ago
  60. 0bca08d Merge "Update res_debug.c to take into account changes to the nameser.h" by Calin Juravle · 10 years ago
  61. cd50898 Merge "Add includes for waitpid" by Brian Carlstrom · 10 years ago
  62. be1d91d Add includes for waitpid by Brian Carlstrom · 10 years ago
  63. fd9e20d Merge "Fix pthread_detach for already-exited threads." by Elliott Hughes · 10 years ago
  64. 04620a3 Fix pthread_detach for already-exited threads. by Elliott Hughes · 10 years ago
  65. 333e2ae Merge "Add si_timerid to <signal.h>." by Elliott Hughes · 10 years ago
  66. 4d46c94 Merge "Rewrite the POSIX timer functions." by Elliott Hughes · 10 years ago
  67. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 10 years ago
  68. a0cd9bc Add si_timerid to <signal.h>. by Elliott Hughes · 10 years ago
  69. 0ad555a Update res_debug.c to take into account changes to the nameser.h by Calin Juravle · 10 years ago
  70. b145b5e Merge "Fix broken pointer overflow check ns_name_unpack()" by Calin Juravle · 10 years ago
  71. d9ba757 Merge "Sync up nameser with upstream(2014.03.05)" by Calin Juravle · 10 years ago
  72. d40eb15 Merge "Fix some pthread symbols build as C++ symbol under x64 lunch." by Elliott Hughes · 10 years ago
  73. 087dbc6 Merge "Bring the generate-NOTICE script up to date." by Elliott Hughes · 10 years ago
  74. 22a0d6f Bring the generate-NOTICE script up to date. by Elliott Hughes · 10 years ago
  75. dec5bac Merge "Update the NOTICE files." by Elliott Hughes · 10 years ago
  76. 4e54b11 Update the NOTICE files. by Elliott Hughes · 10 years ago
  77. e7ea936 Merge "Add ARMv8 optimized string handling functions based on cortex-strings" by Elliott Hughes · 10 years ago
  78. 7e4fa56 Add ARMv8 optimized string handling functions based on cortex-strings by Bernhard Rosenkraenzer · 10 years ago
  79. 85c5202 Fix broken pointer overflow check ns_name_unpack() by Calin Juravle · 10 years ago
  80. fcb502e Sync up nameser with upstream(2014.03.05) by Calin Juravle · 10 years ago
  81. 68a651e Merge "libc: libc_logging 64bit compile issue" by Mark Salyzyn · 10 years ago
  82. 9fc7602 libc: libc_logging 64bit compile issue by Mark Salyzyn · 10 years ago
  83. 48d145c Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC." by Narayan Kamath · 10 years ago
  84. 252ee1e Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC. by Narayan Kamath · 10 years ago
  85. f0870c3 Fix some pthread symbols build as C++ symbol under x64 lunch. by Halton Huo · 10 years ago
  86. bef5016 Merge "Remove dead NULL checks from pthread code." by Elliott Hughes · 10 years ago
  87. 39b644a Remove dead NULL checks from pthread code. by Elliott Hughes · 10 years ago
  88. a0bf9bd Merge "Implement POSIX pthread_mutex_timedlock." by Elliott Hughes · 10 years ago
  89. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 10 years ago
  90. 8e541b1 Merge "Moved nameser.h and namser_compat.h to public include dir" by Calin Juravle · 10 years ago
  91. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 10 years ago
  92. 4a46a68 Merge "Moved private dns header to their own dir." by Calin Juravle · 10 years ago
  93. 9f2d1bc Merge "Renamed the misleading libc/netbsd directory to libc/dns." by Calin Juravle · 10 years ago
  94. caaae7f Merge "Implement pthread_condattr_{get,set}clock." by Narayan Kamath · 10 years ago
  95. 51e6cb3 Implement pthread_condattr_{get,set}clock. by Narayan Kamath · 10 years ago
  96. 2c7c79e Merge "Switch to upstream alarm(3)." by Elliott Hughes · 10 years ago
  97. aedb00d Switch to upstream alarm(3). by Elliott Hughes · 10 years ago
  98. f33df6a Merge "libc: Make calls to new user-space logger (revisit)" by Mark Salyzyn · 10 years ago
  99. cecc036 Moved private dns header to their own dir. by Calin Juravle · 10 years ago
  100. f382928 libc: Make calls to new user-space logger (revisit) by Mark Salyzyn · 10 years ago