1. 20aa6c0 Workaround g++ 4.7 compfail by Pavel Chupin · 12 years ago
  2. d0f2b7e Merge "More upstream NetBSD upgrades." by Elliott Hughes · 12 years ago
  3. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 12 years ago
  4. e3dbe1e Merge "Upgrade more functions to the current upstream NetBSD copy." by Elliott Hughes · 12 years ago
  5. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 12 years ago
  6. fb93e6a Merge "Move setlocale(3) and the wchar stubs over to .cpp." by Elliott Hughes · 12 years ago
  7. 29c7f0b Move setlocale(3) and the wchar stubs over to .cpp. by Elliott Hughes · 12 years ago
  8. 5a9911e Merge "Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes." by Elliott Hughes · 12 years ago
  9. 574773b Merge "Clean up warnings in stubs.cpp." by Elliott Hughes · 12 years ago
  10. ce45fea Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes. by Elliott Hughes · 12 years ago
  11. 6fa26e2 Clean up warnings in stubs.cpp. by Elliott Hughes · 12 years ago
  12. 4e45775 Merge "Move the FORTIFY_SOURCE helpers over to .cpp." by Elliott Hughes · 12 years ago
  13. 4035b7a Move the FORTIFY_SOURCE helpers over to .cpp. by Elliott Hughes · 12 years ago
  14. df92635 Merge "Support zone.tab in bionic, and remove the file format version." by Elliott Hughes · 12 years ago
  15. 2393535 Support zone.tab in bionic, and remove the file format version. by Elliott Hughes · 12 years ago
  16. eb370aa Merge "Make bionic look in /data/misc for tzdata updates." by Elliott Hughes · 12 years ago
  17. 1c29572 Make bionic look in /data/misc for tzdata updates. by Elliott Hughes · 12 years ago
  18. dc595d8 Merge "Change ZoneCompator to generate the single "tzdata" file." by Elliott Hughes · 12 years ago
  19. 7a85c42 Merge "Update generate-NOTICE.py to know about tzdata." by Elliott Hughes · 12 years ago
  20. 5b1497a Change ZoneCompator to generate the single "tzdata" file. by Elliott Hughes · 12 years ago
  21. 4612763 Update generate-NOTICE.py to know about tzdata. by Elliott Hughes · 12 years ago
  22. e75c273 Merge "Track the tzdata2012g update in the new file format." by Elliott Hughes · 12 years ago
  23. 8af5412 Track the tzdata2012g update in the new file format. by Elliott Hughes · 12 years ago
  24. 88cd1a2 Merge "Upgrade to tzdata2012g." by Elliott Hughes · 12 years ago
  25. c2c2a48 Upgrade to tzdata2012g. by Elliott Hughes · 12 years ago
  26. 551ca77 Merge "Do all the zoneinfo.* file generation in Java." by Elliott Hughes · 12 years ago
  27. 328a484 Do all the zoneinfo.* file generation in Java. by Elliott Hughes · 12 years ago
  28. 2266e49 Merge "Switch bionic over to using libcore's copy of libcore.util.ZoneInfo." by Elliott Hughes · 12 years ago
  29. eb06129 Switch bionic over to using libcore's copy of libcore.util.ZoneInfo. by Elliott Hughes · 12 years ago
  30. 1022507 Merge "Fixes x86 build." by Elliott Hughes · 12 years ago
  31. 8b95404 Fixes x86 build. by Elliott Hughes · 12 years ago
  32. ca7466d Merge "Make bionic's dependency on the tzdata explicit." by Elliott Hughes · 12 years ago
  33. 914d8d4 Make bionic's dependency on the tzdata explicit. by Elliott Hughes · 12 years ago
  34. 5ae762a Merge "Pull bionic's time zone data from the new single 'tzdata' file." by Elliott Hughes · 12 years ago
  35. 9ffaabc Merge "Remove obsolete CHANGES.TXT and ISSUES.TXT." by Elliott Hughes · 12 years ago
  36. d23af23 Pull bionic's time zone data from the new single 'tzdata' file. by Elliott Hughes · 12 years ago
  37. 32ea9fe Merge "Put all the tzdata in one file." by Elliott Hughes · 12 years ago
  38. fb018a2 Put all the tzdata in one file. by Elliott Hughes · 12 years ago
  39. ead7819 Remove obsolete CHANGES.TXT and ISSUES.TXT. by Elliott Hughes · 12 years ago
  40. a2f596b Merge "Make dlerror(3) thread-safe." by Elliott Hughes · 12 years ago
  41. 42ac0e5 Merge "Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"" by David 'Digit' Turner · 12 years ago
  42. c1b44ec Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 12 years ago
  43. 4136c3a Merge "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 12 years ago
  44. c124baa libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> by David 'Digit' Turner · 12 years ago
  45. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 12 years ago
  46. a9944cf Merge "LONG_LONG_MIN/MAX: Move declarations to <limits.h>" by Elliott Hughes · 12 years ago
  47. f8a2c51 LONG_LONG_MIN/MAX: Move declarations to <limits.h> by David 'Digit' Turner · 12 years ago
  48. fcf901d Merge "Fix realloc(3) when chk_malloc debugging is on." by Elliott Hughes · 12 years ago
  49. e7e274b Fix realloc(3) when chk_malloc debugging is on. by Elliott Hughes · 12 years ago
  50. 9434e8f Merge "Make the dlfcn mutex static." by Elliott Hughes · 12 years ago
  51. 22d6292 Make the dlfcn mutex static. by Elliott Hughes · 12 years ago
  52. db4fdf1 Merge "Fix dlerror(3)." by Elliott Hughes · 12 years ago
  53. 3b297c4 Fix dlerror(3). by Elliott Hughes · 12 years ago
  54. 417fd23 Merge "Fix perf_event_open syscall for x86 and mips" by Elliott Hughes · 12 years ago
  55. 4e75c4b Fix perf_event_open syscall for x86 and mips by Shuo Gao · 12 years ago
  56. 1ceb982 Merge "Fix a getcwd(3) bug and make our tests run correctly under valgrind." by Elliott Hughes · 12 years ago
  57. b83cad7 Merge "Fix two comment typos." by Elliott Hughes · 12 years ago
  58. e5d5f7f Fix two comment typos. by Elliott Hughes · 12 years ago
  59. 156da96 Fix a getcwd(3) bug and make our tests run correctly under valgrind. by Elliott Hughes · 12 years ago
  60. 9a7366e am fa7e2586: Merge "Test flags before using "info"" by Elliott Hughes · 12 years ago
  61. fa7e258 Merge "Test flags before using "info"" by Elliott Hughes · 12 years ago
  62. 1db6f2d Test flags before using "info" by Andy McFadden · 12 years ago
  63. b95ad82 am 95a2a7f3: Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  64. 95a2a7f Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  65. 857fed5 Fix MIPS build. by Elliott Hughes · 12 years ago
  66. 9017254 am b98204a9: Merge "Move non-upstream code into the libc/bionic directory." by Elliott Hughes · 12 years ago
  67. b98204a Merge "Move non-upstream code into the libc/bionic directory." by Elliott Hughes · 12 years ago
  68. 39d7c60 am 75f43525: Merge "Always take GCC\'s definition of NULL." by Elliott Hughes · 12 years ago
  69. 75f4352 Merge "Always take GCC's definition of NULL." by Elliott Hughes · 12 years ago
  70. 7d56ccb Always take GCC's definition of NULL. by Elliott Hughes · 12 years ago
  71. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 12 years ago
  72. bb7dfcd am d3bf954e: Merge "Remove useless #defines and incorrect claims from header files." by Elliott Hughes · 12 years ago
  73. d3bf954 Merge "Remove useless #defines and incorrect claims from header files." by Elliott Hughes · 12 years ago
  74. 0cc0d25 Remove useless #defines and incorrect claims from header files. by Elliott Hughes · 12 years ago
  75. a428bc1 am fe712e6c: Merge "Upgrade seed48 too." by Elliott Hughes · 12 years ago
  76. fe712e6 Merge "Upgrade seed48 too." by Elliott Hughes · 12 years ago
  77. 31a1060 Upgrade seed48 too. by Elliott Hughes · 12 years ago
  78. b650111 am cd195eba: Merge "Upgrade to the current NetBSD rand implementation." by Elliott Hughes · 12 years ago
  79. cd195eb Merge "Upgrade to the current NetBSD rand implementation." by Elliott Hughes · 12 years ago
  80. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 12 years ago
  81. 0fa6279 am 5b6346f6: Merge "bionic: linker: Need update the map->l_addr for execution." by Elliott Hughes · 12 years ago
  82. 5b6346f Merge "bionic: linker: Need update the map->l_addr for execution." by Elliott Hughes · 12 years ago
  83. bb892a1 am d03bfe68: Merge "Define ssize_t if necessary." by Elliott Hughes · 12 years ago
  84. d03bfe6 Merge "Define ssize_t if necessary." by Elliott Hughes · 12 years ago
  85. 422b6ef Define ssize_t if necessary. by Elliott Hughes · 12 years ago
  86. 72b08af am f9163dd1: Merge "Add getdelim(3) and getline(3) to bionic" by Elliott Hughes · 12 years ago
  87. f9163dd Merge "Add getdelim(3) and getline(3) to bionic" by Elliott Hughes · 12 years ago
  88. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 12 years ago
  89. fd6ca57 am e4030e0b: Merge "Fix several compiler warnings." by Elliott Hughes · 12 years ago
  90. e4030e0 Merge "Fix several compiler warnings." by Elliott Hughes · 12 years ago
  91. 2c29bcf am 827a2604: Merge "Replace __unused in kernel headers with __linux_unused to avoid conflicts with __unused macro in sys/cdefs.h" by Elliott Hughes · 12 years ago
  92. 827a260 Merge "Replace __unused in kernel headers with __linux_unused to avoid conflicts with __unused macro in sys/cdefs.h" by Elliott Hughes · 12 years ago
  93. ac184b2 Fix several compiler warnings. by Elliott Hughes · 12 years ago
  94. dd9fbc8 am 8e630dac: Merge "Simple tests for dladdr(3)." by Elliott Hughes · 12 years ago
  95. a48d5e5 am 855dde44: Merge "Fix tmpfile(3)." by Elliott Hughes · 12 years ago
  96. 8e630da Merge "Simple tests for dladdr(3)." by Elliott Hughes · 12 years ago
  97. 855dde4 Merge "Fix tmpfile(3)." by Elliott Hughes · 12 years ago
  98. 91875dc Fix tmpfile(3). by Elliott Hughes · 12 years ago
  99. 8e15b08 Simple tests for dladdr(3). by Elliott Hughes · 12 years ago
  100. 5989ed5 am 25937d36: Merge "FORTIFY_SOURCE: add umask check" by Nick Kralevich · 12 years ago