1. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 12 years ago
  2. 6e3b0f2 Merge "Don't corrupt the thread list in static executables." by Elliott Hughes · 12 years ago
  3. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 12 years ago
  4. ff4608a Merge "Add missing dependencies." by Elliott Hughes · 12 years ago
  5. 2e8f434 Add missing dependencies. by Elliott Hughes · 12 years ago
  6. b2c5bd5 Merge "ARM: warn about atexit() calls from legacy shared libraries" by Elliott Hughes · 12 years ago
  7. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 12 years ago
  8. 82978ca Merge "Avoid malloc lock while calling pthread_atfork." by Ian Rogers · 12 years ago
  9. be19a36 Merge "termios: add tcdrain" by Elliott Hughes · 12 years ago
  10. 5ff2347 Merge "Add getsid system call to bionic" by Elliott Hughes · 12 years ago
  11. e03ab93 Merge "Add missing MALLOC_FAILURE_ACTION calls to dlmalloc." by Elliott Hughes · 12 years ago
  12. 63deae5 Add missing MALLOC_FAILURE_ACTION calls to dlmalloc. by Elliott Hughes · 12 years ago
  13. 1db615b Merge "bionic: Fix TINY_ANDROID build" by Elliott Hughes · 12 years ago
  14. 5ac9eee bionic: Fix TINY_ANDROID build by Benoit Goby · 12 years ago
  15. 9549238 termios: add tcdrain by Vitaly Wool · 12 years ago
  16. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 12 years ago
  17. 3e2d293 Avoid malloc lock while calling pthread_atfork. by Kirill Artamonov · 12 years ago
  18. 6fe901e Merge "Upgrade to dlmalloc 2.8.6." by Ian Rogers · 12 years ago
  19. c6d95ad Upgrade to dlmalloc 2.8.6. by Ian Rogers · 12 years ago
  20. 8b4e8a9 Merge "Improve the dynamic linker diagnostics." by Elliott Hughes · 12 years ago
  21. 17d9be8 Merge "disable _FORTIFY_SOURCE under clang" by Nick Kralevich · 12 years ago
  22. e9b6fc6 Improve the dynamic linker diagnostics. by Elliott Hughes · 12 years ago
  23. 0d7177c Merge "Clean up warnings in the malloc_debug_* files." by Elliott Hughes · 12 years ago
  24. 829c089 disable _FORTIFY_SOURCE under clang by Nick Kralevich · 12 years ago
  25. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 12 years ago
  26. 069c64c Merge "ARM: make sure __on_dlclose() actually gets called" by Nick Kralevich · 12 years ago
  27. e026b1d Merge "ARM: remove dummy entries from .so init_array/fini_array" by Nick Kralevich · 12 years ago
  28. ad18073 Merge "linker: Fix ARM_R_COPY relocations" by Nick Kralevich · 12 years ago
  29. d39c3ab linker: Fix ARM_R_COPY relocations by Nick Kralevich · 12 years ago
  30. c410a96 Merge "libc: remove ctors/dtors sections" by Nick Kralevich · 12 years ago
  31. 144c291 ARM: warn about atexit() calls from legacy shared libraries by Ard Biesheuvel · 12 years ago
  32. f3cfcd8 ARM: make CRT_LEGACY_WORKAROUND work as intended by Ard Biesheuvel · 12 years ago
  33. c230928 ARM: remove dummy entries from .so init_array/fini_array by Ard Biesheuvel · 12 years ago
  34. 9dfaa63 Merge "Allow linker to compile with -DLINKER_DEBUG=1" by Nick Kralevich · 12 years ago
  35. bc36629 Merge "Added missing cache failed notification" by Elliott Hughes · 12 years ago
  36. 3697b52 Allow linker to compile with -DLINKER_DEBUG=1 by Nick Kralevich · 12 years ago
  37. a37ce7f Merge "Add missing va_end() to prevent stack corruptions" by Ian Rogers · 12 years ago
  38. 0a150ea libc: remove ctors/dtors sections by Ard Biesheuvel · 12 years ago
  39. 26facba Merge "hardening: remove pointless ARM __get_pc() function" by Nick Kralevich · 12 years ago
  40. 404e28f hardening: remove pointless ARM __get_pc() function by Ard Biesheuvel · 12 years ago
  41. c7de022 Merge "Use unambiguous mnemonics" by Jean-Baptiste Queru · 12 years ago
  42. c0b4d18 Use unambiguous mnemonics by Kevin Schoedel · 12 years ago
  43. 5ed48a4 ARM: make sure __on_dlclose() actually gets called by Ard Biesheuvel · 12 years ago
  44. 1bd035c Merge "Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS" by Andrew Hsieh · 12 years ago
  45. 2f7d7c6 Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS by Andrew Hsieh · 12 years ago
  46. 7b0d9b7 Merge "Restore posix_memalign" by Ian Rogers · 12 years ago
  47. bfc1d97 Restore posix_memalign by Brian Carlstrom · 12 years ago
  48. c37dcd3 Merge "Upgrade to dlmalloc 2.8.5." by Brian Carlstrom · 12 years ago
  49. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  50. 9417a80 Merge "Always define the 64-bit int types." by Elliott Hughes · 12 years ago
  51. 200de74 Merge "Fix race condition in pthread_create()" by Elliott Hughes · 12 years ago
  52. 2932f04 Fix race condition in pthread_create() by Jurijs Oniscuks · 12 years ago
  53. 6d6731a Always define the 64-bit int types. by Elliott Hughes · 12 years ago
  54. 1771a33 Merge "Add link.h for all platforms with dl_phdr_info" by Elliott Hughes · 12 years ago
  55. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 12 years ago
  56. ce5ba8b Added missing cache failed notification by Henrik Engström · 12 years ago
  57. 6c98cdb Merge "Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds." by Joe Onorato · 12 years ago
  58. 7b841f3 Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds. by Joe Onorato · 12 years ago
  59. 60ef95e Merge "Enhance getcwd(3) to handle NULL like glibc." by Elliott Hughes · 12 years ago
  60. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 12 years ago
  61. 449d463 Merge "bionic: add macro protection for MALLOC_ALIGNMENT" by Elliott Hughes · 12 years ago
  62. 9862f5e bionic: add macro protection for MALLOC_ALIGNMENT by Jin Wei · 12 years ago
  63. ae72809 Merge "enable clone system call for x86" by Elliott Hughes · 12 years ago
  64. 22d366c enable clone system call for x86 by Jin Wei · 12 years ago
  65. 07cd112 Merge "Fix comment typos." by Elliott Hughes · 12 years ago
  66. 105bc26 Fix comment typos. by Elliott Hughes · 12 years ago
  67. e1cd69a Merge "Regenerate all NOTICE files with the latest version of the script." by Elliott Hughes · 12 years ago
  68. 32dbc03 Regenerate all NOTICE files with the latest version of the script. by Elliott Hughes · 12 years ago
  69. fe43c76 Merge "Switch to the current NetBSD regex implementation." by Elliott Hughes · 12 years ago
  70. cc213f8 Switch to the current NetBSD regex implementation. by Elliott Hughes · 12 years ago
  71. 53493a9 Merge "Sort NOTICE entries." by Elliott Hughes · 12 years ago
  72. 261e223 Sort NOTICE entries. by Elliott Hughes · 12 years ago
  73. b6a9719 Merge "More cleanup." by Elliott Hughes · 12 years ago
  74. bedfe38 More cleanup. by Elliott Hughes · 12 years ago
  75. b7c6991 Merge "Update MS_ mount flags, define unshare() syscall." by Elliott Hughes · 12 years ago
  76. 74c0464 Update MS_ mount flags, define unshare() syscall. by Jeff Sharkey · 12 years ago
  77. b9c6854 Merge "linker: avoid clobbering the .dynamic section of shared libs" by Elliott Hughes · 12 years ago
  78. c50e019 Merge "Switch to upstream NetBSD tdelete/tfind/tsearch." by Elliott Hughes · 12 years ago
  79. 12c78bb linker: avoid clobbering the .dynamic section of shared libs by Ard Biesheuvel · 12 years ago
  80. 409302f Switch to upstream NetBSD tdelete/tfind/tsearch. by Elliott Hughes · 12 years ago
  81. 54655ea Merge "Fix nice..." by Elliott Hughes · 12 years ago
  82. 3d2d448 Fix nice... by Elliott Hughes · 12 years ago
  83. b66bc51 Merge "Clean up warnings in stubs.cpp." by Elliott Hughes · 12 years ago
  84. de727ca Clean up warnings in stubs.cpp. by Elliott Hughes · 12 years ago
  85. 222eec2 Merge "Handle naming for system uids running as secondary users" by Elliott Hughes · 12 years ago
  86. bf9441e Handle naming for system uids running as secondary users by Amith Yamasani · 12 years ago
  87. 440e417 Merge "Add dependencies on all the makefiles." by Elliott Hughes · 12 years ago
  88. ae5c644 Add dependencies on all the makefiles. by Elliott Hughes · 12 years ago
  89. 66fba00 Merge "Update arch-mips/asm/unistd.h for the newer syscalls" by Elliott Hughes · 12 years ago
  90. 7d9f1c4 Update arch-mips/asm/unistd.h for the newer syscalls by Raghu Gandham · 12 years ago
  91. a61ac52 Merge "Fix module constructor order." by Elliott Hughes · 12 years ago
  92. 9181a5d Fix module constructor order. by Evgeniy Stepanov · 12 years ago
  93. 20b94c0 Merge "linker: don't perform unnecessary mprotects" by Nick Kralevich · 12 years ago
  94. 5135b3a linker: don't perform unnecessary mprotects by Nick Kralevich · 12 years ago
  95. 072a7e6 Merge "MIPS support to the libc Makefile" by Elliott Hughes · 12 years ago
  96. a4c7933 MIPS support to the libc Makefile by Raghu Gandham · 12 years ago
  97. 0bf5cf8 Merge "Set the dynamic field in the link map for the linker itself." by Ben Cheng · 12 years ago
  98. 06f0e74 Set the dynamic field in the link map for the linker itself. by Ben Cheng · 12 years ago
  99. 316ee62 Merge "MIPS support to sigsuspend and sigwait routines" by Elliott Hughes · 12 years ago
  100. 38a02b4 Merge "crtend*: Add GNU_STACK note" by Nick Kralevich · 12 years ago