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