1. 27efc48 Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 10 years ago
  2. 0000826 Add posix_fadvise(3). by Elliott Hughes · 10 years ago
  3. 3f7635f Use the default unwind code. by Christopher Ferris · 10 years ago
  4. 6df7b60 Hide C++ stuff in libc. Put it back in libstdc++. by Dan Albert · 10 years ago
  5. 9f53397 Move mtctxres.c to libc_dns.a. by Dan Albert · 10 years ago
  6. 40079b0 Fixes build. by Dan Albert · 10 years ago
  7. c701e5b Use libunwindbacktrace for debug malloc code. by Christopher Ferris · 10 years ago
  8. f6aa177 Merge "Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp."" into lmp-dev by Elliott Hughes · 10 years ago
  9. 26c1420 Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp." by Elliott Hughes · 10 years ago
  10. a09fe11 Added a bionic systrace class and tracing to pthread_mutex.cpp. by Brigid Smith · 10 years ago
  11. 2ea0a58 Fix linkage of grantpt(3). by Elliott Hughes · 10 years ago
  12. b902641 Implement twalk(3), add unit tests. by Elliott Hughes · 10 years ago
  13. 6209c81 Use upstream OpenBSD's arc4random. by Elliott Hughes · 10 years ago
  14. b766136 Rewrite syslog(3) to use Android logging. by Elliott Hughes · 10 years ago
  15. d648f55 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 10 years ago
  16. 3002131 Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 10 years ago
  17. 99ae098 Implement rand/srand in terms of random/srandom. by Elliott Hughes · 10 years ago
  18. caaf71e Sync upstream-openbsd. by Elliott Hughes · 10 years ago
  19. 38778e3 Upstream atexit by Dmitriy Ivanov · 10 years ago
  20. 8e32b7b Make jemalloc the default choice. by Christopher Ferris · 10 years ago
  21. 040e118 Merge "Enable building libc with clang." by Elliott Hughes · 10 years ago
  22. c999f76 Enable building libc with clang. by Elliott Hughes · 10 years ago
  23. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 10 years ago
  24. f8408c5 Move __cmsg_nxthdr to its proper file. by Calin Juravle · 10 years ago
  25. dda1c6c Do not include libc_common in malloc debug code. by Christopher Ferris · 10 years ago
  26. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 10 years ago
  27. 6593597 Switch to upstream OpenBSD mktemp.c. by Elliott Hughes · 10 years ago
  28. 42a5a17 Merge "Revert "Revert "Prevent symbols from libgcc from being reexported.""" by Dan Albert · 10 years ago
  29. a210cae Switch to upstream NetBSD nsap_addr.c. by Elliott Hughes · 10 years ago
  30. 52f9b05 Merge "Sync to current upstream arc4random." by Elliott Hughes · 10 years ago
  31. 0468feb Sync to current upstream arc4random. by Elliott Hughes · 10 years ago
  32. 71f9b34 Revert "Revert "Prevent symbols from libgcc from being reexported."" by Dan Albert · 10 years ago
  33. 4e4e1a5 Revert "Prevent symbols from libgcc from being reexported." by Dan Albert · 10 years ago
  34. 65e80cf Prevent symbols from libgcc from being reexported. by Dan Albert · 10 years ago
  35. 0d7415f Merge "Remove SHA1 from LP64 in favor of libcrypto." by Dan Albert · 10 years ago
  36. 7086ad6 Cache getpid. by Elliott Hughes · 10 years ago
  37. d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 10 years ago
  38. 5f56454 Build tzcode with -Werror. by Elliott Hughes · 10 years ago
  39. c82c0b7 Remove SHA1 from LP64 in favor of libcrypto. by Dan Albert · 10 years ago
  40. 3a37576 Move jemalloc due to whole_static_library bug. by Christopher Ferris · 10 years ago
  41. ac64675 Revert "Revert "Remove ftime from bionic LP64"" by Dan Albert · 10 years ago
  42. 462abab Removes getdtablesize(3) from LP64. by Dan Albert · 10 years ago
  43. 564222e Merge "Use default hidden visibility to build libc_dns." by Elliott Hughes · 10 years ago
  44. 8563802 Use default hidden visibility to build libc_dns. by Elliott Hughes · 10 years ago
  45. 346fa72 Merge "Get the full set of PRNG functions in <stdlib.h>" by Elliott Hughes · 10 years ago
  46. a0beeea Get the full set of PRNG functions in <stdlib.h> by Elliott Hughes · 10 years ago
  47. 8e613cf Remove declaration for putw(3)/getw(3). by Dan Albert · 10 years ago
  48. 440bd6b Merge "Replaces vfork() implementation with fork()" by Dan Albert · 10 years ago
  49. 210331d Replaces vfork() implementation with fork() by Dan Albert · 10 years ago
  50. 6740163 Remove the MD5 implementation that was only used by toolbox. by Elliott Hughes · 10 years ago
  51. 47ba295 Rewrite and hide longjmperror. by Elliott Hughes · 10 years ago
  52. 0921204 Revert "Remove ftime from bionic LP64" by Dan Albert · 10 years ago
  53. 26d6799 Remove ftime from bionic LP64 by Dan Albert · 10 years ago
  54. 001f8f0 Removes wcswcs from bionic for LP64. by Dan Albert · 10 years ago
  55. e120cba Merge "Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11." by Elliott Hughes · 10 years ago
  56. 452e091 Merge "Adds functionality specified by uchar.h" by Dan Albert · 10 years ago
  57. be8df2e Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11. by Elliott Hughes · 10 years ago
  58. 7a7f995 Adds functionality specified by uchar.h by Dan Albert · 10 years ago
  59. 9b5235d Hide dlmalloc symbols. by Elliott Hughes · 10 years ago
  60. b082645 Work around "error: variable 'uio' set but not used". by Elliott Hughes · 10 years ago
  61. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 10 years ago
  62. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 10 years ago
  63. b4e099c Remove issetugid. by Elliott Hughes · 10 years ago
  64. 6f2bde3 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 10 years ago
  65. fd0ce86 Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 10 years ago
  66. 8167dd7 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 10 years ago
  67. 254fa88 Merge "Switch to POSIX dprintf/vdprintf." by Calin Juravle · 10 years ago
  68. fcac8ff Switch to POSIX dprintf/vdprintf. by Elliott Hughes · 10 years ago
  69. 8d2410d Fix build. by Christopher Ferris · 10 years ago
  70. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 10 years ago
  71. 94a9ba2 Merge "Removes RTTI support from libc" by Dan Albert · 10 years ago
  72. 948acf7 Merge "Switch back to OpenBSD inet_ntop now they're FORTIFY clean." by Elliott Hughes · 10 years ago
  73. f51d3e8 Switch back to OpenBSD inet_ntop now they're FORTIFY clean. by Elliott Hughes · 10 years ago
  74. 903b788 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 10 years ago
  75. 48ee47c Removes RTTI support from libc by Dan Albert · 10 years ago
  76. 4c2da03 Fix the newly-introduced warning and turn on -Werror. by Elliott Hughes · 10 years ago
  77. 2a60227 Merge "Move libstdc++ into libc." by Elliott Hughes · 10 years ago
  78. 5265ad6 Merge "Fix comment typo." by Christopher Ferris · 10 years ago
  79. 9029d2f Fix comment typo. by Christopher Ferris · 10 years ago
  80. 623b0d0 Register _cleanup function with atexit by Dmitriy Ivanov · 10 years ago
  81. 15b641a Move libstdc++ into libc. by Elliott Hughes · 10 years ago
  82. 49ec2a0 Merge "Mark sockets on accept()." by Sreeram Ramachandran · 10 years ago
  83. 07f1ded Remove the broken pthread deadlock prediction. by Elliott Hughes · 10 years ago
  84. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 10 years ago
  85. 5c8c88d Use the NetBSD inet_ntop until the OpenBSD bug is fixed. by Elliott Hughes · 10 years ago
  86. 17f8ef8 Merge "Flesh out <arpa/inet.h>." by Elliott Hughes · 10 years ago
  87. 6a41b0f Flesh out <arpa/inet.h>. by Elliott Hughes · 10 years ago
  88. 8205a61 Fix build (take two). by Sreeram Ramachandran · 10 years ago
  89. 06e8796 Fix build. by Sreeram Ramachandran · 10 years ago
  90. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 10 years ago
  91. eb664e2 Add getmntent_r to our collection of <mntent.h> compatibility stubs. by Elliott Hughes · 10 years ago
  92. dbcba8f Merge "Reduce stack usage of tmpfile(3)." by Elliott Hughes · 10 years ago
  93. b694318 Reduce stack usage of tmpfile(3). by Elliott Hughes · 10 years ago
  94. 5a92284 Add 32-bit Silvermont-optimized string/memory functions. by Varvara Rainchik · 10 years ago
  95. 9a5a3e8 Fix <math.h> to quieten most of our warnings. by Elliott Hughes · 10 years ago
  96. 8ec21d9 Merge "Switch to current upstream OpenBSD wsetup.c." by Elliott Hughes · 10 years ago
  97. 53b2438 Switch to current upstream OpenBSD wsetup.c. by Elliott Hughes · 10 years ago
  98. 792ae72 Switch to current upstream OpenBSD fwrite.c. by Elliott Hughes · 10 years ago
  99. f1ada79 Sync with current OpenBSD stdio. by Elliott Hughes · 10 years ago
  100. efaa461 Use the OpenBSD wcsftime. by Elliott Hughes · 10 years ago