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