1. 8574a1f Merge "Fix arm/arm64 <fenv.h> to match current reality." by Treehugger Robot · 8 years ago
  2. 8e13b67 versioner: properly handle extern "C", "C++". by Josh Gao · 8 years ago
  3. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  4. a8a23f5 Add missing ELF constants from the spec. by Elliott Hughes · 8 years ago
  5. b1ba8cf Merge "elf.h: add STN_UNDEF" by Elliott Hughes · 8 years ago
  6. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  7. 8874d88 elf.h: add STN_UNDEF by Greg Hackmann · 8 years ago
  8. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  9. e5d66eb libc: Disable FORTIFY if we're using clang-tidy. by George Burgess IV · 8 years ago
  10. c8a2612 Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched." by Elliott Hughes · 8 years ago
  11. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  12. 7669c68 Merge "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  13. b37e9aa Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Dan Albert · 8 years ago
  14. 13cec45 Merge "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Treehugger Robot · 8 years ago
  15. 8f348a0 Merge "Remove some legacy declarations from <math.h>." by Treehugger Robot · 8 years ago
  16. ac29d9f Merge "Add POSIX swab." by Treehugger Robot · 8 years ago
  17. 5c6a7bf Remove some legacy declarations from <math.h>. by Elliott Hughes · 8 years ago
  18. a1c30b9 Merge "Add POSIX fexecve." by Elliott Hughes · 8 years ago
  19. 4d215aa Add POSIX fexecve. by Elliott Hughes · 8 years ago
  20. fa386e0 Add POSIX swab. by Elliott Hughes · 8 years ago
  21. 19d7685 More <limits.h> fixes. by Elliott Hughes · 8 years ago
  22. f945fb6 Revert "Revert "Cleanup transitive includes in the legacy inlines."" by Dan Albert · 8 years ago
  23. dff08ce Add pthread_setschedprio. by Elliott Hughes · 8 years ago
  24. 5033918 Complete <netdb.h>. by Elliott Hughes · 8 years ago
  25. ddd6436 Merge "Unified sysroot: kill arch-specific include dirs." by Elliott Hughes · 8 years ago
  26. 01bb7bf Merge "Implement <spawn.h>." by Elliott Hughes · 8 years ago
  27. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  28. 14e3ff9 Implement <spawn.h>. by Elliott Hughes · 8 years ago
  29. 8c2323c Fix "Add a legacy inline for mmap64". by Dan Albert · 8 years ago
  30. 3dacc47 Merge "Add a legacy inline for mmap64." by Treehugger Robot · 8 years ago
  31. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  32. aaf83e8 More POSIX limits cleanup. by Elliott Hughes · 8 years ago
  33. 3a8f75d POSIX clock cleanup. by Elliott Hughes · 8 years ago
  34. a0c7ec8 Add O MR1 define by John Reck · 8 years ago
  35. b3639ad Merge changes I76dde1e3,I54fec461 by Elliott Hughes · 8 years ago
  36. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  37. f1c568d Add <glob.h>. by Elliott Hughes · 8 years ago
  38. 0d9301e Merge "Rename _Exit in a way that works with libandroid_support." by Elliott Hughes · 8 years ago
  39. 2f94a29 Rename _Exit in a way that works with libandroid_support. by Elliott Hughes · 8 years ago
  40. d6541c2 Make <math.h> renames compatible with GCC. by Elliott Hughes · 8 years ago
  41. 50cda38 Use __RENAME for long double functions. by Elliott Hughes · 8 years ago
  42. 40756d6 Merge "Cast __builtin_swap64 to uint64_t." by Elliott Hughes · 8 years ago
  43. 4c0803d Cast __builtin_swap64 to uint64_t. by Elliott Hughes · 8 years ago
  44. 5702c6f Finish <search.h>. by Elliott Hughes · 8 years ago
  45. 8468a1b Merge "Pretend the <fts.h> functions didn't appear until 21." by Treehugger Robot · 8 years ago
  46. f11aa95 Pretend the <fts.h> functions didn't appear until 21. by Elliott Hughes · 8 years ago
  47. bda6f3b Improve names for function arguments in <unistd.h> for Studio. by Elliott Hughes · 8 years ago
  48. a648733 Implement <iconv.h>. by Elliott Hughes · 8 years ago
  49. 896362e Add syncfs(2). by Elliott Hughes · 8 years ago
  50. df9a489 Add more const-correct C++ overloads. by Elliott Hughes · 8 years ago
  51. 9b1ca56 libc: Add support to allow library calls to find appropriate shell executable for a process by Sandeep Patil · 8 years ago
  52. 611d0de Merge "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  53. ffde533 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  54. f3b92f1 Merge "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  55. 7ac99d3 Merge "Disable FORTIFY on ASAN builds" by Treehugger Robot · 8 years ago
  56. 684c31a Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  57. d9551db Disable FORTIFY on ASAN builds by George Burgess IV · 8 years ago
  58. ff26a16 Re-submit "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  59. 9af9120 Revert "Name function arguments in libc headers for Studio." by Colin Cross · 8 years ago
  60. 079bff4 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  61. 67e7bf1 Merge "Enable FORTIFY in unoptimized builds" by Treehugger Robot · 8 years ago
  62. 1de2e35 Enable FORTIFY in unoptimized builds by George Burgess IV · 8 years ago
  63. 3f7e65e Add guards for things the versioner can't catch. by Dan Albert · 8 years ago
  64. 3ce8834 Merge "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  65. 95bd488 libc fortify: error on realpath(NULL, foo) by George Burgess IV · 8 years ago
  66. faa7434 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  67. daebd05 Fix pattern to account for '_' prefix in syscalls by dimitry · 8 years ago
  68. 0cd32c1 Merge "Put back the _Exit rename for pre-L." by Treehugger Robot · 8 years ago
  69. 8aa387f Merge "Remove reference to non-existent __LP32__." by Elliott Hughes · 8 years ago
  70. cd8828c Put back the _Exit rename for pre-L. by Dan Albert · 8 years ago
  71. 0138c46 Remove reference to non-existent __LP32__. by Elliott Hughes · 8 years ago
  72. 2fdefad Merge "With O_TMPFILE, open(2) takes a mode argument." by Elliott Hughes · 8 years ago
  73. a0ad52b Merge "Some <syslog.h> fixes." by Elliott Hughes · 8 years ago
  74. b115aef With O_TMPFILE, open(2) takes a mode argument. by Elliott Hughes · 8 years ago
  75. cc3639b Merge "libc fortify: warn on open() with useless mode bits" by Treehugger Robot · 8 years ago
  76. 4e37d53 libc fortify: warn on open() with useless mode bits by George Burgess IV · 8 years ago
  77. f517288 Some <syslog.h> fixes. by Elliott Hughes · 8 years ago
  78. 3aa9bf3 Fix dprintf/vdprintf fallbacks for GCC. by Dan Albert · 8 years ago
  79. b1b125e Merge "libc fortify: make string.h use diagnose_if" by Treehugger Robot · 8 years ago
  80. 26c59f7 Merge "Add some <sched.h> tests." by Elliott Hughes · 8 years ago
  81. 2950f13 Add some <sched.h> tests. by Elliott Hughes · 8 years ago
  82. 316a44f Merge "Finish <stdio_ext.h>." by Elliott Hughes · 8 years ago
  83. 5ac5a7c Merge "libc fortify: make fcntl.h use diagnose_if" by Treehugger Robot · 8 years ago
  84. a821283 Merge "libc fortify: make socket.h and stdlib.h use diagnose_if" by Treehugger Robot · 8 years ago
  85. 6e0de9d Merge "libc fortify: make stdio.h use diagnose_if" by Treehugger Robot · 8 years ago
  86. cff14d9 Merge "libc fortify: make poll.h and stat.h use diagnose_if" by Treehugger Robot · 8 years ago
  87. b630046 libc fortify: make string.h use diagnose_if by George Burgess IV · 8 years ago
  88. 54f5d83 libc fortify: make socket.h and stdlib.h use diagnose_if by George Burgess IV · 8 years ago
  89. 23dbf82 libc fortify: make stdio.h use diagnose_if by George Burgess IV · 8 years ago
  90. 52dde5f libc fortify: make poll.h and stat.h use diagnose_if by George Burgess IV · 8 years ago
  91. 0df4c37 libc fortify: make fcntl.h use diagnose_if by George Burgess IV · 8 years ago
  92. 0ec52ce Merge "libc fortify: make unistd.h use diagnose_if" by Treehugger Robot · 8 years ago
  93. 5ba2c21 Finish <stdio_ext.h>. by Elliott Hughes · 8 years ago
  94. 16c1739 libc fortify: make unistd.h use diagnose_if by George Burgess IV · 8 years ago
  95. 3f66e74 Remove nullability specifications. by Elliott Hughes · 8 years ago
  96. 3e523a6 Merge "Consistently say va_arg rather than __va_arg." by Treehugger Robot · 8 years ago
  97. 7f86f1d Merge "Clean up some <stdio.h> constants." by Elliott Hughes · 8 years ago
  98. 4a8de0d Consistently say va_arg rather than __va_arg. by Elliott Hughes · 8 years ago
  99. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  100. c2a10f7 Merge "libc: Add diagnose_if macros to cdefs." by Treehugger Robot · 8 years ago