1. 8f88cbe am e0a4b678: am cc32fbc3: Merge "Add support for a dns cache per interface" by Robert Greenwalt · 13 years ago
  2. e0a4b67 am cc32fbc3: Merge "Add support for a dns cache per interface" by Robert Greenwalt · 13 years ago
  3. a94dc67 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 13 years ago
  4. 23d3e6b Add support for a dns cache per interface by Mattias Falk · 13 years ago
  5. 09dc7fb am b127b1f2: Merge "libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto." by Jean-Baptiste Queru · 13 years ago
  6. cfaf49d am 4aa32153: am 2cae7967: Merge "libc: Fix prctl() declaration." by David 'Digit' Turner · 13 years ago
  7. 4aa3215 am 2cae7967: Merge "libc: Fix prctl() declaration." by David 'Digit' Turner · 13 years ago
  8. 8a51237 libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto. by JP Abgrall · 13 years ago
  9. c18d76f Add icmp6.h and ip6.h files from current NetBSD libc. by Steinar H. Gunderson · 14 years ago
  10. b083bb5 libc: Fix prctl() declaration. by David 'Digit' Turner · 13 years ago
  11. f8d02d2 libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto. by JP Abgrall · 13 years ago
  12. bf01829 Fix strerror(3) for errno 0. by Elliott Hughes · 13 years ago
  13. c5d8d36 add net/ethernet.h stub by JP Abgrall · 13 years ago
  14. f5da2df am bfe04ea0: am 8c6b848e: am 0e47a919: Merge "libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++" by David 'Digit' Turner · 13 years ago
  15. bfe04ea am 8c6b848e: am 0e47a919: Merge "libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++" by David 'Digit' Turner · 13 years ago
  16. 01d14ab am c913b28f: am b130f004: am ae2d5ba3: Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 13 years ago
  17. b130f00 am ae2d5ba3: Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 13 years ago
  18. ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 13 years ago
  19. 8eda21b libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++ by David 'Digit' Turner · 13 years ago
  20. f8e658c Merge "Return back EAI_ADDRFAMILY definition needed for libnl-2.0" by Dmitry Shmidt · 13 years ago
  21. 9a48b8e Return back EAI_ADDRFAMILY definition needed for libnl-2.0 by Dmitry Shmidt · 13 years ago
  22. 0b3c5c5 do not merge. Move property setting from libcutils to bionic. by satok · 13 years ago
  23. ec7e8cc do not merge. Move property setting from libcutils to bionic. by satok · 13 years ago
  24. 4399df8 Move property setting from libcutils to bionic. by Brad Fitzpatrick · 13 years ago
  25. 8d1f2e6 am 638608b1: am da8ea213: Merge "libc: <stdint.h>: Don\'t make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined." by David 'Digit' Turner · 13 years ago
  26. 448a1b9 am b299039d: am e6e2ba1d: Merge "libc: <pthread.h>: Replace \'#if __cplusplus\' by \'#ifdef __cplusplus\'" by David 'Digit' Turner · 13 years ago
  27. 3134b56 am 0d6bbc7a: am dfe6eda5: Merge "libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition" by David 'Digit' Turner · 13 years ago
  28. b868a32 am 0b73dac8: am d6722bdd: Merge "libc: <stdint.h>: Proper C++" by David 'Digit' Turner · 13 years ago
  29. da8ea21 Merge "libc: <stdint.h>: Don't make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined." by David 'Digit' Turner · 13 years ago
  30. 847b183 libc: <pthread.h>: Replace '#if __cplusplus' by '#ifdef __cplusplus' by David 'Digit' Turner · 13 years ago
  31. 8b3cea6 libc: <stdint.h>: Don't make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined. by David 'Digit' Turner · 13 years ago
  32. 0e5411b libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition by David 'Digit' Turner · 13 years ago
  33. 08ff1a6 libc: <stdint.h>: Proper C++ by David 'Digit' Turner · 13 years ago
  34. 81d79f9 am 962dcb22: am fed58049: Merge "libc: Fix PTHREAD_RWLOCK_INITIALIZER" by David 'Digit' Turner · 13 years ago
  35. ca4462d libc: Fix PTHREAD_RWLOCK_INITIALIZER by David 'Digit' Turner · 13 years ago
  36. f582340 Fix the handle locking in stdio by Kenny Root · 14 years ago
  37. 62e1f37 Merge "libc: Update auto-gen scripts" by David 'Digit' Turner · 14 years ago
  38. fc26931 libc: Update auto-gen scripts by David 'Digit' Turner · 14 years ago
  39. 6846a45 Add icmp6.h and ip6.h files from current NetBSD libc. by Steinar H. Gunderson · 14 years ago
  40. bdca379 Include the Linux ipv6.h header from netinet/in.h, to get things like in6_pktinfo. by Steinar H. Gunderson · 14 years ago
  41. 3de0321 Add IN6ADDR_LOOPBACK_INIT macro to <netinet/in6.h>, as the kernel headers do not provide it anymore. by Steinar H. Gunderson · 14 years ago
  42. 64b6c43 Add a new #define IN6_IS_ADDR_ULA, for testing for Universal Local IPv6 Unicast addresses (ULAs). These replace the old site-local IPv6 addresses. by Steinar H. Gunderson · 14 years ago
  43. 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 14 years ago
  44. d4a65d2 libc: Add missing declarations in <netinet/in.h> by David 'Digit' Turner · 14 years ago
  45. 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 14 years ago
  46. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 14 years ago
  47. 6481b91 <time.h>: Add timegm(), timelocal() and others. by David 'Digit' Turner · 14 years ago
  48. 23d2439 libc: Add <android/api-level.h> by David 'Digit' Turner · 14 years ago
  49. 9962cef Merge "Add mkdtemp() prototype to stdlib.h." by Ed Heyl · 14 years ago
  50. ad1ff2f Add mkdtemp() prototype to stdlib.h. by tedbo · 14 years ago
  51. 16e02c2 Add wcscasecmp() and wcsncasecmp() prototypes to wchar.h. by tedbo · 14 years ago
  52. 72e64e0 Add support for pread64/pwrite64 by Kenny Root · 14 years ago
  53. 8d8034e am 5c485373: am d3f0638a: libc: fix typo in waitid() declaration. by David 'Digit' Turner · 14 years ago
  54. 5c48537 am d3f0638a: libc: fix typo in waitid() declaration. by David 'Digit' Turner · 14 years ago
  55. d3f0638 libc: fix typo in waitid() declaration. by David 'Digit' Turner · 14 years ago
  56. 168f267 am ff7d9453: am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort" by Jean-Baptiste Queru · 14 years ago
  57. 364462e am 1aeeeae1: am b8d2233e: Merge "libc: tag missing functions in system headers." into gingerbread by David 'Digit' Turner · 14 years ago
  58. ff7d945 am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort" by Jean-Baptiste Queru · 14 years ago
  59. f67e521 Merge "Hide the symbol of helper function __libc_android_abort" by Jean-Baptiste Queru · 14 years ago
  60. 1aeeeae am b8d2233e: Merge "libc: tag missing functions in system headers." into gingerbread by David 'Digit' Turner · 14 years ago
  61. bb5581a libc: tag missing functions in system headers. by David 'Digit' Turner · 14 years ago
  62. 319de17 am 686af0b3: resolved conflicts for merge of defd1622 to gingerbread-plus-aosp by repo sync · 14 years ago
  63. 2336503 am a511f245: am 9973a564: libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  64. 37c4305 am 052fbd88: am a3ae60d3: libc: Add missing fdatasync() implementation by David 'Digit' Turner · 14 years ago
  65. 1e95e58 am 5b5212b4: am 307aadb8: Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  66. 4903487 am 5d335a1c: am 032a7135: Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  67. 6f39e61 am 914528cd: am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 14 years ago
  68. 2172188 am 9aac3824: am bd8d987b: libc: remove C++ comments from public headers. by David 'Digit' Turner · 14 years ago
  69. 686af0b resolved conflicts for merge of defd1622 to gingerbread-plus-aosp by repo sync · 14 years ago
  70. a511f24 am 9973a564: libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  71. defd162 libc: add <sys/eventfd.h> and corresponding implementations. by David 'Digit' Turner · 14 years ago
  72. 052fbd8 am a3ae60d3: libc: Add missing fdatasync() implementation by David 'Digit' Turner · 14 years ago
  73. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  74. a3ae60d libc: Add missing fdatasync() implementation by David 'Digit' Turner · 14 years ago
  75. 5b5212b am 307aadb8: Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  76. 307aadb Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  77. 5d335a1 am 032a7135: Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  78. 914528c am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 14 years ago
  79. 9aac382 am bd8d987b: libc: remove C++ comments from public headers. by David 'Digit' Turner · 14 years ago
  80. 032a713 Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  81. 223ddfc Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 14 years ago
  82. d285151 am 8120a8df: am 3cf53d1a: Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 14 years ago
  83. 8120a8d am 3cf53d1a: Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 14 years ago
  84. bd8d987 libc: remove C++ comments from public headers. by David 'Digit' Turner · 14 years ago
  85. 00eea3f libc: add missing O_CLOEXEC from <fcntl.h> by David 'Digit' Turner · 14 years ago
  86. 275cd48 libc: Add missing pipe2() declaration and implementation. by David 'Digit' Turner · 14 years ago
  87. f33a770 libc: Add missing C++ guards to <pathconf.h> by David 'Digit' Turner · 14 years ago
  88. 9d16a79 Hide the symbol of helper function __libc_android_abort by Jim Huang · 14 years ago
  89. 3cf53d1 Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 14 years ago
  90. 8f670c8 am d7b156d2: am 3a1bbee3: Add eventfd system call support by Keith Deacon · 14 years ago
  91. d7b156d am 3a1bbee3: Add eventfd system call support by Keith Deacon · 14 years ago
  92. 3a1bbee Add eventfd system call support by Keith Deacon · 14 years ago
  93. 75a3689 am 41e533af: added missing ether_aton and ether_ntoa by Szymon Jakubczak · 14 years ago
  94. 41e533a added missing ether_aton and ether_ntoa by Szymon Jakubczak · 14 years ago
  95. 076bc8f am 3871d57b: Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 14 years ago
  96. 3871d57 Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 14 years ago
  97. 2304a0b Fix pwrite to take a const void* instead of void* for the buffer. by Jeff Hamilton · 14 years ago
  98. 6367364 libc: make lseek64 proto be glibc compatible (loff_t -> off64_t) by Dima Zavin · 14 years ago
  99. 91af9e6 am 18c5bcc6: Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 14 years ago
  100. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 14 years ago