1. d11b2bd am 8a1d2cf1: (-s ours) Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) by David 'Digit' Turner · 15 years ago
  2. 8a1d2cf Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) by David 'Digit' Turner · 15 years ago
  3. ddd235b Add sincos() and sincosf() implementation. by David 'Digit' Turner · 15 years ago
  4. 204e82d am 8e1ee7fd: merge from open-source master by The Android Open Source Project · 15 years ago
  5. 8e1ee7f merge from open-source master by The Android Open Source Project · 15 years ago
  6. a910abc improve readability of stdio: fix indentation and remove trailing spaces by André Goddard Rosa · 16 years ago
  7. ac65d2f am fdf2454d: merge from open-source master by The Android Open Source Project · 15 years ago
  8. fdf2454 merge from open-source master by The Android Open Source Project · 15 years ago
  9. 1297428 Merge "Add declaration for sys_signame[] forgotten in change 12489" by David Turner · 15 years ago
  10. 1e5db27 am 4aef0ae6: merge from open-source master by The Android Open Source Project · 15 years ago
  11. 4aef0ae merge from open-source master by The Android Open Source Project · 15 years ago
  12. a418c3b Add pthread_rwlock_t implementation to the C library by David 'Digit' Turner · 15 years ago
  13. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 16 years ago
  14. 06fee9d am f4394458: fix build by Jean-Baptiste Queru · 15 years ago
  15. f439445 fix build by Jean-Baptiste Queru · 15 years ago
  16. 440de73 am bb7928cc: merge from open-source master by The Android Open Source Project · 15 years ago
  17. bb7928c merge from open-source master by The Android Open Source Project · 15 years ago
  18. 5e1daa5 Merge "Fix setjmp()/longjmp() to save FP registers on ARMv7." by David 'Digit' Turner · 15 years ago
  19. c3581dc Merge "Sometimes the compiler is very right! Found bug in bessel routines for float." by Jean-Baptiste Queru · 15 years ago
  20. 7911e05 Merge "Reduce compiler anxiety." by David Turner · 15 years ago
  21. 16b59c4 Merge "Added support for LD_PRELOAD" by David Turner · 15 years ago
  22. 6ba5efd Merge "stdio: simplify __fremovelock()" by David Turner · 15 years ago
  23. 1612328 Merge "Reversed order of const and static to hush warning from compiler." by Jean-Baptiste Queru · 15 years ago
  24. 051ea9b stdio: simplify __fremovelock() by André Goddard Rosa · 16 years ago
  25. 4fd42c1 Added support for LD_PRELOAD by Matt Fischer · 16 years ago
  26. d791da7 Merge "string: tidy up strndup()" by David Turner · 15 years ago
  27. c1f8dd9 Sometimes the compiler is very right! Found bug in bessel routines for float. by Scott Turner · 16 years ago
  28. afe86d7 am f450fa5f: merge from open-source master by The Android Open Source Project · 15 years ago
  29. f450fa5 merge from open-source master by The Android Open Source Project · 15 years ago
  30. 0be7eda Merge "Fix log channel initialization at bionic/logd_write.c." by David Turner · 15 years ago
  31. 716e060 Merge "added headers for SuperH which automatically generate by update_all.py" by Jean-Baptiste Queru · 15 years ago
  32. 3472348 linker: fix the undefined weak symbols issue by Yi Sun · 16 years ago
  33. 5751c54 bionic: add missing NULL check from memory allocation on record_backtrace() by André Goddard Rosa · 15 years ago
  34. c8a850b stdio: simplify vasprintf() by André Goddard Rosa · 16 years ago
  35. 6aed428 stdio: simplify asprintf() by André Goddard Rosa · 16 years ago
  36. e734769 improve readability of stdlib: fix indentation and remove trailing spaces by André Goddard Rosa · 15 years ago
  37. 702b01c am 5ef5272b: merge from open-source master by The Android Open Source Project · 15 years ago
  38. 5ef5272 merge from open-source master by The Android Open Source Project · 15 years ago
  39. 424dff8 am 95faecef: merge from open-source master by The Android Open Source Project · 15 years ago
  40. 95faece merge from open-source master by The Android Open Source Project · 15 years ago
  41. 1698d9e Fixed support for RTLD_NEXT in dlsym() by Matt Fischer · 16 years ago
  42. 32b7c9c am f1cd18bd: am 91638721: kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 15 years ago
  43. f1cd18b am 91638721: kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 15 years ago
  44. 9163872 kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 15 years ago
  45. 81569aa Add declaration for sys_signame[] forgotten in change 12489 by Thorsten Glaser · 16 years ago
  46. 7cc7433 am 1d168621: merge from open-source master by The Android Open Source Project · 15 years ago
  47. 717cd61 am d0467251: merge from open-source master by The Android Open Source Project · 15 years ago
  48. 8ecdf61 am 5ffedb22: merge from open-source master by The Android Open Source Project · 15 years ago
  49. 1d16862 merge from open-source master by The Android Open Source Project · 15 years ago
  50. d046725 merge from open-source master by The Android Open Source Project · 15 years ago
  51. 5ffedb2 merge from open-source master by The Android Open Source Project · 15 years ago
  52. 350bb35 bionic: fix memory leak in get_malloc_leak_info() error path by André Goddard Rosa · 15 years ago
  53. f8916e2 Merge "bionic: clear only the part of the buffer which is not overwritten afterward" by David Turner · 15 years ago
  54. 4ad72f8 Merge "linker: fix the undefined weak symbols issue" by David Turner · 15 years ago
  55. 3cab22c linker: fix the undefined weak symbols issue by Min-su, Kim · 16 years ago
  56. 8ab5b02 Merge changes Ibdc6e3c8,I9bcb91a2 by David Turner · 15 years ago
  57. 87ae0da Merge "Atom optimized string and memory routines" by David Turner · 15 years ago
  58. 519a73f Merge "Update libthread_db for gdb-7.0" by David 'Digit' Turner · 15 years ago
  59. 62ac0dc merge from open-source master by The Android Open Source Project · 15 years ago
  60. 3f61212 bionic: clear only the part of the buffer which is not overwritten afterward by André Goddard Rosa · 15 years ago
  61. acdb052 stdlib: optimize bsearch() by André Goddard Rosa · 15 years ago
  62. 8ff1a27 Atom optimized string and memory routines by Bruce Beare · 15 years ago
  63. 58f0326 Android hack for size_t by Bruce Beare · 15 years ago
  64. 68b5f55 Fix setjmp()/longjmp() to save FP registers on ARMv7. by David 'Digit' Turner · 15 years ago
  65. 7e0bfb5 Fix comparison of IPv6 prefixes by Kenny Root · 15 years ago
  66. 3d4edfc Update libthread_db for gdb-7.0 by David 'Digit' Turner · 15 years ago
  67. 4e383b8 libc: kernel: update msm_kgsl.h by Dima Zavin · 15 years ago
  68. 5207d78 Fix typo that broke recursive mutexes implementation. by David 'Digit' Turner · 15 years ago
  69. b5e4a41 pthread: Use private futexes by default in condition variables by David 'Digit' Turner · 15 years ago
  70. 377d4c9 merge from open-source master by The Android Open Source Project · 15 years ago
  71. 709a898 Merge "Fix strtod security bug." by David 'Digit' Turner · 15 years ago
  72. 88f06cd Use private futexes for pthread_mutex_t. by David 'Digit' Turner · 15 years ago
  73. 1825fb5 Merge "bionic: on pthread_join(), avoid extra check in case we find the thread" by David Turner · 15 years ago
  74. c0e4642 Merge "bionic: ftell() returns a long, not an int" by David Turner · 15 years ago
  75. ee7b077 Add pthread_condattr_init/destroy/setpshared/getpshared by David 'Digit' Turner · 15 years ago
  76. e2a8b1f Added support for dladdr() by Matt Fischer · 16 years ago
  77. ede2e75 Merge "x86 syscall system call implementation" by David Turner · 15 years ago
  78. b0ae864 Merge "Fix pread()/pwrite() stubs" by David Turner · 15 years ago
  79. 40e6b82 Fix indentation in pthread mutex implementation. by David 'Digit' Turner · 15 years ago
  80. a9c41a8 Merge "bionic: remove unneeded variable from chk_realloc()" by David Turner · 15 years ago
  81. 3f192f5 Merge "bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c" by David Turner · 15 years ago
  82. dd8f3c8 Merge "improve readability of string: fix indentation and remove trailing spaces" by David Turner · 15 years ago
  83. 5586838 Merge "optimize delete/delete[] operators by removing unneeded branch" by David Turner · 15 years ago
  84. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 15 years ago
  85. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 15 years ago
  86. 1cfbda8 Merge "Only use NEON memcpy if __ARM_NEON__ is defined" by Colin Cross · 15 years ago
  87. ecede40 Only use NEON memcpy if __ARM_NEON__ is defined by Colin Cross · 15 years ago
  88. 8132626 Fix strtod security bug. by David 'Digit' Turner · 15 years ago
  89. 92e712f Merge "Fix spurious DNS lookups in the C library." by David 'Digit' Turner · 15 years ago
  90. 55cd975 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 15 years ago
  91. d378c68 Fix spurious DNS lookups in the C library. by David 'Digit' Turner · 15 years ago
  92. d7ed1ae Fix timezone management in the C library by David 'Digit' Turner · 15 years ago
  93. 3c543e1 x86 syscall system call implementation by Bruce Beare · 15 years ago
  94. cb58a82 Merge "QUalcomm H.264 encoder support." by Gloria Wang · 15 years ago
  95. f199d2d QUalcomm H.264 encoder support. by Gloria Wang · 15 years ago
  96. 2e5491b am 71fbeecd: (-s ours) am fd5b1bb8: Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE. by Dan Bornstein · 15 years ago
  97. 71fbeec am fd5b1bb8: Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE. by Dan Bornstein · 15 years ago
  98. fd5b1bb Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE. by Dan Bornstein · 16 years ago
  99. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 15 years ago
  100. bd9a90c libc: kernel: update pmem header with cache flush ioctl by Dima Zavin · 15 years ago