1. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  2. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  3. 247cfe0 Merge "Add <error.h>." by Elliott Hughes · 11 years ago
  4. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  5. 6e9e6ad Fix coverage build after adding clang coverage. by Dan Albert · 11 years ago
  6. 9c3fd59 Add a basic NDK compatibility library. by Dan Albert · 11 years ago
  7. 8b5df39 Turn on -Wold-style-cast and fix the errors. by Elliott Hughes · 11 years ago
  8. 8885dcc Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. by Elliott Hughes · 11 years ago
  9. 3f61f89 Fix missing symbol for debug malloc. by Christopher Ferris · 11 years ago
  10. 94926f8 Merge "support _POSIX_REALTIME_SIGNALS" by Yabin Cui · 11 years ago
  11. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  12. 5afae64 implement posix_madvise by Yabin Cui · 11 years ago
  13. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 11 years ago
  14. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 11 years ago
  15. 2818279 Sync with upstream OpenBSD fts.c. by Elliott Hughes · 11 years ago
  16. bfbf7a4 Remove remaining bionic support for TARGET_CPU_SMP being false. by Elliott Hughes · 11 years ago
  17. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  18. 2f954ba gethostname.c: change to report ENAMETOOLONG error when buflen is less by Yongqin Liu · 11 years ago
  19. b20c244 Implement all the POSIX _l functions. by Elliott Hughes · 11 years ago
  20. 274afe8 Add POSIX lcong48. by Elliott Hughes · 11 years ago
  21. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 11 years ago
  22. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  23. ad13662 Merge "Never use ASAN." by Dan Albert · 11 years ago
  24. 5ba672e Never use ASAN. by Dan Albert · 11 years ago
  25. a371750 Add -no-integrated-as at local level. by Chih-Hung Hsieh · 11 years ago
  26. 71cbcdc Merge "We don't actually need all of libc++ here." by Dan Albert · 11 years ago
  27. a7c2e0b We don't actually need all of libc++ here. by Dan Albert · 11 years ago
  28. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  29. 90a29db Use LOCAL_CXX_STL to select libc++_static. by Dan Albert · 11 years ago
  30. 188d093 Static libc++ is being renamed libc++_static. by Dan Albert · 11 years ago
  31. 5a69da8 Switch to OpenBSD fopen/fclose. by Elliott Hughes · 11 years ago
  32. f05410e Merge "Sync with upstream findfp.c." by Elliott Hughes · 11 years ago
  33. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 11 years ago
  34. 21db6ff Merge "Coverage configs for bionic." by Dan Albert · 11 years ago
  35. c2d3908 Coverage configs for bionic. by Dan Albert · 11 years ago
  36. a71b4c3 Switch to OpenBSD flags.c. by Elliott Hughes · 11 years ago
  37. 49eed7d Switch to OpenBSD insque/remque/killpg. by Elliott Hughes · 11 years ago
  38. a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
  39. 413de5b Merge "Add semaphore tests, fix sem_destroy." by Elliott Hughes · 11 years ago
  40. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  41. 6fe376d Remove references to MALLOC_LEAK_CHECK. by Christopher Ferris · 11 years ago
  42. 3ec67de Exclude libstdc++ from linked libraries. by Dan Albert · 11 years ago
  43. 7c02d94 Clean up the architecture-specific makefiles. by Elliott Hughes · 11 years ago
  44. 66bbf15 Merge "Refactoring: C++11 style DISABLE_ bionic marcos" by Dmitriy Ivanov · 11 years ago
  45. a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
  46. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  47. d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 11 years ago
  48. b58db8b Enable clang compilation with libc but not linker. by Chih-Hung Hsieh · 11 years ago
  49. b78e60e Use the default unwind code. by Christopher Ferris · 11 years ago
  50. cc7e5f4 Switch to OpenBSD <err.h> implementation. by Elliott Hughes · 11 years ago
  51. e505517 Switch to OpenBSD daemon(3). by Elliott Hughes · 11 years ago
  52. 7b87d44 Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
  53. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  54. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  55. 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 11 years ago
  56. 09c39d6 Implement the GNU basename(3) in addition to the POSIX one. by Elliott Hughes · 11 years ago
  57. fd5ee9a Hide C++ stuff in libc. Put it back in libstdc++. by Dan Albert · 11 years ago
  58. 891ec7a Move mtctxres.c to libc_dns.a. by Dan Albert · 11 years ago
  59. 9eae840 Fixes build. by Dan Albert · 11 years ago
  60. 861c0ef Use libunwindbacktrace for debug malloc code. by Christopher Ferris · 11 years ago
  61. a7dc760 Merge "Fix linkage of grantpt(3)." by Elliott Hughes · 11 years ago
  62. 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
  63. a406ee6 Added a bionic systrace class and tracing to pthread_mutex.cpp. by Brigid Smith · 11 years ago
  64. 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
  65. 0f7d882 Switch to OpenBSD res_random. by Elliott Hughes · 11 years ago
  66. 4d42190 Merge "Use upstream OpenBSD's arc4random." by Elliott Hughes · 11 years ago
  67. 2b67d7d Use upstream OpenBSD's arc4random. by Elliott Hughes · 11 years ago
  68. 3ad8ecb Rewrite syslog(3) to use Android logging. by Elliott Hughes · 11 years ago
  69. d745386 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  70. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  71. 673bff0 Merge "Implement rand/srand in terms of random/srandom." by Elliott Hughes · 11 years ago
  72. 76c241b Implement rand/srand in terms of random/srandom. by Elliott Hughes · 11 years ago
  73. 4ae9386 Merge "Sync upstream-openbsd." by Elliott Hughes · 11 years ago
  74. 4f0b67a Sync upstream-openbsd. by Elliott Hughes · 11 years ago
  75. 53c3c27 Upstream atexit by Dmitriy Ivanov · 11 years ago
  76. 8e32b7b Make jemalloc the default choice. by Christopher Ferris · 11 years ago
  77. 040e118 Merge "Enable building libc with clang." by Elliott Hughes · 11 years ago
  78. c999f76 Enable building libc with clang. by Elliott Hughes · 11 years ago
  79. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  80. f8408c5 Move __cmsg_nxthdr to its proper file. by Calin Juravle · 11 years ago
  81. dda1c6c Do not include libc_common in malloc debug code. by Christopher Ferris · 11 years ago
  82. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 11 years ago
  83. 6593597 Switch to upstream OpenBSD mktemp.c. by Elliott Hughes · 11 years ago
  84. 42a5a17 Merge "Revert "Revert "Prevent symbols from libgcc from being reexported.""" by Dan Albert · 11 years ago
  85. a210cae Switch to upstream NetBSD nsap_addr.c. by Elliott Hughes · 11 years ago
  86. 52f9b05 Merge "Sync to current upstream arc4random." by Elliott Hughes · 11 years ago
  87. 0468feb Sync to current upstream arc4random. by Elliott Hughes · 11 years ago
  88. 71f9b34 Revert "Revert "Prevent symbols from libgcc from being reexported."" by Dan Albert · 11 years ago
  89. 4e4e1a5 Revert "Prevent symbols from libgcc from being reexported." by Dan Albert · 11 years ago
  90. 65e80cf Prevent symbols from libgcc from being reexported. by Dan Albert · 11 years ago
  91. 0d7415f Merge "Remove SHA1 from LP64 in favor of libcrypto." by Dan Albert · 11 years ago
  92. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  93. d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 11 years ago
  94. 5f56454 Build tzcode with -Werror. by Elliott Hughes · 11 years ago
  95. c82c0b7 Remove SHA1 from LP64 in favor of libcrypto. by Dan Albert · 11 years ago
  96. 3a37576 Move jemalloc due to whole_static_library bug. by Christopher Ferris · 11 years ago
  97. ac64675 Revert "Revert "Remove ftime from bionic LP64"" by Dan Albert · 11 years ago
  98. 462abab Removes getdtablesize(3) from LP64. by Dan Albert · 11 years ago
  99. 564222e Merge "Use default hidden visibility to build libc_dns." by Elliott Hughes · 11 years ago
  100. 8563802 Use default hidden visibility to build libc_dns. by Elliott Hughes · 11 years ago