1. 06b5961 Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" by Elliott Hughes · 13 years ago
  2. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 13 years ago
  3. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 13 years ago
  4. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 13 years ago
  5. ae8eb74 Fix a potential NULL pointer dereference in _init_thread(). by Xi Wang · 13 years ago
  6. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 13 years ago
  7. f93fc10 Upgrade to tzdata2012h. by Elliott Hughes · 13 years ago
  8. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 13 years ago
  9. 49271d8 Fix recovery: don't assert if there's no tzdata. by Elliott Hughes · 13 years ago
  10. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 13 years ago
  11. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 13 years ago
  12. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 13 years ago
  13. 29c7f0b Move setlocale(3) and the wchar stubs over to .cpp. by Elliott Hughes · 13 years ago
  14. 5a9911e Merge "Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes." by Elliott Hughes · 13 years ago
  15. ce45fea Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes. by Elliott Hughes · 13 years ago
  16. 6fa26e2 Clean up warnings in stubs.cpp. by Elliott Hughes · 13 years ago
  17. 4035b7a Move the FORTIFY_SOURCE helpers over to .cpp. by Elliott Hughes · 13 years ago
  18. 2393535 Support zone.tab in bionic, and remove the file format version. by Elliott Hughes · 13 years ago
  19. 1c29572 Make bionic look in /data/misc for tzdata updates. by Elliott Hughes · 13 years ago
  20. dc595d8 Merge "Change ZoneCompator to generate the single "tzdata" file." by Elliott Hughes · 13 years ago
  21. 5b1497a Change ZoneCompator to generate the single "tzdata" file. by Elliott Hughes · 13 years ago
  22. 4612763 Update generate-NOTICE.py to know about tzdata. by Elliott Hughes · 13 years ago
  23. 8af5412 Track the tzdata2012g update in the new file format. by Elliott Hughes · 13 years ago
  24. c2c2a48 Upgrade to tzdata2012g. by Elliott Hughes · 13 years ago
  25. 328a484 Do all the zoneinfo.* file generation in Java. by Elliott Hughes · 13 years ago
  26. eb06129 Switch bionic over to using libcore's copy of libcore.util.ZoneInfo. by Elliott Hughes · 13 years ago
  27. 8b95404 Fixes x86 build. by Elliott Hughes · 13 years ago
  28. 914d8d4 Make bionic's dependency on the tzdata explicit. by Elliott Hughes · 13 years ago
  29. 5ae762a Merge "Pull bionic's time zone data from the new single 'tzdata' file." by Elliott Hughes · 13 years ago
  30. 9ffaabc Merge "Remove obsolete CHANGES.TXT and ISSUES.TXT." by Elliott Hughes · 13 years ago
  31. d23af23 Pull bionic's time zone data from the new single 'tzdata' file. by Elliott Hughes · 13 years ago
  32. fb018a2 Put all the tzdata in one file. by Elliott Hughes · 13 years ago
  33. ead7819 Remove obsolete CHANGES.TXT and ISSUES.TXT. by Elliott Hughes · 13 years ago
  34. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 13 years ago
  35. f8a2c51 LONG_LONG_MIN/MAX: Move declarations to <limits.h> by David 'Digit' Turner · 13 years ago
  36. e7e274b Fix realloc(3) when chk_malloc debugging is on. by Elliott Hughes · 13 years ago
  37. 3b297c4 Fix dlerror(3). by Elliott Hughes · 13 years ago
  38. 4e75c4b Fix perf_event_open syscall for x86 and mips by Shuo Gao · 13 years ago
  39. 1ceb982 Merge "Fix a getcwd(3) bug and make our tests run correctly under valgrind." by Elliott Hughes · 13 years ago
  40. e5d5f7f Fix two comment typos. by Elliott Hughes · 13 years ago
  41. 156da96 Fix a getcwd(3) bug and make our tests run correctly under valgrind. by Elliott Hughes · 13 years ago
  42. 857fed5 Fix MIPS build. by Elliott Hughes · 13 years ago
  43. b98204a Merge "Move non-upstream code into the libc/bionic directory." by Elliott Hughes · 13 years ago
  44. 7d56ccb Always take GCC's definition of NULL. by Elliott Hughes · 13 years ago
  45. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 13 years ago
  46. 0cc0d25 Remove useless #defines and incorrect claims from header files. by Elliott Hughes · 13 years ago
  47. 31a1060 Upgrade seed48 too. by Elliott Hughes · 13 years ago
  48. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 13 years ago
  49. 422b6ef Define ssize_t if necessary. by Elliott Hughes · 13 years ago
  50. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 13 years ago
  51. e4030e0 Merge "Fix several compiler warnings." by Elliott Hughes · 13 years ago
  52. 827a260 Merge "Replace __unused in kernel headers with __linux_unused to avoid conflicts with __unused macro in sys/cdefs.h" by Elliott Hughes · 13 years ago
  53. ac184b2 Fix several compiler warnings. by Elliott Hughes · 13 years ago
  54. 855dde4 Merge "Fix tmpfile(3)." by Elliott Hughes · 13 years ago
  55. 91875dc Fix tmpfile(3). by Elliott Hughes · 13 years ago
  56. cd58770 FORTIFY_SOURCE: add umask check by Nick Kralevich · 13 years ago
  57. 0e77287 Replace __unused in kernel headers with __linux_unused to avoid by Raghu Gandham · 13 years ago
  58. bfeb8a9 Add the cleaned kernel headers by Raghu Gandham · 13 years ago
  59. d769826 [MIPS] Removed the unused header by Raghu Gandham · 13 years ago
  60. 0c24eff Merge "Add the libcutils localtime_tz and mktime_t extensions to bionic." by Elliott Hughes · 13 years ago
  61. 95a7a64 Use hidden visibility for several internal-use-only functions. by Elliott Hughes · 13 years ago
  62. 988ff8f [MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS. by Raghu Gandham · 13 years ago
  63. 88f1ea8 Make pthread_create more forgiving of invalid sched_policy. Bug: 7005326 by Dave Burke · 13 years ago
  64. 77ac158 Merge "Don't copy strerror(3) or strsignal(3) strings if we can share." by Elliott Hughes · 13 years ago
  65. 4198fa4 Don't copy strerror(3) or strsignal(3) strings if we can share. by Elliott Hughes · 13 years ago
  66. 047a285 Merge "Fix <sys/klog.h> to correspond to the kernel operations." by Elliott Hughes · 13 years ago
  67. 5151952 Merge "Add tty defaults to bionic" by Elliott Hughes · 13 years ago
  68. e249b05 Fix <sys/klog.h> to correspond to the kernel operations. by Elliott Hughes · 13 years ago
  69. 5e58ea0 libc: add ftw / nftw functions by Nick Kralevich · 13 years ago
  70. e895e6d Merge "Update libc/NOTICE and record the incantation." by Elliott Hughes · 13 years ago
  71. 965b867 Update libc/NOTICE and record the incantation. by Elliott Hughes · 13 years ago
  72. 8a05a01 Print out shared app gids correctly by Kenny Root · 13 years ago
  73. 2a54e5e Add tests for Android-specific stubs by Kenny Root · 13 years ago
  74. fa36875 Merge "Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3)." by Elliott Hughes · 13 years ago
  75. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
  76. 88b61cb Upgrade to tzdata2012f. by Elliott Hughes · 13 years ago
  77. 4a9b7c6 Merge "Add libdl into libc_malloc_debug_leak build" by Elliott Hughes · 13 years ago
  78. e007775 Add libdl into libc_malloc_debug_leak build by Pavel Chupin · 13 years ago
  79. 86ec05a Update the kernel headers to match external/kernel-headers. by Elliott Hughes · 13 years ago
  80. 0d207ba Backwards and forwards compatibility for an upcoming <sys/socket.h> change. by Elliott Hughes · 13 years ago
  81. b03bc56 [MIPS] Check error status from pipe system call by KwongYuan Wong · 13 years ago
  82. e77e1af Add tty defaults to bionic by Irina Tirdea · 13 years ago
  83. 3a936a4 Add the libcutils localtime_tz and mktime_t extensions to bionic. by Elliott Hughes · 13 years ago
  84. 12949e5 Rename crtstart variables as crtbegin, to match reality. by Elliott Hughes · 13 years ago
  85. cf46487 Generate header dependency makefiles for the crt*.o by Ying Wang · 13 years ago
  86. d10309c Merge "Rename __dso_handle_so.c to __dso_handle_so.h" by Elliott Hughes · 13 years ago
  87. 691ef3c Merge "Add mlockall and munlockall for Google TV." by Elliott Hughes · 13 years ago
  88. 048569b Rename __dso_handle_so.c to __dso_handle_so.h by Andrew Hsieh · 13 years ago
  89. e8f8154 Merge "Fix build warning of initialization but no use." by Ian Rogers · 13 years ago
  90. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 13 years ago
  91. 09f76cd Fix build warning of initialization but no use. by Ian Rogers · 13 years ago
  92. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 13 years ago
  93. b2c5bd5 Merge "ARM: warn about atexit() calls from legacy shared libraries" by Elliott Hughes · 13 years ago
  94. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 13 years ago
  95. 82978ca Merge "Avoid malloc lock while calling pthread_atfork." by Ian Rogers · 13 years ago
  96. be19a36 Merge "termios: add tcdrain" by Elliott Hughes · 13 years ago
  97. 5ff2347 Merge "Add getsid system call to bionic" by Elliott Hughes · 13 years ago
  98. 63deae5 Add missing MALLOC_FAILURE_ACTION calls to dlmalloc. by Elliott Hughes · 13 years ago
  99. 9549238 termios: add tcdrain by Vitaly Wool · 13 years ago
  100. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 13 years ago