1. b5cba60 Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  2. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  3. 9969fec Merge "Add compile time test infrastructure for bionic." by Dan Albert · 11 years ago
  4. f4320e8 Merge "Resolve "unused DT entry" warnings for x86_64" by Dmitriy Ivanov · 11 years ago
  5. f04a8bc Add compile time test infrastructure for bionic. by Dan Albert · 11 years ago
  6. 513e29e Resolve "unused DT entry" warnings for x86_64 by Dmitriy Ivanov · 11 years ago
  7. 6d569b9 Merge "Add file_offset parameter to android_extinfo" by Dmitriy Ivanov · 11 years ago
  8. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
  9. a6eef3b Merge "Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"" by Nick Kralevich · 11 years ago
  10. 884a3de Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  11. 558ec81 Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  12. db6fea8 Merge "further cleanup memcpy fortify implementation" by Nick Kralevich · 11 years ago
  13. b84f667 further cleanup memcpy fortify implementation by Nick Kralevich · 11 years ago
  14. 9b543ff cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  15. ae97a77 Merge "string.h: remove unused variable" by Nick Kralevich · 11 years ago
  16. 48be71d string.h: remove unused variable by Nick Kralevich · 11 years ago
  17. 4ef0e59 Merge "Reimplement clock(3) using clock_gettime(3)" by Elliott Hughes · 11 years ago
  18. 8d0b2db Reimplement clock(3) using clock_gettime(3) by Alex Van Brunt · 11 years ago
  19. d5df412 Merge "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 11 years ago
  20. 2d111d9 Merge "Make memory_order_acquire visible in global namespace" by Hans Boehm · 11 years ago
  21. b19bd93 Merge "Add stpcpy assembler version." by Christopher Ferris · 11 years ago
  22. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 11 years ago
  23. cadccfd Merge "Update bionic to tzdata 2014h." by Elliott Hughes · 11 years ago
  24. 89fd323 Merge "Fix update-tzdata.py to rebuild icu4c .dat file." by Elliott Hughes · 11 years ago
  25. 7d849ac Add stpcpy assembler version. by Christopher Ferris · 11 years ago
  26. 76ac4d0 Make memory_order_acquire visible in global namespace by Hans Boehm · 11 years ago
  27. 81156d9 Merge "Add coverage flag for libm." by Dan Albert · 11 years ago
  28. 0c8fb51 Update bionic to tzdata 2014h. by Elliott Hughes · 11 years ago
  29. f8896c6 Fix update-tzdata.py to rebuild icu4c .dat file. by Elliott Hughes · 11 years ago
  30. 12e3f22 Add coverage flag for libm. by Dan Albert · 11 years ago
  31. 252c1ac Merge "Update our FreeBSD realpath(3) to upstream head." by Elliott Hughes · 11 years ago
  32. 701cf94 Merge "Fix mips build" by Dmitriy Ivanov · 11 years ago
  33. e04aa45 Merge "Clean up the pthread key tests." by Dan Albert · 11 years ago
  34. 31e072f Update our FreeBSD realpath(3) to upstream head. by Elliott Hughes · 11 years ago
  35. ecf532f Fix mips build by Dmitriy Ivanov · 11 years ago
  36. c4bcc75 Clean up the pthread key tests. by Dan Albert · 11 years ago
  37. 1f7d5ac Merge "Fix unused DT entry warnings." by Dmitriy Ivanov · 11 years ago
  38. 6cdeb52 Fix unused DT entry warnings. by Dmitriy Ivanov · 11 years ago
  39. 0481471 Merge "Switch benchmarks and tests to libc++." by Dan Albert · 11 years ago
  40. e49491a Merge "Ignore multiple symbol definition errors." by Dan Albert · 11 years ago
  41. 3a5aeba Switch benchmarks and tests to libc++. by Dan Albert · 11 years ago
  42. d9898c5 Ignore multiple symbol definition errors. by Dan Albert · 11 years ago
  43. 9997daa Merge "Return has_DT_SYMBOLIC flag." by Dmitriy Ivanov · 11 years ago
  44. b104be3 Merge "Remove arch-mips64/bionic/__get_sp.S" by Andrew Hsieh · 11 years ago
  45. b0c0037 Remove arch-mips64/bionic/__get_sp.S by Andrew Hsieh · 11 years ago
  46. 85a932c Merge "Cleanup arm assembly." by Christopher Ferris · 11 years ago
  47. c8bd2ab Cleanup arm assembly. by Christopher Ferris · 11 years ago
  48. 96bc37f Return has_DT_SYMBOLIC flag. by Dmitriy Ivanov · 11 years ago
  49. 73e6c9b Merge "Static libc++ is being renamed libc++_static." by Dan Albert · 11 years ago
  50. 188d093 Static libc++ is being renamed libc++_static. by Dan Albert · 11 years ago
  51. 7ca5c4b Merge "Make __aeabi_*() symbols weak." by Dan Albert · 11 years ago
  52. 98ab0c5 Merge "Add a dummy libdl.a." by Dan Albert · 11 years ago
  53. d644fec Merge "Fix gdb could not get shared library list issue" by Elliott Hughes · 11 years ago
  54. e93be99 Fix gdb could not get shared library list issue by Ningsheng Jian · 11 years ago
  55. 690211f Make __aeabi_*() symbols weak. by Dan Albert · 11 years ago
  56. a4ed64d Add a dummy libdl.a. by Dan Albert · 11 years ago
  57. aa66e88 Merge "Add __memcpy_chk assembly for 64 bit." by Christopher Ferris · 11 years ago
  58. 8cf61da Add __memcpy_chk assembly for 64 bit. by Christopher Ferris · 11 years ago
  59. 852d4fb Merge "Prevent benchmarks from being optimized away." by Dan Albert · 11 years ago
  60. 055a59c Prevent benchmarks from being optimized away. by Dan Albert · 11 years ago
  61. 17e7d32 Merge "Re-expose more stdio implementation details for LP32." by Elliott Hughes · 11 years ago
  62. abefc93 Re-expose more stdio implementation details for LP32. by Elliott Hughes · 11 years ago
  63. a864e72 Merge "Fix sys_stat.mkfifo when not run as root." by Christopher Ferris · 11 years ago
  64. 528ad74 Fix sys_stat.mkfifo when not run as root. by Christopher Ferris · 11 years ago
  65. 567d3fc Merge "Switch to OpenBSD fopen/fclose." by Elliott Hughes · 11 years ago
  66. 4fcfd3a Merge "Sync with current upstream getopt_long.c." by Elliott Hughes · 11 years ago
  67. af12924 Sync with current upstream getopt_long.c. by Elliott Hughes · 11 years ago
  68. 5a69da8 Switch to OpenBSD fopen/fclose. by Elliott Hughes · 11 years ago
  69. f05410e Merge "Sync with upstream findfp.c." by Elliott Hughes · 11 years ago
  70. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 11 years ago
  71. 21db6ff Merge "Coverage configs for bionic." by Dan Albert · 11 years ago
  72. 4a6e711 Merge "Add a dummy atexit(3) to the linker." by Dan Albert · 11 years ago
  73. c2d3908 Coverage configs for bionic. by Dan Albert · 11 years ago
  74. 9a05e38 Add a dummy atexit(3) to the linker. by Dan Albert · 11 years ago
  75. fc5a93f Merge "Fix incorrect parameter types for locale funcs." by Dan Albert · 11 years ago
  76. ebf37e3 Merge "Switch to OpenBSD flags.c." by Elliott Hughes · 11 years ago
  77. 04643c1 Merge "Remove the unnecessary generic-neon code." by Christopher Ferris · 11 years ago
  78. a71b4c3 Switch to OpenBSD flags.c. by Elliott Hughes · 11 years ago
  79. c57e5c8 Merge "CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps." by Elliott Hughes · 11 years ago
  80. 2169e17 Remove the unnecessary generic-neon code. by Christopher Ferris · 11 years ago
  81. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  82. 3c5037f Fix incorrect parameter types for locale funcs. by Dan Albert · 11 years ago
  83. 87b6906 Merge "Pull in upstream fixes to reject invalid bases." by Elliott Hughes · 11 years ago
  84. b05ec5a Pull in upstream fixes to reject invalid bases. by Elliott Hughes · 11 years ago
  85. 8642165 Merge "Sync with some upstream OpenBSD #include cleanup." by Elliott Hughes · 11 years ago
  86. 0ab5fd9 Merge "Switch to OpenBSD insque/remque/killpg." by Elliott Hughes · 11 years ago
  87. 49eed7d Switch to OpenBSD insque/remque/killpg. by Elliott Hughes · 11 years ago
  88. 08dc9d8 Sync with some upstream OpenBSD #include cleanup. by Elliott Hughes · 11 years ago
  89. 93951cf Merge "Fix a couple more cases of missing CLOEXEC." by Elliott Hughes · 11 years ago
  90. 0dc39f9 Fix a couple more cases of missing CLOEXEC. by Elliott Hughes · 11 years ago
  91. e8a9562 Merge "Test pthread_cleanup_push(3)/pthread_cleanup_pop(3)." by Elliott Hughes · 11 years ago
  92. 34c987a Test pthread_cleanup_push(3)/pthread_cleanup_pop(3). by Elliott Hughes · 11 years ago
  93. b2da456 Merge "Clean up fpathconf(3)/pathconf(3)." by Elliott Hughes · 11 years ago
  94. a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
  95. d9cb0ed Merge "Unit test for abort(3)." by Elliott Hughes · 11 years ago
  96. 60452a2 Unit test for abort(3). by Elliott Hughes · 11 years ago
  97. 9f423c5 Merge "Use the uapi fs magic in <sys/vfs.h>." by Elliott Hughes · 11 years ago
  98. c296e4f Use the uapi fs magic in <sys/vfs.h>. by Elliott Hughes · 11 years ago
  99. 413de5b Merge "Add semaphore tests, fix sem_destroy." by Elliott Hughes · 11 years ago
  100. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago