1. dfcb82d Clean up __isthreaded. by Elliott Hughes · 8 years ago
  2. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  3. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 8 years ago
  4. 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
  5. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  6. d13e9a6 Align-up and randomize shared libraries. by Evgenii Stepanov · 9 years ago
  7. 722ab05 bionic: Implement getpwent and getgrent by Mark Salyzyn · 9 years ago
  8. bed110a Clean up bcopy cruft. by Elliott Hughes · 9 years ago
  9. 01d5b94 Remove optimized code for bzero, which was removed from POSIX in 2008. by Elliott Hughes · 9 years ago
  10. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  11. bba3954 Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  12. 0ef1d12 Temporary apply LIBC version to __pthread_gettid by Dimitry Ivanov · 10 years ago
  13. c8bb96a Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  14. eb90e91 Temporary apply LIBC version to __pthread_gettid by Dimitry Ivanov · 10 years ago
  15. bc2e88a Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" by Dimitry Ivanov · 10 years ago
  16. 23af25b Revert "Remove remaining ndk_cruft from LP64 platforms" by Dimitry Ivanov · 10 years ago
  17. b1d0a2a Remove remaining ndk_cruft from LP64 platforms by Dimitry Ivanov · 10 years ago
  18. d51a0b0 Base bcopy on memmove rather than memcpy. by Rohit Agrawal · 10 years ago
  19. cfd5a46 Make all of ndk_cruft.cpp one big extern "C". by Elliott Hughes · 10 years ago
  20. bb46afd Revert "Revert "Remove __sinit and __sdidinit."" by Elliott Hughes · 10 years ago
  21. c8bae05 Revert "Remove __sinit and __sdidinit." by Elliott Hughes · 10 years ago
  22. 8766edc Fix GCC build. by Elliott Hughes · 10 years ago
  23. 4371961 Remove __sinit and __sdidinit. by Elliott Hughes · 10 years ago
  24. 9978a9a Move __set_errno to ndk_cruft.cpp. by Christopher Ferris · 10 years ago
  25. d7c7daa Remove the legacy endusershell/getusershell/setusershell stubs. by Elliott Hughes · 10 years ago
  26. fb8fd50 Opt Brillo out of the ndk cruft. by Elliott Hughes · 10 years ago
  27. f9554a1 Export two dlmalloc functions everywhere. by Christopher Ferris · 10 years ago
  28. 2f836d4 Make __get_thread inlined. by Yabin Cui · 10 years ago
  29. 52d7f1a Move endpwent to ndk_cruft.cpp. by Yabin Cui · 10 years ago
  30. 8c41eae Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." by Yabin Cui · 10 years ago
  31. 7fb680b Move getusershell/endusershell/setusershell to ndk_cruft.cpp. by Yabin Cui · 10 years ago
  32. 4c5891d valgrind can't find syscall because we didn't put it in <unistd.h>. by Elliott Hughes · 10 years ago
  33. 1edfd9e x86 has an assembler bcopy implementation. by Elliott Hughes · 10 years ago
  34. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 10 years ago
  35. f183f95 Re-add dlmalloc for 32 bit. by Christopher Ferris · 11 years ago
  36. 0f001b6 Remove "private/bionic_pthread.h". by Elliott Hughes · 11 years ago
  37. fc82973 Add arc4random_addrandom binary compatibility. by Elliott Hughes · 11 years ago
  38. f903558 Add dlmalloc_usable_size for 32 bit arches. by Christopher Ferris · 11 years ago
  39. 5dea472 Add back a dummy arc4random_stir for compatibility. by Elliott Hughes · 11 years ago
  40. 1628eb1 Explain how wcswcs ended up in ndk_cruft.cpp. by Elliott Hughes · 11 years ago
  41. 891dedb libc: Fix 'index' symbol export. by David 'Digit' Turner · 11 years ago
  42. ac64675 Revert "Revert "Remove ftime from bionic LP64"" by Dan Albert · 11 years ago
  43. 462abab Removes getdtablesize(3) from LP64. by Dan Albert · 11 years ago
  44. 8229ae4 Removes wait3(2) from LP64. by Dan Albert · 11 years ago
  45. bffbfee Add the missing issetugid binary compatibility stub. by Elliott Hughes · 11 years ago
  46. d1ead2a Fix ndk_cruft.cpp __getdents64 build failure. by Elliott Hughes · 11 years ago
  47. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 11 years ago
  48. 205dd7d Remove bsd_signal and sysv_signal from bionic LP64. by Dan Albert · 11 years ago
  49. 0921204 Revert "Remove ftime from bionic LP64" by Dan Albert · 11 years ago
  50. 26d6799 Remove ftime from bionic LP64 by Dan Albert · 11 years ago
  51. 001f8f0 Removes wcswcs from bionic for LP64. by Dan Albert · 11 years ago
  52. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  53. 0017073 Restore tkill for LP32. by Anthony King · 11 years ago
  54. bd3a98c Restore __futex_wake and __futex_wait for LP32. by Elliott Hughes · 11 years ago
  55. fcac8ff Switch to POSIX dprintf/vdprintf. by Elliott Hughes · 11 years ago
  56. eae5902 Remove strntoimax and strntoumax from the future. by Elliott Hughes · 11 years ago
  57. efbdb53 Remove a non-standard turd: strtotimeval. by Elliott Hughes · 11 years ago
  58. a4eafa6 Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr by Calin Juravle · 11 years ago
  59. 152b9de Remove non-standard memswap. by Elliott Hughes · 11 years ago
  60. 0e44bc3 Remove <asm/page.h>. by Elliott Hughes · 11 years ago
  61. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  62. 567a8de Start moving 32-bit cruft somewhere it won't pollute 64-bit. by Elliott Hughes · 12 years ago