1. db0017e am 994b68f5: resolved conflicts for merge of 6a51defa to gingerbread-plus-aosp by David 'Digit' Turner · 15 years ago
  2. 994b68f resolved conflicts for merge of 6a51defa to gingerbread-plus-aosp by David 'Digit' Turner · 15 years ago
  3. 6a51def Fix __get_tls() in static C library to use kernel helpers. by David 'Digit' Turner · 15 years ago
  4. 75a3689 am 41e533af: added missing ether_aton and ether_ntoa by Szymon Jakubczak · 15 years ago
  5. 41e533a added missing ether_aton and ether_ntoa by Szymon Jakubczak · 15 years ago
  6. 076bc8f am 3871d57b: Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 15 years ago
  7. 3871d57 Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 15 years ago
  8. 19c23cc am 91af9e64: am 18c5bcc6: Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  9. 91af9e6 am 18c5bcc6: Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  10. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  11. 6b9d2d6 am 6d4d8cb7: resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  12. 6d4d8cb resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  13. 4f086ae Implemented pthread_atfork() by Matt Fischer · 15 years ago
  14. be96be7 am 90e83bcc: merge from open-source master by The Android Open Source Project · 15 years ago
  15. 90e83bc merge from open-source master by The Android Open Source Project · 15 years ago
  16. 85b0c38 am 7ab9c068: am ab8b5410: libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  17. 7ab9c06 am ab8b5410: libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  18. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  19. aa46fa2 Fix undefined reference to dl_iterate_phdr for x86 by Bruce Beare · 15 years ago
  20. 8a5705c am d6f31851: merge from open-source master by The Android Open Source Project · 15 years ago
  21. d6f3185 merge from open-source master by The Android Open Source Project · 15 years ago
  22. 3b43f87 Allow dlclose() to properly call static C++ destructors. by David 'Digit' Turner · 15 years ago
  23. cb43ffe am cb0f5ed8: am 50ace4fe: Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  24. cb0f5ed am 50ace4fe: Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  25. 55cb280 am e1a739ec: am 6a9b888d: Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 15 years ago
  26. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  27. e1a739e am 6a9b888d: Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 15 years ago
  28. 6a9b888 Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 15 years ago
  29. 7046561 Just link fixes for b 2763938. by Kristian Monsen · 15 years ago
  30. f201ae8 am 6a09cfd9: Merge "wchar.h: improve wchar_t support in Bionic" into kraken by David 'Digit' Turner · 15 years ago
  31. 3527fd6 wchar.h: improve wchar_t support in Bionic by David 'Digit' Turner · 15 years ago
  32. 49b53c0 merge from froyo-plus-aosp by The Android Open Source Project · 15 years ago
  33. 04ed4a1 merge from open-source master by The Android Open Source Project · 15 years ago
  34. 4032c1e added missing ether_aton and ether_ntoa by Szymon Jakubczak · 15 years ago
  35. fcd00eb Atomic/SMP update, part 3. by Andy McFadden · 15 years ago
  36. 8a1d2cf Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) by David 'Digit' Turner · 15 years ago
  37. 4aef0ae merge from open-source master by The Android Open Source Project · 15 years ago
  38. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 16 years ago
  39. 5ffedb2 merge from open-source master by The Android Open Source Project · 15 years ago
  40. 8ff1a27 Atom optimized string and memory routines by Bruce Beare · 15 years ago
  41. 377d4c9 merge from open-source master by The Android Open Source Project · 15 years ago
  42. d7ed1ae Fix timezone management in the C library by David 'Digit' Turner · 15 years ago
  43. 3c543e1 x86 syscall system call implementation by Bruce Beare · 15 years ago
  44. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 15 years ago
  45. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 16 years ago
  46. fc10b24 Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell by Colin Cross · 16 years ago
  47. 8c59d96 Add killpg function by Colin Cross · 16 years ago
  48. 64ceac3 Add fts, err, and sys/queue for grep by Colin Cross · 16 years ago
  49. 4fa7b10 Import regex from OpenBSD by Colin Cross · 16 years ago
  50. f197147 am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  51. caa17a9 am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  52. ca07064 am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  53. be71c81 am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  54. 5f53a18 Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  55. 20b3097 am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  56. f7ee573 am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  57. 754c178 Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  58. fdfa167 am 362b2aab: Merge change Ib4550a04 into eclair-mr2 by Vladimir Chtchetkine · 16 years ago
  59. b74ceb2 Split libc_debug.so into two .so modules loaded on demand from libc.so by Vladimir Chtchetkine · 16 years ago
  60. 8336268 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  61. 10be95c merge from open-source master by Jean-Baptiste Queru · 16 years ago
  62. 92b10af Add the BSD sys_signame array. by Thorsten Glaser · 16 years ago
  63. 2a7ad97 Fix ABI breakage in libc.so and libm.so between 1.6 and Eclair. by David 'Digit' Turner · 16 years ago
  64. 1009327 added and modified bionic code to support SuperH architecture by Shin-ichiro KAWASAKI · 16 years ago
  65. 4a05d12 Fix TLS access for ARMv6 and beyond. by David 'Digit' Turner · 16 years ago
  66. 49e5533 libc: Add an intermediate version of the static libc without malloc by Dima Zavin · 16 years ago
  67. ca122b0 libc: Cleanup the libc makefile. by Dima Zavin · 16 years ago
  68. d2c9dcc libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBC by Dave Bort · 16 years ago
  69. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  72. 6d6c82c auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  73. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  74. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago