1. 165b1cf Switch libc to libcrt.builtins by Yi Kong · 7 years ago
  2. 9024235 Remove __overloadable/__RENAME_CLANG by George Burgess IV · 8 years ago
  3. 2180978 Fix SYSCALLS.TXT now clock_getres comes from the vdso. by Elliott Hughes · 8 years ago
  4. 79249b0 bionic: add vdso clock_getres by Mark Salyzyn · 8 years ago
  5. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  6. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  7. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  8. 896362e Add syncfs(2). by Elliott Hughes · 8 years ago
  9. 996f6de MIPS: 32/64-bit VDSO support by Goran Ferenc · 8 years ago
  10. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  11. 5109bb4 Make all the ELF relocation constants available. by Elliott Hughes · 8 years ago
  12. 901601b Remove unused elf_machdep.h cruft. by Elliott Hughes · 8 years ago
  13. fcb877a Add libc optimizations to bionic for MIPS by Prashant Patil · 8 years ago
  14. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  15. 9b908c8 Merge "Replace .align with .balign for clarity" by Treehugger Robot · 9 years ago
  16. e6ee960 Replace .align with .balign for clarity by Dimitry Ivanov · 9 years ago
  17. beb8796 Use ENTRY_PRIVATE in __bionic_clone assembler. by Elliott Hughes · 9 years ago
  18. 4971277 Remove remaining big-endian cruft. by Elliott Hughes · 9 years ago
  19. 63da3df Remove _KERNEL references from <machine/elf_machdep.h>. by Elliott Hughes · 9 years ago
  20. 7510c33 Remove deprecated Android.mk files by Colin Cross · 9 years ago
  21. b640e03 [mips64] Call __memset_chk_fail correctly for mips64. by Predrag Blagojevic · 9 years ago
  22. 1c3a5d8 Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL" by Than McIntosh · 9 years ago
  23. eafad49 Add <sys/quota.h>. by Elliott Hughes · 9 years ago
  24. 83b44a9 Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL by Lazar Trsic · 9 years ago
  25. 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 9 years ago
  26. afe835d Move math headers in with the other headers. by Elliott Hughes · 9 years ago
  27. 3299590 Add a checksum to jmp_buf on mips and mips64. by Predrag Blagojevic · 9 years ago
  28. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 10 years ago
  29. f3b9c89 Fix bug where t9 is not correct when __memset_chk_fail is called. by Douglas Leung · 9 years ago
  30. 29d4b71 Add __memset_chk assembler for mips32 and mips64. by Douglas Leung · 10 years ago
  31. 01d5b94 Remove optimized code for bzero, which was removed from POSIX in 2008. by Elliott Hughes · 10 years ago
  32. 375a915 Update libgcc_compat.c file for mips32 arch by Lazar Trsic · 10 years ago
  33. 19acb69 [MIPS] Add __popcountsi2 to libgcc_compat.c by Dimitry Ivanov · 10 years ago
  34. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  35. 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
  36. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  37. 268a673 Switch to LOCAL_SRC_FILES_EXCLUDE by Dan Willemsen · 10 years ago
  38. 1b519c0 Implement setjmp cookies on MIPS and MIPS64 by Nikola Veljkovic · 10 years ago
  39. 6f4594d Add preadv/pwritev. by Elliott Hughes · 10 years ago
  40. 61d9ae5 [MIPS] Invalidate cached pid in vfork. by Duane Sand · 10 years ago
  41. 38f2eaa [MIPS] Add optimized string functions by Nikola Veljkovic · 10 years ago
  42. b130493 Hide accidentally-exposed __clock_nanosleep. by Elliott Hughes · 10 years ago
  43. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 10 years ago
  44. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 10 years ago
  45. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  46. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  47. 40a8f21 Hide rt_sigqueueinfo. by Yabin Cui · 10 years ago
  48. c69ace8 Simplify three copyright headers. by Elliott Hughes · 10 years ago
  49. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  50. 6c63ee4 Merge "Revert "Unregister pthread_atfork handlers on dlclose()"" by Dimitry Ivanov · 10 years ago
  51. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  52. 3da9373 Merge "Simplify close(2) EINTR handling." by Elliott Hughes · 10 years ago
  53. 3391a9f Simplify close(2) EINTR handling. by Elliott Hughes · 10 years ago
  54. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  55. b0cf928 Remove _memset16 and _memset32 from mips/mips64 bionic. by Elliott Hughes · 10 years ago
  56. 2495851 Use ALIAS_SYMBOL for assembler aliasing. by Christopher Ferris · 10 years ago
  57. fa5faa0 Make gensyscalls.py use the ALIAS_SYMBOL macro. by Christopher Ferris · 10 years ago
  58. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 11 years ago
  59. d3fa31a Merge "[MIPS] Fix setjmp signals" by Elliott Hughes · 11 years ago
  60. 41ef902 Fix memchr overflow. by Elliott Hughes · 11 years ago
  61. b6d301f [MIPS] Fix setjmp signals by Duane Sand · 11 years ago
  62. da2c0a7 Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680 by Colin Cross · 11 years ago
  63. 1742a32 Share LP32 makefile settings between arches by Colin Cross · 11 years ago
  64. 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 11 years ago
  65. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  66. e609909 Fix mips build. by Elliott Hughes · 11 years ago
  67. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  68. 6881572 Add support for DT_MIPS_RLD_MAP2 tag. by Raghu Gandham · 11 years ago
  69. 94926f8 Merge "support _POSIX_REALTIME_SIGNALS" by Yabin Cui · 11 years ago
  70. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  71. 56e0173 Simplify our endian.h implementation. by Elliott Hughes · 11 years ago
  72. d27ae2f Merge mips setjmp/longjmp family. by Elliott Hughes · 11 years ago
  73. b514026 Kill <machine/exec.h>. by Elliott Hughes · 11 years ago
  74. 3a47863 [MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6 by Duane Sand · 11 years ago
  75. ee369fb Bring our <machine/endian.h> files back in sync. by Elliott Hughes · 11 years ago
  76. 4ae178f Mips: remove arch-specific atexit.h by Dmitriy Ivanov · 11 years ago
  77. e3e8d15 Mips: Remove unused files by Dmitriy Ivanov · 11 years ago
  78. c619603 Mips: Reuse atexit.h from libc/arch-common by Dmitriy Ivanov · 11 years ago
  79. 6e50cb4 libc: Move <sgidefs.h> to libc/arch-mips/ by David 'Digit' Turner · 11 years ago
  80. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  81. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  82. 7c02d94 Clean up the architecture-specific makefiles. by Elliott Hughes · 11 years ago
  83. 9990b39 Fix mips __fadvise64.S build failure. by Elliott Hughes · 11 years ago
  84. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  85. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  86. 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  87. e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
  88. fbe9d3d Merge "Fix strlen function type for mips." by Chih-Hung Hsieh · 11 years ago
  89. 15b914c Fix strlen function type for mips. by Chih-Hung Hsieh · 11 years ago
  90. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  91. 0e7f8a9 Simplify _ALIGN_TEXT. by Elliott Hughes · 11 years ago
  92. bc9f9f2 Make __set_errno hidden in asm. by Dan Albert · 11 years ago
  93. 6a91887 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  94. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  95. c7706a0 Merge "[MIPSR6] Use C-coded string ops on mips32r6/mips64r6" by Elliott Hughes · 11 years ago
  96. bc5a3ec [MIPSR6] Use C-coded string ops on mips32r6/mips64r6 by Duane Sand · 11 years ago
  97. ba23bd0 [MIPS] Drop soft-fp targets by Duane Sand · 11 years ago
  98. 7d22a45 Merge "[MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models" by Elliott Hughes · 11 years ago
  99. dd37251 [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models by Duane Sand · 11 years ago
  100. f541650 [MIPS] Allow united mipsel and mips64el gcc toolchain by Duane Sand · 11 years ago