1. 8c75675 Merge "Change ARG_MAX/_SC_ARG_MAX back to a constant." by Elliott Hughes · 8 years ago
  2. e0dfad4 Merge "Update to kernel headers v4.14." by Christopher Ferris · 8 years ago
  3. c3f1b6a Merge "Simplify the posix_spawn sigdefault logic." by Elliott Hughes · 8 years ago
  4. baed51e Change ARG_MAX/_SC_ARG_MAX back to a constant. by Elliott Hughes · 8 years ago
  5. 1308ad3 Update to kernel headers v4.14. by Christopher Ferris · 8 years ago
  6. 4362f89 Only use uids and gids for which we've allocated AIDs by Tom Cherry · 8 years ago
  7. 2b8ab4b Simplify the posix_spawn sigdefault logic. by Elliott Hughes · 8 years ago
  8. 315dd89 Merge changes I39663cc3,Ie75ec6fe by Tom Cherry · 8 years ago
  9. f76bbf5 Remove some globals from system_properties by Tom Cherry · 8 years ago
  10. fd44b9f Split system_properties.cpp into its component pieces by Tom Cherry · 8 years ago
  11. b70576b Remove more trivial char/wchar_t printf differences. by Elliott Hughes · 8 years ago
  12. 0793e3d Merge "Yet more printf de-duplication." by Elliott Hughes · 8 years ago
  13. 345b727 Move public scanf functions away from implementation. by Elliott Hughes · 8 years ago
  14. bc27bdc Yet more printf de-duplication. by Elliott Hughes · 8 years ago
  15. 1f49317 Move shared parts of the two printfs out. by Elliott Hughes · 8 years ago
  16. 0844856 Merge "More printf de-duplication." by Elliott Hughes · 8 years ago
  17. 93a1f8b More printf de-duplication. by Elliott Hughes · 8 years ago
  18. 1414802 Merge "[AArch64] Optimized memcmp" by Treehugger Robot · 8 years ago
  19. 3404bb1 Merge "Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB" by Treehugger Robot · 8 years ago
  20. bf54986 Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB by Ryan Prichard · 8 years ago
  21. 8574a1f Merge "Fix arm/arm64 <fenv.h> to match current reality." by Treehugger Robot · 8 years ago
  22. 8e13b67 versioner: properly handle extern "C", "C++". by Josh Gao · 8 years ago
  23. db4f334 Merge "Clean up crt defaults" by Treehugger Robot · 8 years ago
  24. 8697f10 Merge "Remove no_default_compiler_flags from crt*" by Colin Cross · 8 years ago
  25. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  26. c18f55c Merge "10x printf speedup." by Elliott Hughes · 8 years ago
  27. 5305a4d 10x printf speedup. by Elliott Hughes · 8 years ago
  28. 7d7b368 Clean up crt defaults by Colin Cross · 8 years ago
  29. 6a2610d Remove no_default_compiler_flags from crt* by Colin Cross · 8 years ago
  30. 050f046 Remove mips/mips64 headers from the NDK sysroot. by Dan Albert · 8 years ago
  31. ed9bfc4 [AArch64] Optimized memcmp by Sebastian Pop · 9 years ago
  32. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  33. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago
  34. a8a23f5 Add missing ELF constants from the spec. by Elliott Hughes · 8 years ago
  35. b1ba8cf Merge "elf.h: add STN_UNDEF" by Elliott Hughes · 8 years ago
  36. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  37. 8874d88 elf.h: add STN_UNDEF by Greg Hackmann · 8 years ago
  38. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  39. c8f2c52 clang-format the printf/scanf implementation. by Elliott Hughes · 8 years ago
  40. f6dfe57 Merge "Remove some always-on #ifdefery." by Treehugger Robot · 8 years ago
  41. 9fe034b Merge "libc: Disable FORTIFY if we're using clang-tidy." by Treehugger Robot · 8 years ago
  42. d9a7de1 Remove some always-on #ifdefery. by Elliott Hughes · 8 years ago
  43. e5d66eb libc: Disable FORTIFY if we're using clang-tidy. by George Burgess IV · 8 years ago
  44. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago
  45. 38f01e0 Preserve historical pthread_create scheduler behavior better. by Elliott Hughes · 8 years ago
  46. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  47. 343d1c4 Don't allow LIBC_DEBUG_MALLOC_OPTIONS to cross security boundaries. by Elliott Hughes · 8 years ago
  48. 8ae3fe2 Merge "Add null checks to <dirent.h> functions." by Treehugger Robot · 8 years ago
  49. cc3d04f Add null checks to <dirent.h> functions. by Elliott Hughes · 8 years ago
  50. 374848a The main thread should just INHERIT its scheduler attributes. by Elliott Hughes · 8 years ago
  51. 6c1d23f Merge "Improve glibc compatibility of gethostby*_r functions." by Elliott Hughes · 8 years ago
  52. c8a2612 Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched." by Elliott Hughes · 8 years ago
  53. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  54. 3413a75 Remove an obsolete aarch64 hack. by Elliott Hughes · 8 years ago
  55. 7669c68 Merge "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  56. b37e9aa Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Dan Albert · 8 years ago
  57. 13cec45 Merge "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Treehugger Robot · 8 years ago
  58. bb7d9fb Improve glibc compatibility of gethostby*_r functions. by Elliott Hughes · 8 years ago
  59. 6f12bfe Merge "Add explicit null checks to some stdio functions." by Treehugger Robot · 8 years ago
  60. d162060 Add explicit null checks to some stdio functions. by Josh Gao · 8 years ago
  61. 1d01fe8 Fix LP32 large pid detection. by Elliott Hughes · 8 years ago
  62. 8f348a0 Merge "Remove some legacy declarations from <math.h>." by Treehugger Robot · 8 years ago
  63. 4075e21 Merge "Be more specific about POSIX obsolescence." by Elliott Hughes · 8 years ago
  64. 90e3f44 Be more specific about POSIX obsolescence. by Elliott Hughes · 8 years ago
  65. 61c9c80 Ignore sockatmark. by Elliott Hughes · 8 years ago
  66. ac29d9f Merge "Add POSIX swab." by Treehugger Robot · 8 years ago
  67. 5c6a7bf Remove some legacy declarations from <math.h>. by Elliott Hughes · 8 years ago
  68. 1b6de87 Merge "Make __libc_init_main_thread and android_set_abort_message weak" by Dimitry Ivanov · 8 years ago
  69. b6d2b87 Make __libc_init_main_thread and android_set_abort_message weak by dimitry · 8 years ago
  70. 01a57d1 Call fmtmsg/getdate/getdate_err useless. by Elliott Hughes · 8 years ago
  71. a1c30b9 Merge "Add POSIX fexecve." by Elliott Hughes · 8 years ago
  72. 4d215aa Add POSIX fexecve. by Elliott Hughes · 8 years ago
  73. 8f57fd4 Merge "More <limits.h> fixes." by Elliott Hughes · 8 years ago
  74. fa386e0 Add POSIX swab. by Elliott Hughes · 8 years ago
  75. 19d7685 More <limits.h> fixes. by Elliott Hughes · 8 years ago
  76. 24a95d2 Update CachedProperty to support long ro. properties by Tom Cherry · 8 years ago
  77. f945fb6 Revert "Revert "Cleanup transitive includes in the legacy inlines."" by Dan Albert · 8 years ago
  78. dff08ce Add pthread_setschedprio. by Elliott Hughes · 8 years ago
  79. bf886f6 Merge "Complete <netdb.h>." by Elliott Hughes · 8 years ago
  80. 1ef6a6a Merge "Revert "Cleanup transitive includes in the legacy inlines."" by Orion Hodson · 8 years ago
  81. 9cb8639 Revert "Cleanup transitive includes in the legacy inlines." by Orion Hodson · 8 years ago
  82. 9deef03 Merge "Cleanup transitive includes in the legacy inlines." by Treehugger Robot · 8 years ago
  83. 0e0e370 Add libc_nopthread. by Josh Gao · 8 years ago
  84. a0f6dc5 Trivial style fix. by Josh Gao · 8 years ago
  85. 5fd1166 Remove dangling symlink. by Elliott Hughes · 8 years ago
  86. 5033918 Complete <netdb.h>. by Elliott Hughes · 8 years ago
  87. a27bfd4 Merge "Fix missing includes, again." by Treehugger Robot · 8 years ago
  88. 43df953 Cleanup transitive includes in the legacy inlines. by Dan Albert · 8 years ago
  89. c972ea7 Fix missing includes, again. by Dan Albert · 8 years ago
  90. ab413c5 Fix mip64 build. by Elliott Hughes · 8 years ago
  91. 6244627 Ignore pthread_getconcurrency/pthread_setconcurrency. by Elliott Hughes · 8 years ago
  92. 1a5a9b7 Merge "Define BIONIC_STOP_UNWIND for mips" by Treehugger Robot · 8 years ago
  93. ea82792 Define BIONIC_STOP_UNWIND for mips by Goran Jakovljevic · 8 years ago
  94. d036a8d Ignore endutxent. by Elliott Hughes · 8 years ago
  95. ddd6436 Merge "Unified sysroot: kill arch-specific include dirs." by Elliott Hughes · 8 years ago
  96. 01bb7bf Merge "Implement <spawn.h>." by Elliott Hughes · 8 years ago
  97. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  98. a08f704 Merge "Allow read-only system properties to have arbitrary lengths" by Tom Cherry · 8 years ago
  99. 14e3ff9 Implement <spawn.h>. by Elliott Hughes · 8 years ago
  100. 1c78cb0 Add missing includes. by Dan Albert · 8 years ago