1. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 12 years ago
  2. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 12 years ago
  3. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 12 years ago
  4. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 12 years ago
  5. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 12 years ago
  6. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. 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. 4035b7a Move the FORTIFY_SOURCE helpers over to .cpp. by Elliott Hughes · 12 years ago
  9. 914d8d4 Make bionic's dependency on the tzdata explicit. by Elliott Hughes · 12 years ago
  10. 857fed5 Fix MIPS build. by Elliott Hughes · 12 years ago
  11. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 12 years ago
  12. 31a1060 Upgrade seed48 too. by Elliott Hughes · 12 years ago
  13. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 12 years ago
  14. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 12 years ago
  15. 855dde4 Merge "Fix tmpfile(3)." by Elliott Hughes · 12 years ago
  16. 91875dc Fix tmpfile(3). by Elliott Hughes · 12 years ago
  17. cd58770 FORTIFY_SOURCE: add umask check by Nick Kralevich · 12 years ago
  18. 5e58ea0 libc: add ftw / nftw functions by Nick Kralevich · 12 years ago
  19. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 12 years ago
  20. e007775 Add libdl into libc_malloc_debug_leak build by Pavel Chupin · 12 years ago
  21. 12949e5 Rename crtstart variables as crtbegin, to match reality. by Elliott Hughes · 12 years ago
  22. cf46487 Generate header dependency makefiles for the crt*.o by Ying Wang · 12 years ago
  23. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 12 years ago
  24. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 12 years ago
  25. f3cfcd8 ARM: make CRT_LEGACY_WORKAROUND work as intended by Ard Biesheuvel · 12 years ago
  26. 404e28f hardening: remove pointless ARM __get_pc() function by Ard Biesheuvel · 12 years ago
  27. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  28. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 12 years ago
  29. 22d366c enable clone system call for x86 by Jin Wei · 12 years ago
  30. cc213f8 Switch to the current NetBSD regex implementation. by Elliott Hughes · 12 years ago
  31. 409302f Switch to upstream NetBSD tdelete/tfind/tsearch. by Elliott Hughes · 12 years ago
  32. 3d2d448 Fix nice... by Elliott Hughes · 12 years ago
  33. de727ca Clean up warnings in stubs.cpp. by Elliott Hughes · 12 years ago
  34. ae5c644 Add dependencies on all the makefiles. by Elliott Hughes · 12 years ago
  35. a4c7933 MIPS support to the libc Makefile by Raghu Gandham · 12 years ago
  36. f8b3a92 Revert "Revert "Switch to NetBSD's strxfrm(3)."" by Elliott Hughes · 12 years ago
  37. 8793e7c Revert "Switch to NetBSD's strxfrm(3)." by Elliott Hughes · 12 years ago
  38. be1d78b Switch to NetBSD's strxfrm(3). by Elliott Hughes · 12 years ago
  39. 76be660 Clean up libc/Android.mk a bit after the crtbrand changes. by Elliott Hughes · 12 years ago
  40. 7e248be Merge "Add a .note.android.ident section to Android ELF binaries." by Jean-Baptiste Queru · 12 years ago
  41. 405b802 MIPS support for libc. by Raghu Gandham · 12 years ago
  42. ea8fad1 Add a .note.android.ident section to Android ELF binaries. by Michael Hope · 12 years ago
  43. fc0725e Install crt(begin|end)_so.o to target library path. by Shih-wei Liao · 12 years ago
  44. 260bf8c FORTIFY_SOURCE: strlen check. by Nick Kralevich · 12 years ago
  45. 6334c66 Don't use -fstack-protector on ssp.c by Nick Kralevich · 12 years ago
  46. 965dbc6 FORTIFY_SOURCE: add fgets support. by Nick Kralevich · 12 years ago
  47. 8df49ad FORTIFY_SOURCE: add strlcpy / strlcat support by Nick Kralevich · 12 years ago
  48. 9b549c3 FORTIFY_SOURCE: add sprintf / vsprintf support by Nick Kralevich · 12 years ago
  49. cffdf66 FORTIFY_SOURCE: add snprintf, vsnprintf by Nick Kralevich · 12 years ago
  50. 76656af _FORTIFY_SOURCE: check for integer overflows by Nick Kralevich · 12 years ago
  51. 71a18dd _FORTIFY_SOURCE: add memset / bzero support by Nick Kralevich · 12 years ago
  52. 158ad01 am 3069270d: am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 12 years ago
  53. 3069270 am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 12 years ago
  54. 470631e Give the timer_create SIGEV_THREAD helper threads sensible names. by Elliott Hughes · 12 years ago
  55. 204c6e5 Merge "arm: rewrite crtbegin* as C files." by Nick Kralevich · 12 years ago
  56. 0a23015 libc: implement some FORTIFY_SOURCE functions by Nick Kralevich · 12 years ago
  57. 31431f4 am 252a5c85: resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp by Iliyan Malchev · 12 years ago
  58. 252a5c8 resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp by Iliyan Malchev · 12 years ago
  59. e1dd3c2 bionic: import heaptracker as chk_malloc by Iliyan Malchev · 12 years ago
  60. 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 12 years ago
  61. 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 12 years ago
  62. fc9e525 Rename the misleading var name TARGET_OUT_STATIC_LIBRARIES by Ying Wang · 12 years ago
  63. 83a38b8 am 8034415d: resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 12 years ago
  64. 8034415 resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 12 years ago
  65. 08e72d0 bionic: add support for non-NEON memcpy() on NEON SoCs by Prajakta Gudadhe · 12 years ago
  66. fd8bd2c am 58a00b49: am 7eb1cc23: Merge "bionic: allow the board to customize MALLOC_ALIGNMENT" by Elliott Hughes · 12 years ago
  67. 58a00b4 am 7eb1cc23: Merge "bionic: allow the board to customize MALLOC_ALIGNMENT" by Elliott Hughes · 12 years ago
  68. 2fd81ef bionic: allow the board to customize MALLOC_ALIGNMENT by Jack Ren · 13 years ago
  69. da0d853 am 08b51e2c: Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  70. eda7be4 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  71. 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  72. 12cbf06 Merge "Implement the "abort" stub in assembly for ARM." by Ben Cheng · 12 years ago
  73. 017f438 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  74. e34c7ff am e636e1f2: am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 12 years ago
  75. a2758f1 libc: stop using the custom linker script by Nick Kralevich · 12 years ago
  76. e636e1f am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 12 years ago
  77. fe6338d Adjust memcpy for ARM Cortex A9 cache line size by Henrik Smiding · 14 years ago
  78. b091dd9 libc: continue to use Android's custom linker script by Nick Kralevich · 12 years ago
  79. 03273f8 __on_dlclose should be aligned by Kenny Root · 12 years ago
  80. 21eab51 New additions/bug fixes required/found when porting perf. by Ben Cheng · 12 years ago
  81. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 12 years ago
  82. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 12 years ago
  83. 68d03fd Merge "implement pthread mutex deadlock detection" by Mathias Agopian · 12 years ago
  84. a5cb76b libc: x86: Use SSE2 or SSSE3 optimized routines when possible. by David 'Digit' Turner · 13 years ago
  85. e2bb45a am f3087c6e: am af96d4da: x86: libc may use the gcc flags from TARGET_linux-x86.mk by Bruce Beare · 13 years ago
  86. 7c0c379 implement pthread mutex deadlock detection by Mathias Agopian · 13 years ago
  87. af96d4d x86: libc may use the gcc flags from TARGET_linux-x86.mk by Bruce Beare · 13 years ago
  88. de44d0b Merge "libc: provide atomic operations will full barriers for NDK apps." by David 'Digit' Turner · 13 years ago
  89. 10c8ce5 Add tgkill syscall. by Jeff Brown · 13 years ago
  90. 0fec6b9 libc: provide atomic operations will full barriers for NDK apps. by David 'Digit' Turner · 13 years ago
  91. 30e30ac am 6b6ebeca: am 3a131026: resolved conflicts for merge of 50a83255 to gingerbread-plus-aosp by David 'Digit' Turner · 13 years ago
  92. 6b6ebec am 3a131026: resolved conflicts for merge of 50a83255 to gingerbread-plus-aosp by David 'Digit' Turner · 13 years ago
  93. 3a13102 resolved conflicts for merge of 50a83255 to gingerbread-plus-aosp by David 'Digit' Turner · 13 years ago
  94. afb0167 Enable functional DSO object destruction by Bruce Beare · 13 years ago
  95. a0aec0b x86: Enable -fstack-protector by Bruce Beare · 13 years ago
  96. 832a86e Update ATOM string routines to latest by Bruce Beare · 13 years ago
  97. 88bb394 Fix undefined reference to dl_iterate_phdr for x86 by Bruce Beare · 14 years ago
  98. 681c4bd Merge b3773e9c by Jean-Baptiste Queru · 13 years ago
  99. b3773e9 am 9c95cbf7: Merge "Really fix the build." by David 'Digit' Turner · 13 years ago
  100. c51871d Really fix the build. by David 'Digit' Turner · 13 years ago