1. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 8 years ago
  2. c2b9fec Require vendor users and groups to start with vendor_ by Tom Cherry · 8 years ago
  3. 38e960b bionic_fortify: clarify error message for an out of bounds FD. by Narayan Kamath · 8 years ago
  4. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 8 years ago
  5. 6fcba93 Filter out reserved signals in functions that take sigset_t. by Josh Gao · 8 years ago
  6. ab8c861 Merge "Add ability to read /etc/passwd and /etc/group" by Tom Cherry · 8 years ago
  7. 6034ef8 Add ability to read /etc/passwd and /etc/group by Tom Cherry · 8 years ago
  8. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 8 years ago
  9. c11fb66 Inline __libc_arc4random_has_unlimited_entropy. by Elliott Hughes · 8 years ago
  10. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 8 years ago
  11. 97d1c75 Merge "Better handling of sigset_t on LP32." by Treehugger Robot · 8 years ago
  12. 4b1c6e7 Better handling of sigset_t on LP32. by Elliott Hughes · 8 years ago
  13. 6b9c85b Support priority inheritance mutex in 64bit programs. by Yabin Cui · 8 years ago
  14. 8583d5a Include what we use. by Dan Albert · 8 years ago
  15. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  16. f1515f6 Clean up the time(2) implementation. by Elliott Hughes · 8 years ago
  17. 4473ccd bionic: add vdso time() by Mark Salyzyn · 8 years ago
  18. 1133fec Use inline ctype functions for ato*/strto* and scanf. by Elliott Hughes · 8 years ago
  19. 79249b0 bionic: add vdso clock_getres by Mark Salyzyn · 8 years ago
  20. 4362f89 Only use uids and gids for which we've allocated AIDs by Tom Cherry · 8 years ago
  21. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  22. cc3d04f Add null checks to <dirent.h> functions. by Elliott Hughes · 8 years ago
  23. 1b6de87 Merge "Make __libc_init_main_thread and android_set_abort_message weak" by Dimitry Ivanov · 8 years ago
  24. b6d2b87 Make __libc_init_main_thread and android_set_abort_message weak by dimitry · 8 years ago
  25. a1c30b9 Merge "Add POSIX fexecve." by Elliott Hughes · 8 years ago
  26. 4d215aa Add POSIX fexecve. by Elliott Hughes · 8 years ago
  27. 24a95d2 Update CachedProperty to support long ro. properties by Tom Cherry · 8 years ago
  28. ea82792 Define BIONIC_STOP_UNWIND for mips by Goran Jakovljevic · 8 years ago
  29. ddd6436 Merge "Unified sysroot: kill arch-specific include dirs." by Elliott Hughes · 8 years ago
  30. 01bb7bf Merge "Implement <spawn.h>." by Elliott Hughes · 8 years ago
  31. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  32. 14e3ff9 Implement <spawn.h>. by Elliott Hughes · 8 years ago
  33. 3dacc47 Merge "Add a legacy inline for mmap64." by Treehugger Robot · 8 years ago
  34. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  35. 93ea09f Add directives to force stop unwinding. by Christopher Ferris · 8 years ago
  36. a648733 Implement <iconv.h>. by Elliott Hughes · 9 years ago
  37. cbb09bc Merge "Always use CLOCK_MONOTONIC for pthreads and semaphores" by Tom Cherry · 9 years ago
  38. ac49ced Always use CLOCK_MONOTONIC for pthreads and semaphores by Tom Cherry · 9 years ago
  39. abb163f Revert "Revert "arm64: expand CFI shadow to cover 48-bit virtual addresses"" by Evgenii Stepanov · 9 years ago
  40. c41b560 Implement wcwidth(3) in terms of icu4c. by Elliott Hughes · 9 years ago
  41. 697f42a Hide various mbstate implementation details. by Elliott Hughes · 9 years ago
  42. ea3df0c Revert "arm64: expand CFI shadow to cover 48-bit virtual addresses" by Elliott Hughes · 9 years ago
  43. ae73516 arm64: expand CFI shadow to cover 48-bit virtual addresses by Kevin Brodsky · 9 years ago
  44. 996f6de MIPS: 32/64-bit VDSO support by Goran Ferenc · 9 years ago
  45. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 9 years ago
  46. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  47. e4ddb3c Move bionic_systrace.cpp over to CachedProperty. by Elliott Hughes · 9 years ago
  48. ff82ce8 Merge "Remove the useless lock from CachedProperty." by Treehugger Robot · 9 years ago
  49. a98aa56 Remove the useless lock from CachedProperty. by Elliott Hughes · 9 years ago
  50. c40af33 Merge "Move scopeguard into android::base" by Tom Cherry · 9 years ago
  51. 9e27e58 Add support for disabling the greylist. by Elliott Hughes · 9 years ago
  52. b8ab618 Move scopeguard into android::base by Tom Cherry · 9 years ago
  53. 1c864b6 Merge "Break android_set_abort_message out of libc_logging." by Josh Gao · 9 years ago
  54. 10ec928 Break android_set_abort_message out of libc_logging. by Josh Gao · 9 years ago
  55. 6367f5e Merge changes I826756d9,I00e2edb2 by Josh Gao · 9 years ago
  56. 2a4a5e7 Add end() method to bionic's ScopedTrace class by Dimitry Ivanov · 9 years ago
  57. c17e5a4 libc_logging: mention that they're async signal safe. by Josh Gao · 9 years ago
  58. 6391e1a libc: __system_property_set uses writev to write atomically by Dimitry Ivanov · 9 years ago
  59. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 9 years ago
  60. 273991c Add __libc_format_buffer_va_list. by Josh Gao · 9 years ago
  61. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  62. 722d01a Fix icu4c calling on x86. by Elliott Hughes · 9 years ago
  63. 585fc3e Add __libc_arc4random_unlimited_entropy. by Josh Gao · 9 years ago
  64. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 9 years ago
  65. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  66. e6ee960 Replace .align with .balign for clarity by Dimitry Ivanov · 9 years ago
  67. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  68. 60d052d Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used." by Josh Gao · 9 years ago
  69. 78a52f1 Attempt to use arc4random where getauxval(AT_RANDOM) is used. by Josh Gao · 10 years ago
  70. 1291e50 Remove bionic's now-unused UniquePtr. by Elliott Hughes · 10 years ago
  71. 4f62c5b Merge changes I7718b1ba,I648adc35 by Treehugger Robot · 10 years ago
  72. d13e9a6 Align-up and randomize shared libraries. by Evgenii Stepanov · 10 years ago
  73. 4ce902c Support 32-bit ARM vdso. by Elliott Hughes · 10 years ago
  74. 53420fb x86-64's va_list is not a pointer type. by Elliott Hughes · 10 years ago
  75. b6453c5 Only initialize the global stack protector once. by Josh Gao · 10 years ago
  76. 8ed118d Apparently mips and x86's va_list is a pointer type. by Elliott Hughes · 10 years ago
  77. 9eb3ae1 Remove __nonnull (in favor of _Nonnull). by Elliott Hughes · 10 years ago
  78. c80ffec Defer registration of the arc4random fork-detect handler. by Josh Gao · 10 years ago
  79. b0da576 Move the IEEE fp header out of the public headers. by Elliott Hughes · 10 years ago
  80. 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
  81. 5db4b6e Make it harder to use a broken legacy function by accident. by Elliott Hughes · 10 years ago
  82. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  83. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 10 years ago
  84. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 10 years ago
  85. 2c75991 Add backtrace_string and export to libmemunreachable by Colin Cross · 10 years ago
  86. 869691c Export malloc_iterate and friends by Colin Cross · 10 years ago
  87. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  88. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  89. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  90. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  91. 76dfa6e Remove mktime_tz. by Elliott Hughes · 10 years ago
  92. 63fbb23 Tidy up KernelArgumentBlock::getauxval. by Elliott Hughes · 10 years ago
  93. 7cb3c4a Merge "sem_timedwait with a null timeout doesn't mean "forever"." by Elliott Hughes · 10 years ago
  94. 0b13f29 Fix missing parentheses. by Christopher Ferris · 10 years ago
  95. dd586f2 sem_timedwait with a null timeout doesn't mean "forever". by Elliott Hughes · 10 years ago
  96. a5e183c Explicitly disallow default c-tor by Dimitry Ivanov · 10 years ago
  97. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  98. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  99. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  100. 6331e80 Implement scandirat and scandirat64. by Elliott Hughes · 10 years ago