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