1. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 12 years ago
  2. d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 12 years ago
  3. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 12 years ago
  4. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  5. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 14 years ago
  6. 4f40e51 libc: cleanup strchr by Nick Kralevich · 12 years ago
  7. 0b25f63 Switch to current FreeBSD qsort. by Elliott Hughes · 12 years ago
  8. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 12 years ago
  9. 4ca685e Add missing include and function prototype for sched_getaffinity. by Kito Cheng · 12 years ago
  10. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  11. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  12. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  13. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  14. 306a353 Remove unused arm defines. by Christopher Ferris · 12 years ago
  15. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 12 years ago
  16. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 12 years ago
  17. 642331b Fix debug malloc. by Elliott Hughes · 12 years ago
  18. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 12 years ago
  19. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  20. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  21. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  22. 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 12 years ago
  23. fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 12 years ago
  24. dc5ec07 Turn on -Werror for ssp.cpp. by Elliott Hughes · 12 years ago
  25. d254704 ffs was not being built for x86. by Elliott Hughes · 12 years ago
  26. 91a9925 Everyone has a TLS register. by Elliott Hughes · 12 years ago
  27. 4b4a882 Clean up pthread_create. by Elliott Hughes · 12 years ago
  28. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  29. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  30. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  31. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 12 years ago
  32. ba342c1 Fix MIPS build. by Elliott Hughes · 12 years ago
  33. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  34. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  35. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  36. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  37. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  38. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
  39. 2b47307 Our strcoll(3) is no different from NetBSD's, so take exactly theirs. by Elliott Hughes · 13 years ago
  40. c51cd76 Avoid overflow in memccpy. by Elliott Hughes · 13 years ago
  41. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  42. 2c5153b libc: add getauxval() by Nick Kralevich · 13 years ago
  43. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 13 years ago
  44. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  45. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  46. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 13 years ago
  47. 4a9e837 Reduce the exposure of the __set_errno implementation detail. by Elliott Hughes · 13 years ago
  48. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 13 years ago
  49. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 13 years ago
  50. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 13 years ago
  51. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 13 years ago
  52. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 13 years ago
  53. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 13 years ago
  54. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 13 years ago
  55. 29c7f0b Move setlocale(3) and the wchar stubs over to .cpp. by Elliott Hughes · 13 years ago
  56. 4035b7a Move the FORTIFY_SOURCE helpers over to .cpp. by Elliott Hughes · 13 years ago
  57. 914d8d4 Make bionic's dependency on the tzdata explicit. by Elliott Hughes · 13 years ago
  58. 857fed5 Fix MIPS build. by Elliott Hughes · 13 years ago
  59. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 13 years ago
  60. 31a1060 Upgrade seed48 too. by Elliott Hughes · 13 years ago
  61. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 13 years ago
  62. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 13 years ago
  63. 855dde4 Merge "Fix tmpfile(3)." by Elliott Hughes · 13 years ago
  64. 91875dc Fix tmpfile(3). by Elliott Hughes · 13 years ago
  65. cd58770 FORTIFY_SOURCE: add umask check by Nick Kralevich · 13 years ago
  66. 5e58ea0 libc: add ftw / nftw functions by Nick Kralevich · 13 years ago
  67. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
  68. e007775 Add libdl into libc_malloc_debug_leak build by Pavel Chupin · 13 years ago
  69. 12949e5 Rename crtstart variables as crtbegin, to match reality. by Elliott Hughes · 13 years ago
  70. cf46487 Generate header dependency makefiles for the crt*.o by Ying Wang · 13 years ago
  71. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 13 years ago
  72. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 13 years ago
  73. f3cfcd8 ARM: make CRT_LEGACY_WORKAROUND work as intended by Ard Biesheuvel · 13 years ago
  74. 404e28f hardening: remove pointless ARM __get_pc() function by Ard Biesheuvel · 13 years ago
  75. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  76. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 13 years ago
  77. 22d366c enable clone system call for x86 by Jin Wei · 13 years ago
  78. cc213f8 Switch to the current NetBSD regex implementation. by Elliott Hughes · 13 years ago
  79. 409302f Switch to upstream NetBSD tdelete/tfind/tsearch. by Elliott Hughes · 13 years ago
  80. 3d2d448 Fix nice... by Elliott Hughes · 13 years ago
  81. de727ca Clean up warnings in stubs.cpp. by Elliott Hughes · 13 years ago
  82. ae5c644 Add dependencies on all the makefiles. by Elliott Hughes · 13 years ago
  83. a4c7933 MIPS support to the libc Makefile by Raghu Gandham · 13 years ago
  84. f8b3a92 Revert "Revert "Switch to NetBSD's strxfrm(3)."" by Elliott Hughes · 13 years ago
  85. 8793e7c Revert "Switch to NetBSD's strxfrm(3)." by Elliott Hughes · 13 years ago
  86. be1d78b Switch to NetBSD's strxfrm(3). by Elliott Hughes · 13 years ago
  87. 76be660 Clean up libc/Android.mk a bit after the crtbrand changes. by Elliott Hughes · 13 years ago
  88. 7e248be Merge "Add a .note.android.ident section to Android ELF binaries." by Jean-Baptiste Queru · 13 years ago
  89. 405b802 MIPS support for libc. by Raghu Gandham · 13 years ago
  90. ea8fad1 Add a .note.android.ident section to Android ELF binaries. by Michael Hope · 13 years ago
  91. fc0725e Install crt(begin|end)_so.o to target library path. by Shih-wei Liao · 13 years ago
  92. 260bf8c FORTIFY_SOURCE: strlen check. by Nick Kralevich · 13 years ago
  93. 6334c66 Don't use -fstack-protector on ssp.c by Nick Kralevich · 13 years ago
  94. 965dbc6 FORTIFY_SOURCE: add fgets support. by Nick Kralevich · 13 years ago
  95. 8df49ad FORTIFY_SOURCE: add strlcpy / strlcat support by Nick Kralevich · 13 years ago
  96. 9b549c3 FORTIFY_SOURCE: add sprintf / vsprintf support by Nick Kralevich · 13 years ago
  97. cffdf66 FORTIFY_SOURCE: add snprintf, vsnprintf by Nick Kralevich · 13 years ago
  98. 76656af _FORTIFY_SOURCE: check for integer overflows by Nick Kralevich · 13 years ago
  99. 71a18dd _FORTIFY_SOURCE: add memset / bzero support by Nick Kralevich · 13 years ago
  100. 158ad01 am 3069270d: am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 13 years ago