1. 047a285 Merge "Fix <sys/klog.h> to correspond to the kernel operations." by Elliott Hughes · 13 years ago
  2. 5151952 Merge "Add tty defaults to bionic" by Elliott Hughes · 13 years ago
  3. e249b05 Fix <sys/klog.h> to correspond to the kernel operations. by Elliott Hughes · 13 years ago
  4. 4e9d953 Merge "libc: add ftw / nftw functions" by Elliott Hughes · 13 years ago
  5. 5e58ea0 libc: add ftw / nftw functions by Nick Kralevich · 13 years ago
  6. e895e6d Merge "Update libc/NOTICE and record the incantation." by Elliott Hughes · 13 years ago
  7. 965b867 Update libc/NOTICE and record the incantation. by Elliott Hughes · 13 years ago
  8. f7e403d Merge changes I06ee0b67,I914d2205 by Kenny Root · 13 years ago
  9. 8a05a01 Print out shared app gids correctly by Kenny Root · 13 years ago
  10. 2a54e5e Add tests for Android-specific stubs by Kenny Root · 13 years ago
  11. fa36875 Merge "Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3)." by Elliott Hughes · 13 years ago
  12. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
  13. b338ea3 Merge "Upgrade to tzdata2012f." by Elliott Hughes · 13 years ago
  14. 88b61cb Upgrade to tzdata2012f. by Elliott Hughes · 13 years ago
  15. d2236e2 Merge "Fix Mac build." by Elliott Hughes · 13 years ago
  16. 38bfa21 Fix Mac build. by Elliott Hughes · 13 years ago
  17. 4a9b7c6 Merge "Add libdl into libc_malloc_debug_leak build" by Elliott Hughes · 13 years ago
  18. af4d630 Merge "Added new test for dlopen which is failing for MIPS." by Elliott Hughes · 13 years ago
  19. e007775 Add libdl into libc_malloc_debug_leak build by Pavel Chupin · 13 years ago
  20. acf5aa7 Added new test for dlopen which is failing for MIPS. by jeffhao · 13 years ago
  21. 7593fa8 Merge "Update the kernel headers to match external/kernel-headers." by Elliott Hughes · 13 years ago
  22. 86ec05a Update the kernel headers to match external/kernel-headers. by Elliott Hughes · 13 years ago
  23. 666d06f Merge "Backwards and forwards compatibility for an upcoming <sys/socket.h> change." by Elliott Hughes · 13 years ago
  24. 0d207ba Backwards and forwards compatibility for an upcoming <sys/socket.h> change. by Elliott Hughes · 13 years ago
  25. cc8668f Merge "[MIPS] Check error status from pipe system call" by Elliott Hughes · 13 years ago
  26. b03bc56 [MIPS] Check error status from pipe system call by KwongYuan Wong · 13 years ago
  27. e77e1af Add tty defaults to bionic by Irina Tirdea · 13 years ago
  28. 59726be Merge "Rename crtstart variables as crtbegin, to match reality." by Elliott Hughes · 13 years ago
  29. 12949e5 Rename crtstart variables as crtbegin, to match reality. by Elliott Hughes · 13 years ago
  30. 67546bf Merge "Generate header dependency makefiles for the crt*.o" by Ying Wang · 13 years ago
  31. f1d57e1 Merge "Add more pthreads tests." by Elliott Hughes · 13 years ago
  32. cf46487 Generate header dependency makefiles for the crt*.o by Ying Wang · 13 years ago
  33. 4d014e1 Add more pthreads tests. by Elliott Hughes · 13 years ago
  34. d10309c Merge "Rename __dso_handle_so.c to __dso_handle_so.h" by Elliott Hughes · 13 years ago
  35. 691ef3c Merge "Add mlockall and munlockall for Google TV." by Elliott Hughes · 13 years ago
  36. 048569b Rename __dso_handle_so.c to __dso_handle_so.h by Andrew Hsieh · 13 years ago
  37. e8f8154 Merge "Fix build warning of initialization but no use." by Ian Rogers · 13 years ago
  38. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 13 years ago
  39. 6e3b0f2 Merge "Don't corrupt the thread list in static executables." by Elliott Hughes · 13 years ago
  40. 09f76cd Fix build warning of initialization but no use. by Ian Rogers · 13 years ago
  41. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 13 years ago
  42. ff4608a Merge "Add missing dependencies." by Elliott Hughes · 13 years ago
  43. 2e8f434 Add missing dependencies. by Elliott Hughes · 13 years ago
  44. b2c5bd5 Merge "ARM: warn about atexit() calls from legacy shared libraries" by Elliott Hughes · 13 years ago
  45. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 13 years ago
  46. 82978ca Merge "Avoid malloc lock while calling pthread_atfork." by Ian Rogers · 13 years ago
  47. be19a36 Merge "termios: add tcdrain" by Elliott Hughes · 13 years ago
  48. 5ff2347 Merge "Add getsid system call to bionic" by Elliott Hughes · 13 years ago
  49. e03ab93 Merge "Add missing MALLOC_FAILURE_ACTION calls to dlmalloc." by Elliott Hughes · 13 years ago
  50. 63deae5 Add missing MALLOC_FAILURE_ACTION calls to dlmalloc. by Elliott Hughes · 13 years ago
  51. 1db615b Merge "bionic: Fix TINY_ANDROID build" by Elliott Hughes · 13 years ago
  52. 5ac9eee bionic: Fix TINY_ANDROID build by Benoit Goby · 13 years ago
  53. 9549238 termios: add tcdrain by Vitaly Wool · 13 years ago
  54. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 13 years ago
  55. 3e2d293 Avoid malloc lock while calling pthread_atfork. by Kirill Artamonov · 13 years ago
  56. 6fe901e Merge "Upgrade to dlmalloc 2.8.6." by Ian Rogers · 13 years ago
  57. c6d95ad Upgrade to dlmalloc 2.8.6. by Ian Rogers · 13 years ago
  58. 8b4e8a9 Merge "Improve the dynamic linker diagnostics." by Elliott Hughes · 13 years ago
  59. 17d9be8 Merge "disable _FORTIFY_SOURCE under clang" by Nick Kralevich · 13 years ago
  60. e9b6fc6 Improve the dynamic linker diagnostics. by Elliott Hughes · 13 years ago
  61. 0d7177c Merge "Clean up warnings in the malloc_debug_* files." by Elliott Hughes · 13 years ago
  62. 829c089 disable _FORTIFY_SOURCE under clang by Nick Kralevich · 13 years ago
  63. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 13 years ago
  64. 069c64c Merge "ARM: make sure __on_dlclose() actually gets called" by Nick Kralevich · 13 years ago
  65. e026b1d Merge "ARM: remove dummy entries from .so init_array/fini_array" by Nick Kralevich · 13 years ago
  66. ad18073 Merge "linker: Fix ARM_R_COPY relocations" by Nick Kralevich · 13 years ago
  67. d39c3ab linker: Fix ARM_R_COPY relocations by Nick Kralevich · 13 years ago
  68. c410a96 Merge "libc: remove ctors/dtors sections" by Nick Kralevich · 13 years ago
  69. 144c291 ARM: warn about atexit() calls from legacy shared libraries by Ard Biesheuvel · 13 years ago
  70. f3cfcd8 ARM: make CRT_LEGACY_WORKAROUND work as intended by Ard Biesheuvel · 13 years ago
  71. c230928 ARM: remove dummy entries from .so init_array/fini_array by Ard Biesheuvel · 13 years ago
  72. 9dfaa63 Merge "Allow linker to compile with -DLINKER_DEBUG=1" by Nick Kralevich · 13 years ago
  73. bc36629 Merge "Added missing cache failed notification" by Elliott Hughes · 13 years ago
  74. 3697b52 Allow linker to compile with -DLINKER_DEBUG=1 by Nick Kralevich · 13 years ago
  75. a37ce7f Merge "Add missing va_end() to prevent stack corruptions" by Ian Rogers · 13 years ago
  76. 0a150ea libc: remove ctors/dtors sections by Ard Biesheuvel · 13 years ago
  77. 26facba Merge "hardening: remove pointless ARM __get_pc() function" by Nick Kralevich · 13 years ago
  78. 404e28f hardening: remove pointless ARM __get_pc() function by Ard Biesheuvel · 13 years ago
  79. c7de022 Merge "Use unambiguous mnemonics" by Jean-Baptiste Queru · 13 years ago
  80. c0b4d18 Use unambiguous mnemonics by Kevin Schoedel · 13 years ago
  81. 5ed48a4 ARM: make sure __on_dlclose() actually gets called by Ard Biesheuvel · 13 years ago
  82. 1bd035c Merge "Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS" by Andrew Hsieh · 13 years ago
  83. 2f7d7c6 Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS by Andrew Hsieh · 13 years ago
  84. 7b0d9b7 Merge "Restore posix_memalign" by Ian Rogers · 13 years ago
  85. bfc1d97 Restore posix_memalign by Brian Carlstrom · 13 years ago
  86. c37dcd3 Merge "Upgrade to dlmalloc 2.8.5." by Brian Carlstrom · 13 years ago
  87. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  88. 9417a80 Merge "Always define the 64-bit int types." by Elliott Hughes · 13 years ago
  89. 200de74 Merge "Fix race condition in pthread_create()" by Elliott Hughes · 13 years ago
  90. 2932f04 Fix race condition in pthread_create() by Jurijs Oniscuks · 13 years ago
  91. 6d6731a Always define the 64-bit int types. by Elliott Hughes · 13 years ago
  92. 1771a33 Merge "Add link.h for all platforms with dl_phdr_info" by Elliott Hughes · 13 years ago
  93. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 13 years ago
  94. ce5ba8b Added missing cache failed notification by Henrik Engström · 13 years ago
  95. 6c98cdb Merge "Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds." by Joe Onorato · 13 years ago
  96. 7b841f3 Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds. by Joe Onorato · 13 years ago
  97. 60ef95e Merge "Enhance getcwd(3) to handle NULL like glibc." by Elliott Hughes · 13 years ago
  98. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 13 years ago
  99. 449d463 Merge "bionic: add macro protection for MALLOC_ALIGNMENT" by Elliott Hughes · 13 years ago
  100. 9862f5e bionic: add macro protection for MALLOC_ALIGNMENT by Jin Wei · 13 years ago