1. 92687e4 Cleaned up pthread rwlocks implementation. by Calin Juravle · 11 years ago
  2. 254fa88 Merge "Switch to POSIX dprintf/vdprintf." by Calin Juravle · 11 years ago
  3. fcac8ff Switch to POSIX dprintf/vdprintf. by Elliott Hughes · 11 years ago
  4. d1dc009c Merge "Add padding to mips ucontext_t." by Calin Juravle · 11 years ago
  5. 156c7d3 Merge "Clean up ucontext.h TODOs." by Calin Juravle · 11 years ago
  6. 1721671 Merge "Mutex-free implementation of pthread_rwlock" by Calin Juravle · 11 years ago
  7. 76f352e Mutex-free implementation of pthread_rwlock by Calin Juravle · 11 years ago
  8. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  9. ae0f8f1 Add padding to mips ucontext_t. by Calin Juravle · 11 years ago
  10. eb45452 Clean up ucontext.h TODOs. by Calin Juravle · 11 years ago
  11. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 11 years ago
  12. 0e85fb6 Add uc_regspace to arm's ucontext_t by Calin Juravle · 11 years ago
  13. a6ab968 Fill in missing bits in x86(_64) ucontext_t by Calin Juravle · 11 years ago
  14. 9b5b40b Rename user_i387_struct -> user_fpregs_struct in sys/ucontext.h by Andrew Hsieh · 11 years ago
  15. ea5248e Increase minimum thread size for 64 bit. by Christopher Ferris · 11 years ago
  16. bac7955 Merge "Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc." by Ross McIlroy · 11 years ago
  17. 0c8a5f8 Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc. by Ross McIlroy · 11 years ago
  18. a731877 Merge "Change wctype_t from int to long." by Calin Juravle · 11 years ago
  19. fd3171b Merge "Change wctype_t from enum to int" by Calin Juravle · 11 years ago
  20. 135b103 Fix <sys/endian.h> uint32_t build failures. by Elliott Hughes · 11 years ago
  21. 17f8ef8 Merge "Flesh out <arpa/inet.h>." by Elliott Hughes · 11 years ago
  22. 6a41b0f Flesh out <arpa/inet.h>. by Elliott Hughes · 11 years ago
  23. eed3d0d We don't need two copies of <nsswitch.h>. by Elliott Hughes · 11 years ago
  24. eb664e2 Add getmntent_r to our collection of <mntent.h> compatibility stubs. by Elliott Hughes · 11 years ago
  25. f34f0cc Merge "Use __LP64__ instead of __LP32__ in sched.h" by Calin Juravle · 11 years ago
  26. dd09699 Use __LP64__ instead of __LP32__ in sched.h by Calin Juravle · 11 years ago
  27. b55f263 Change wctype_t from int to long. by Calin Juravle · 11 years ago
  28. 0c47247 Change wctype_t from enum to int by Calin Juravle · 11 years ago
  29. f963da2 Undef private *_BODY defines after use by Calin Juravle · 11 years ago
  30. 15a6310 Support mb sequences across calls to mb*to*wcs* functions by Calin Juravle · 11 years ago
  31. d67c6af Merge "Reserve space for the future in statvfs(64)" by Calin Juravle · 11 years ago
  32. 7bec121 Reserve space for the future in statvfs(64) by Calin Juravle · 11 years ago
  33. 4d695bf Merge "Align struct passwd definition with other variations of libc" by Calin Juravle · 11 years ago
  34. c768874 Align struct passwd definition with other variations of libc by Calin Juravle · 11 years ago
  35. 4aa2e6a Give bionic's __ANDROID_API__ a more reasonable value. by Elliott Hughes · 11 years ago
  36. e292875 Merge "Reserve some space in sem_t for the future." by Calin Juravle · 11 years ago
  37. b6c48b2 Merge "Allow for better utmp logging." by Calin Juravle · 11 years ago
  38. fc2af0c Merge "Fix ino_t and suseconds_t" by Calin Juravle · 11 years ago
  39. 6726862 Fix ino_t and suseconds_t by Calin Juravle · 11 years ago
  40. 0686d5e Reserve some space in sem_t for the future. by Calin Juravle · 11 years ago
  41. 7d8f303 Allow for better utmp logging. by Calin Juravle · 11 years ago
  42. 7c435f2 Leave more space for extensions in pthread_rwlockattr_t by Calin Juravle · 11 years ago
  43. 9ded07c bionic: make epoll_event structure packed by Philip Hatcher · 11 years ago
  44. 52defb7 Remove the non-standard time64 stuff for LP64. by Elliott Hughes · 11 years ago
  45. 0990d4f Make SIGRTMIN hide the real-time signals we use internally. by Elliott Hughes · 11 years ago
  46. 77473e4 Merge "Fix cpu_set_t" by Calin Juravle · 11 years ago
  47. 4566731 Merge "Adds quick_exit(3) and at_quick_exit(3) from freebsd" by Dan Albert · 11 years ago
  48. b743790 Fix cpu_set_t by Calin Juravle · 11 years ago
  49. d4ae59d Merge "Reserve space in mbstate to allow for proper wchar support" by Calin Juravle · 11 years ago
  50. b8425c5 Adds quick_exit(3) and at_quick_exit(3) from freebsd by Dan Albert · 11 years ago
  51. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 11 years ago
  52. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 11 years ago
  53. eab395e Reserve space in mbstate to allow for proper wchar support by Calin Juravle · 11 years ago
  54. b1cacd4 Reserve space in pthread structures for future extensibility. by Calin Juravle · 11 years ago
  55. ab29071 Merge "Revert "Reserve space in pthread structures for future extensibility."" by Greg Hackmann · 11 years ago
  56. 6b64000 Revert "Reserve space in pthread structures for future extensibility." by Greg Hackmann · 11 years ago
  57. 477d14b Merge "Reserve space in pthread structures for future extensibility." by Calin Juravle · 11 years ago
  58. cf83fd7 Reserve space in pthread structures for future extensibility. by Calin Juravle · 11 years ago
  59. 532ad90 Merge "Switch to the upstream OpenBSD getenv/putenv/setenv implementation." by Elliott Hughes · 11 years ago
  60. eae5902 Remove strntoimax and strntoumax from the future. by Elliott Hughes · 11 years ago
  61. 58d9e28 Switch to the upstream OpenBSD getenv/putenv/setenv implementation. by Elliott Hughes · 11 years ago
  62. 8d77bce LP64 shouldn't include the non-standard <time64.h> cruft. by Elliott Hughes · 11 years ago
  63. cce36c1 Use -fvisibility=hidden to build libc_gdtoa. by Elliott Hughes · 11 years ago
  64. c5eea6d Merge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN." by Elliott Hughes · 11 years ago
  65. b1bfa79 Merge "Allow sharing the RELRO section via a file." by Torne (Richard Coles) · 11 years ago
  66. c363e5d Merge "Support loading libraries to a reserved address." by Torne (Richard Coles) · 11 years ago
  67. 16f6429 Merge "Add android_dlopen_ext() interface to linker." by Torne (Richard Coles) · 11 years ago
  68. 83c07b5 Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. by Elliott Hughes · 11 years ago
  69. db68e56 Brings LC_* defs into line with POSIX by Dan Albert · 11 years ago
  70. 0e351e4 Merge "Changes our ctype identifiers to match the BSDs" by Dan Albert · 11 years ago
  71. 779585f Changes our ctype identifiers to match the BSDs by Dan Albert · 11 years ago
  72. 183ad9d Allow sharing the RELRO section via a file. by Torne (Richard Coles) · 11 years ago
  73. 12bbb91 Support loading libraries to a reserved address. by Torne (Richard Coles) · 11 years ago
  74. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 11 years ago
  75. cb65cc3 Clean up <machine/ieee.h>. by Elliott Hughes · 11 years ago
  76. 40b0579 Add iswblank for libcxx. by Elliott Hughes · 11 years ago
  77. 93e1907 Use the glibc name user_fpregs_struct. by Elliott Hughes · 11 years ago
  78. c5992a0 Fix mcontext_t for x86-64. by Elliott Hughes · 11 years ago
  79. a5d8331 Merge "Use glibc structure for __cmsg_nxthdr." by Calin Juravle · 11 years ago
  80. b52a4ab Merge "Flesh out <locale.h>." by Elliott Hughes · 11 years ago
  81. c4936e2 Flesh out <locale.h>. by Elliott Hughes · 11 years ago
  82. 9f52564 Implement _Exit(3). by Elliott Hughes · 11 years ago
  83. ff64831 Use glibc structure for __cmsg_nxthdr. by Calin Juravle · 11 years ago
  84. 5363a45 Clean up localeconv(3). by Elliott Hughes · 11 years ago
  85. 48501af AArch64: Fix flock64 for LP64. by Serban Constantinescu · 11 years ago
  86. 41059d7 Merge "Add stpcpy/stpncpy." by Christopher Ferris · 11 years ago
  87. 950a58e Add stpcpy/stpncpy. by Christopher Ferris · 11 years ago
  88. efbdb53 Remove a non-standard turd: strtotimeval. by Elliott Hughes · 11 years ago
  89. 5f149f1 Merge "Implement wctomb(3) for ltrace." by Elliott Hughes · 11 years ago
  90. 50249bc Fix build: __unused isn't unused! by Elliott Hughes · 11 years ago
  91. 77e944f Implement wctomb(3) for ltrace. by Elliott Hughes · 11 years ago
  92. 5c7bda5 Fix aarch64 struct ucontext. by Elliott Hughes · 11 years ago
  93. caa15bf Define __WORDSIZE like glibc. by Elliott Hughes · 11 years ago
  94. 804b95e Merge "bionic: Replace iface with opaque netid in resolver." by Robert Greenwalt · 11 years ago
  95. 1b0dc40 Remove <machine/limits.h>. by Elliott Hughes · 11 years ago
  96. ea9bf67 bionic: Replace iface with opaque netid in resolver. by Szymon Jakubczak · 11 years ago
  97. 7f3a272 Add lsearch(3) for ltrace. by Elliott Hughes · 11 years ago
  98. 9cea377 Small accept4 fixes. by Christopher Ferris · 11 years ago
  99. 50282f7 Add lconv declaration and localeconv(3) by Pavel Chupin · 11 years ago
  100. bc475bc Merge "Add accept4() syscall" by Christopher Ferris · 11 years ago