1. 75a3689 am 41e533af: added missing ether_aton and ether_ntoa by Szymon Jakubczak · 15 years ago
  2. 41e533a added missing ether_aton and ether_ntoa by Szymon Jakubczak · 16 years ago
  3. 076bc8f am 3871d57b: Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 15 years ago
  4. 3871d57 Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 15 years ago
  5. 2304a0b Fix pwrite to take a const void* instead of void* for the buffer. by Jeff Hamilton · 15 years ago
  6. 6367364 libc: make lseek64 proto be glibc compatible (loff_t -> off64_t) by Dima Zavin · 15 years ago
  7. 91af9e6 am 18c5bcc6: Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  8. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  9. 6d4d8cb resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  10. 4f086ae Implemented pthread_atfork() by Matt Fischer · 16 years ago
  11. 7ab9c06 am ab8b5410: libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  12. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  13. cb0f5ed am 50ace4fe: Remove compiler warnings when building Bionic. by David 'Digit' Turner · 16 years ago
  14. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 16 years ago
  15. f201ae8 am 6a09cfd9: Merge "wchar.h: improve wchar_t support in Bionic" into kraken by David 'Digit' Turner · 16 years ago
  16. 3527fd6 wchar.h: improve wchar_t support in Bionic by David 'Digit' Turner · 16 years ago
  17. 49b53c0 merge from froyo-plus-aosp by The Android Open Source Project · 16 years ago
  18. 04ed4a1 merge from open-source master by The Android Open Source Project · 16 years ago
  19. 4032c1e added missing ether_aton and ether_ntoa by Szymon Jakubczak · 16 years ago
  20. da3019b libc: add missing truncate() declaration by David 'Digit' Turner · 16 years ago
  21. ecb6d41 libc: Add missing <termio.h> header by David 'Digit' Turner · 16 years ago
  22. 506b13d Remove a gcc-4.5 compilation warning: by Jing Yu · 16 years ago
  23. aa4b1d0 Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - DO NOT MERGE by David 'Digit' Turner · 16 years ago
  24. a8a2148 resolved conflicts for merge of 7b6e6fa5 to kraken by Jean-Baptiste Queru · 16 years ago
  25. 7b6e6fa merge from open-source master by The Android Open Source Project · 16 years ago
  26. 78c1c04 pthread: introduce pthread_setname_np() as a mean to give names to threads by André Goddard Rosa · 16 years ago
  27. 8a1d2cf Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) by David 'Digit' Turner · 16 years ago
  28. fdf2454 merge from open-source master by The Android Open Source Project · 16 years ago
  29. 1297428 Merge "Add declaration for sys_signame[] forgotten in change 12489" by David Turner · 16 years ago
  30. 4aef0ae merge from open-source master by The Android Open Source Project · 16 years ago
  31. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 16 years ago
  32. 81569aa Add declaration for sys_signame[] forgotten in change 12489 by Thorsten Glaser · 16 years ago
  33. 377d4c9 merge from open-source master by The Android Open Source Project · 16 years ago
  34. ee7b077 Add pthread_condattr_init/destroy/setpshared/getpshared by David 'Digit' Turner · 16 years ago
  35. e2a8b1f Added support for dladdr() by Matt Fischer · 16 years ago
  36. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 16 years ago
  37. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 16 years ago
  38. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 16 years ago
  39. eb9d5ed add sigaltstack syscall by Andrei Popescu · 16 years ago
  40. 75c5e25 bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers by San Mehat · 16 years ago
  41. 2e1a03c Changed __get_h_errno linkage to "C". by Nicolas Catania · 16 years ago
  42. 49f0a8f Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ inclusion guards by David 'Digit' Turner · 16 years ago
  43. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 16 years ago
  44. fc10b24 Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell by Colin Cross · 16 years ago
  45. 8c59d96 Add killpg function by Colin Cross · 16 years ago
  46. 64ceac3 Add fts, err, and sys/queue for grep by Colin Cross · 16 years ago
  47. c29731a mntent.h requires stdio.h by Colin Cross · 16 years ago
  48. e9d08ba Add definition of rlim_t by Colin Cross · 16 years ago
  49. 2497f65 Import change from ctype.h revision 1.20 from openbsd by Colin Cross · 16 years ago
  50. d1cfc94 Import include/arpa/telnet.h from BSD by Colin Cross · 16 years ago
  51. 4fa7b10 Import regex from OpenBSD by Colin Cross · 16 years ago
  52. 6458c49 Fix ptsname_r(3) return type to match glibc by Colin Cross · 16 years ago
  53. 99d7907 Fix usleep(3) return type to be POSIX-compliant. by Elliott Hughes · 16 years ago
  54. 278d960 am f197147a: am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  55. 44358b9 am be71c814: am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  56. f197147 am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  57. caa17a9 am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  58. ca07064 am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  59. be71c81 am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  60. 5f53a18 Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  61. 20b3097 am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  62. f7ee573 am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  63. 754c178 Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  64. c120251 Added a comment. by Andy McFadden · 16 years ago
  65. 25f8ea4 am 01a1f8b0: am b5239ed1: libc: allow usage of time64.h from cpp code by Fred Fettinger · 16 years ago
  66. 01a1f8b am b5239ed1: libc: allow usage of time64.h from cpp code by Fred Fettinger · 16 years ago
  67. b5239ed libc: allow usage of time64.h from cpp code by Fred Fettinger · 16 years ago
  68. 03c643b Add stdlib functions mbstowcs() and wcstombs(). by Dan Bornstein · 16 years ago
  69. b152dde am 83362689: merge from open-source master by Jean-Baptiste Queru · 16 years ago
  70. 8336268 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  71. 10be95c merge from open-source master by Jean-Baptiste Queru · 16 years ago
  72. 92b10af Add the BSD sys_signame array. by Thorsten Glaser · 16 years ago
  73. 35af950 am 73981476: merge from open-source master by Jean-Baptiste Queru · 16 years ago
  74. 7398147 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  75. cf399f7 Add a GNU-compatible TEMP_FAILURE_RETRY. by Elliott Hughes · 16 years ago
  76. 9641805 am d154954f: Merge change 26419 into eclair by David 'Digit' Turner · 16 years ago
  77. 3f56b7f Add pthread_mutex_lock_timeout_np by David 'Digit' Turner · 16 years ago
  78. 4e30c09 Merge change 10538 by Android Code Review · 16 years ago
  79. 895244b merge from open-source master by Jean-Baptiste Queru · 16 years ago
  80. c88110e Define 64 bit types if compiling with -std=c99 by Martin Storsjo · 16 years ago
  81. 842cdcd am 9e74f697: libc: add void to clock() function prototype by Erik Gilling · 16 years ago
  82. 9e74f69 libc: add void to clock() function prototype by Erik Gilling · 16 years ago
  83. 00fb8b4 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  84. 8f53951 Merge change 10749 by Android Code Review · 16 years ago
  85. 70f1280 Make sure size_t is defined before used in strings.h by Martin Storsjo · 16 years ago
  86. a2f5e21 added pthread_cond_timedwait_relative_np() by Mathias Agopian · 16 years ago
  87. 336efb5 added syscalls for SuperH which automatically generate by gensyscalls.py by Tony Sim · 17 years ago
  88. fc90c51 am 09baf4e8: Add Glibc-compatible macro aliases for the nanosecond time accessors in stat structure by David 'Digit' Turner · 17 years ago
  89. 09baf4e Add Glibc-compatible macro aliases for the nanosecond time accessors in stat structure by David 'Digit' Turner · 17 years ago
  90. c52c174 Make IPv6 definitions comply with RFC 3493: by Lorenzo Colitti · 17 years ago
  91. a48fa7f Add standalone_months field to libc strftime(). by Eric Fischer · 17 years ago
  92. edbe7fc auto import //branches/master/...@140412 by The Android Open Source Project · 17 years ago
  93. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  94. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  95. 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 17 years ago
  96. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  97. d375275 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 17 years ago
  98. e5cc1f3 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  99. 6d6c82c auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  100. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago