1. 40b0579 Add iswblank for libcxx. by Elliott Hughes · 11 years ago
  2. 02c78a3 Reimplement isinf/isnan/fpclassify. by Elliott Hughes · 11 years ago
  3. b676aaf Remove unnecessary #includes. by Elliott Hughes · 11 years ago
  4. a5d8331 Merge "Use glibc structure for __cmsg_nxthdr." by Calin Juravle · 11 years ago
  5. c4936e2 Flesh out <locale.h>. by Elliott Hughes · 11 years ago
  6. ff64831 Use glibc structure for __cmsg_nxthdr. by Calin Juravle · 11 years ago
  7. 5363a45 Clean up localeconv(3). by Elliott Hughes · 11 years ago
  8. 41059d7 Merge "Add stpcpy/stpncpy." by Christopher Ferris · 11 years ago
  9. 950a58e Add stpcpy/stpncpy. by Christopher Ferris · 11 years ago
  10. efbdb53 Remove a non-standard turd: strtotimeval. by Elliott Hughes · 11 years ago
  11. 77e944f Implement wctomb(3) for ltrace. by Elliott Hughes · 11 years ago
  12. 473d067 Fix the POSIX timers fix. by Elliott Hughes · 11 years ago
  13. 64b2963 Fix debug malloc for LP64. by Elliott Hughes · 11 years ago
  14. f1d7536 Fix and clean up strtotimeval by Weichuan Yan · 11 years ago
  15. 9e8a8dc Merge "Remove ALIGNBYTES and ALIGN from <sys/param.h>" by Calin Juravle · 11 years ago
  16. cce6c38 Merge "libc: Thread IDs missing from logcat -v thread" by Mark Salyzyn · 11 years ago
  17. c20de90 Remove ALIGNBYTES and ALIGN from <sys/param.h> by Calin Juravle · 11 years ago
  18. 753ad77 Fix deadlock in timer_delete. by Christopher Ferris · 11 years ago
  19. 8664be5 libc: Thread IDs missing from logcat -v thread by Mark Salyzyn · 11 years ago
  20. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  21. 879d330 property: fix getting dirty serial value by jiaguo · 11 years ago
  22. 5a81738 Ensure we always have symbols for atof, strtof, strtold. by Elliott Hughes · 11 years ago
  23. 8d4b584 Clean up our termios implementation. by Elliott Hughes · 11 years ago
  24. cccfe1e Reimplement clock(3) and switch to OpenBSD time(3). by Elliott Hughes · 11 years ago
  25. a0ca209 Sysconfig fixes by Calin Juravle · 11 years ago
  26. a4eafa6 Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr by Calin Juravle · 11 years ago
  27. 247dc91 Take ownership of various simple syscall wrappers. by Elliott Hughes · 11 years ago
  28. 19f58ef Switch to NetBSD utmp.c. by Elliott Hughes · 11 years ago
  29. 57a8836 Switch to upstream FreeBSD ldexp.c. by Elliott Hughes · 11 years ago
  30. 7aef274 Merge "Switch to OpenBSD wcscoll." by Elliott Hughes · 11 years ago
  31. c8937ea Switch to OpenBSD wcscoll. by Elliott Hughes · 11 years ago
  32. 152b9de Remove non-standard memswap. by Elliott Hughes · 11 years ago
  33. 04620a3 Fix pthread_detach for already-exited threads. by Elliott Hughes · 11 years ago
  34. 4d46c94 Merge "Rewrite the POSIX timer functions." by Elliott Hughes · 11 years ago
  35. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 11 years ago
  36. d40eb15 Merge "Fix some pthread symbols build as C++ symbol under x64 lunch." by Elliott Hughes · 11 years ago
  37. 9fc7602 libc: libc_logging 64bit compile issue by Mark Salyzyn · 11 years ago
  38. f0870c3 Fix some pthread symbols build as C++ symbol under x64 lunch. by Halton Huo · 11 years ago
  39. 39b644a Remove dead NULL checks from pthread code. by Elliott Hughes · 11 years ago
  40. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 11 years ago
  41. 51e6cb3 Implement pthread_condattr_{get,set}clock. by Narayan Kamath · 11 years ago
  42. 9bd9b7d If the kernel doesn't have MADV_MERGEABLE, stop asking for it. by Elliott Hughes · 11 years ago
  43. 0336e35 libc: Make calls to new user-space logger by Mark Salyzyn · 12 years ago
  44. ba76572 Fix log_backtrace assertion failure caused by LP64 fix. by Elliott Hughes · 11 years ago
  45. b620883 Fix LP64 builds after OpenBSD string changes. by Elliott Hughes · 11 years ago
  46. 5c7816f Merge "More OpenBSD cleanup (primarily string)." by Elliott Hughes · 11 years ago
  47. a92b57c Merge "Added ftw64, nftw64" by Calin Juravle · 11 years ago
  48. 7c1efff Merge "Added mkstemp64" by Calin Juravle · 11 years ago
  49. 53e4329 More OpenBSD cleanup (primarily string). by Elliott Hughes · 11 years ago
  50. 0e44bc3 Remove <asm/page.h>. by Elliott Hughes · 11 years ago
  51. d4934a7 Added ftw64, nftw64 by Calin Juravle · 11 years ago
  52. fe317a3 Added mkstemp64 by Calin Juravle · 11 years ago
  53. 37e9570 Fix 64-bit build. by Narayan Kamath · 11 years ago
  54. c9ae21a Move system_properties over to C++. by Narayan Kamath · 11 years ago
  55. 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 11 years ago
  56. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 12 years ago
  57. ffe0266 Merge "bionic: fix __set_errno for arm64 syscalls that return a 64-bit value" by Elliott Hughes · 11 years ago
  58. 3d19a83 bionic: fix __set_errno for arm64 syscalls that return a 64-bit value by Colin Cross · 11 years ago
  59. a38cb08 Clean up various warnings in bionic. by Elliott Hughes · 11 years ago
  60. cfbfe70 Remove duplicate definitions of MIN and MAX. by Elliott Hughes · 11 years ago
  61. 671e236 Restore sys_signame for LP64. by Elliott Hughes · 11 years ago
  62. aa0ebda Clean up sys_signame and sys_siglist a little. by Elliott Hughes · 11 years ago
  63. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  64. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 11 years ago
  65. 46f3db6 [MIPS] SA_RESTORER support is not needed for MIPS by Chris Dearman · 12 years ago
  66. 431166d Fix 32-bit mmap/mmap64 handling of negative offsets. by Elliott Hughes · 12 years ago
  67. af8aebe Move _thread_created_hook to where it belongs. by Elliott Hughes · 12 years ago
  68. 4e9cb03 Add extra libc stubs for mntent related functions. by JP Abgrall · 12 years ago
  69. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 12 years ago
  70. 887e114 Clean up <sched.h>. by Elliott Hughes · 12 years ago
  71. 2aace21 Remove the bogus exit status from _exit_with_stack_teardown. by Elliott Hughes · 12 years ago
  72. 9986890 Avoid sign extension in 32-bit mmap. by Elliott Hughes · 12 years ago
  73. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  74. 5e26221 Merge "Fix backwards compatible system property structure" by Greg Hackmann · 12 years ago
  75. 17cabe1 Don't force O_LARGEFILE on LP64. by Elliott Hughes · 12 years ago
  76. 9a42eef Revert "Add C linkage for __open_2 and __openat_2." by Elliott Hughes · 12 years ago
  77. c13d89b Add C linkage for __open_2 and __openat_2. by Ben Cheng · 12 years ago
  78. e4c6b08 Clean up more recursive FORTIFY_SOURCE calls by Nick Kralevich · 12 years ago
  79. ddea383 __strnlen_chk: avoid recursive strlen calls by Nick Kralevich · 12 years ago
  80. 9e79af3 Small style cleanup. by Elliott Hughes · 12 years ago
  81. 611b903 Merge "Properly detect timeout in pthread_mutex_lock_timeout_np_impl" by Elliott Hughes · 12 years ago
  82. e7c59f9 Fix compilation of crtbegin.c and pthread_debug.cpp. by Elliott Hughes · 12 years ago
  83. 4fae14f Properly detect timeout in pthread_mutex_lock_timeout_np_impl by Ken Mixter · 12 years ago
  84. 063a572 Fix backwards compatible system property structure by Joshua J. Drake · 12 years ago
  85. dff7203 Remove harmful attempts to be helpful in pthread_mutex functions. by Elliott Hughes · 12 years ago
  86. 960ee37 Clarify a comment. by Elliott Hughes · 12 years ago
  87. 101fb7d Do not clear tids on detached threads. by Christopher Ferris · 12 years ago
  88. 8090614 Work around CLONE_SETTLS being weird on x86. by Elliott Hughes · 12 years ago
  89. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 12 years ago
  90. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 12 years ago
  91. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  92. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  93. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  94. e48b685 Clean up the pthread_create trampoline. by Elliott Hughes · 12 years ago
  95. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  96. 61fb3fc Prepare to switch to the uapi <linux/signal.h>. by Elliott Hughes · 12 years ago
  97. 7250d2e Remove pathconf's dependencies on non-uapi header files. by Elliott Hughes · 12 years ago
  98. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  99. 6fa79c5 Remove unnecessary #include. by Elliott Hughes · 12 years ago
  100. 66759d6 Move the pthread debugging flags to the right place. by Elliott Hughes · 12 years ago