1. 48e1fea Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list by Bruce Beare · 15 years ago
  2. a3db183 Update by Dmitry Shmidt · 15 years ago
  3. 76299d1 Merge "Remove an extra register move." by David Turner · 14 years ago
  4. 8db7bcb Merge "Replace __atomic_XXX with GCC __sync_XXX intrinsics." by David Turner · 14 years ago
  5. f4680b5 Remove an extra register move. by Bruce Beare · 15 years ago
  6. 0f2001b Replace __atomic_XXX with GCC __sync_XXX intrinsics. by Bruce Beare · 15 years ago
  7. 0f67de1 Use more optimized version of memmove by Johannes Carlsson · 15 years ago
  8. 3e0c510 Add time-to-live (TTL) support to resolver cache by Mattias Falk · 15 years ago
  9. f03e2d3 am 5d45fa40: am 2081fda6: Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  10. 84f4753 am 56faf66f: raise: Send signal to current thread by Colin Cross · 15 years ago
  11. 56faf66 raise: Send signal to current thread by Colin Cross · 15 years ago
  12. 5d45fa4 am 2081fda6: Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  13. 2081fda Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  14. 76b6f08 am 2be18508: am 2e23e292: Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 to gingerbread. by Steinar H. Gunderson · 15 years ago
  15. 2be1850 am 2e23e292: Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 to gingerbread. by Steinar H. Gunderson · 15 years ago
  16. 4eb4c93 am f4dca7be: Backport (simple cherry-pick) 64b6c43379dba176659bc1313b6bb488ac94cfd6 to gingerbread. by Steinar H. Gunderson · 15 years ago
  17. 42e449e am a798b9f0: Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6 to gingerbread. by Steinar H. Gunderson · 15 years ago
  18. ba96e30 Only look up A records if the system has IPv4. by Lorenzo Colitti · 15 years ago
  19. 2e23e29 Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 by Steinar H. Gunderson · 15 years ago
  20. f4dca7b Backport (simple cherry-pick) 64b6c43379dba176659bc1313b6bb488ac94cfd6 by Steinar H. Gunderson · 15 years ago
  21. a798b9f Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6 by Steinar H. Gunderson · 15 years ago
  22. 3c56ce4 use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  23. ce6c1d6 Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  24. 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 · 15 years ago
  25. 72a23d0 Merge "libc: Fix the definition of SIGRTMAX" by David 'Digit' Turner · 15 years ago
  26. 81e03be Merge "Don't treat private IPv4 addresses as being in a non-global scope. The effect of this change is essentially to prefer NATed IPv4 over 6to4." by Lorenzo Colitti · 15 years ago
  27. 2a9b0df Merge "libc: remove obsolete sha1hash.c source file" by David 'Digit' Turner · 15 years ago
  28. 3fbd2b3 use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  29. 42c7017 Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  30. ce13670 am ae5df14f: Merge "Use __asm__ instead of asm in public libc headers" by David Turner · 15 years ago
  31. ae5df14 Merge "Use __asm__ instead of asm in public libc headers" by David Turner · 15 years ago
  32. 53c3e86 am 3d302be4: Merge "android-x86: add sigsetjmp.S" by Jean-Baptiste Queru · 15 years ago
  33. 3d302be Merge "android-x86: add sigsetjmp.S" by Jean-Baptiste Queru · 15 years ago
  34. 6042658 am b05aa150: Merge "Replace all occurrances of asm with __asm__ in the output headers" by Jean-Baptiste Queru · 15 years ago
  35. b05aa15 Merge "Replace all occurrances of asm with __asm__ in the output headers" by Jean-Baptiste Queru · 15 years ago
  36. 18635d9 android-x86: add sigsetjmp.S by Chih-Wei Huang · 15 years ago
  37. 4ad2f19 am a4f6d228: Merge "Add a method for replacing tokens in the preprocessed headers" by David Turner · 15 years ago
  38. 0546fd7 libc: remove obsolete sha1hash.c source file by David 'Digit' Turner · 15 years ago
  39. 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 15 years ago
  40. a4f6d22 Merge "Add a method for replacing tokens in the preprocessed headers" by David Turner · 15 years ago
  41. d1624ad Don't treat private IPv4 addresses as being in a non-global scope. The effect of this change is essentially to prefer NATed IPv4 over 6to4. by Steinar H. Gunderson · 15 years ago
  42. d4a65d2 libc: Add missing declarations in <netinet/in.h> by David 'Digit' Turner · 15 years ago
  43. 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 15 years ago
  44. 4a7f31f libc: Remove duplicate eventfd declaration from SYSCALLS.TXT by David 'Digit' Turner · 15 years ago
  45. ff3129b sigsetmask.c was not processing the "mask" argument. by Bruce Beare · 15 years ago
  46. abdffc4 Revert "sigsetmask.c was not processing the "mask" argument." by Yu Shan Emily Lau · 15 years ago
  47. c9205db Replace all occurrances of asm with __asm__ in the output headers by Martin Storsjo · 15 years ago
  48. d32c805 Add a method for replacing tokens in the preprocessed headers by Martin Storsjo · 15 years ago
  49. 5775163 Use __asm__ instead of asm in public libc headers by Martin Storsjo · 15 years ago
  50. 6a916ac Merge "<sched.h>: Add sched_getcpu() and cpu_set_t" by David 'Digit' Turner · 15 years ago
  51. 6451571 Merge "<time.h>: Add timegm(), timelocal() and others." by David 'Digit' Turner · 15 years ago
  52. b338686 Merge "libc: Add <android/api-level.h>" by David 'Digit' Turner · 15 years ago
  53. bd4ab13 am e05762a5: am 8e6435ea: Merge "Add defines for CAIF support" by David Turner · 15 years ago
  54. 5d7995b am b11d7c3e: am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument." by Jean-Baptiste Queru · 15 years ago
  55. e05762a am 8e6435ea: Merge "Add defines for CAIF support" by David Turner · 15 years ago
  56. 8e6435e Merge "Add defines for CAIF support" by David Turner · 15 years ago
  57. b11d7c3 am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument." by Jean-Baptiste Queru · 15 years ago
  58. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 15 years ago
  59. 6481b91 <time.h>: Add timegm(), timelocal() and others. by David 'Digit' Turner · 15 years ago
  60. 23d2439 libc: Add <android/api-level.h> by David 'Digit' Turner · 15 years ago
  61. 9a9c161 sigsetmask.c was not processing the "mask" argument. by Bruce Beare · 15 years ago
  62. 2bf3ec0 Add defines for CAIF support by Bruce Beare · 15 years ago
  63. 9962cef Merge "Add mkdtemp() prototype to stdlib.h." by Ed Heyl · 15 years ago
  64. ad1ff2f Add mkdtemp() prototype to stdlib.h. by tedbo · 15 years ago
  65. 16e02c2 Add wcscasecmp() and wcsncasecmp() prototypes to wchar.h. by tedbo · 15 years ago
  66. 72e64e0 Add support for pread64/pwrite64 by Kenny Root · 15 years ago
  67. c1974ee bionic: update processed kernel header tegra_audio.h by Iliyan Malchev · 15 years ago
  68. 9c8ea7f am 24dc9363: resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  69. 24dc936 resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  70. 73c04b3 bionic: Add ARM optimized strcpy() by Jim Huang · 15 years ago
  71. 6c57fbf update linux/tegrafb.h by Erik Gilling · 15 years ago
  72. 88fb10f Update f_mtp.h kernel header by Mike Lockwood · 15 years ago
  73. c343d3f kernel/linux: add tegra avp/rpc/sema headers by Dima Zavin · 15 years ago
  74. ff590ca Use a modern chdir(2)-free realpath(3) implementation. by Elliott Hughes · 15 years ago
  75. fb76fd5 Merge "Add missing PTRACE_SETVFPREGS." by David Turner · 15 years ago
  76. 459436f Add missing PTRACE_SETVFPREGS. by Doug Kwan · 15 years ago
  77. bb3bcbc bionic: update processed cpcap_audio.h and spi/cpcap.h headers by Iliyan Malchev · 15 years ago
  78. 8465bf9 bionic: update processed cpcap_audio.h by Iliyan Malchev · 15 years ago
  79. ffc0120 am 61c9b8e1: am 7bbd4580: Add pn544.h clean kernel header by Nick Pelly · 15 years ago
  80. 61c9b8e am 7bbd4580: Add pn544.h clean kernel header by Nick Pelly · 15 years ago
  81. 7bbd458 Add pn544.h clean kernel header by Nick Pelly · 15 years ago
  82. 7858564 Don't proxy getaddrinfo when net.dns1.[MYPID] is set. by Brad Fitzpatrick · 15 years ago
  83. 78778cd Merge "DNS proxy: the start. proxies getaddrinfo calls." by Brad Fitzpatrick · 15 years ago
  84. a1dbf0b DNS proxy: the start. proxies getaddrinfo calls. by Brad Fitzpatrick · 15 years ago
  85. 1ec041f update tegrafb by Erik Gilling · 15 years ago
  86. 369197c Merge "Update libc/kernel/common/media/soc2030.h" by Rebecca Schultz Zavin · 15 years ago
  87. fa8fef9 am f2c05baa: am 96c03c7d: Merge "Remove duplicated _rand48 implementation. Use stdlib version instead" by Jean-Baptiste Queru · 15 years ago
  88. f2c05ba am 96c03c7d: Merge "Remove duplicated _rand48 implementation. Use stdlib version instead" by Jean-Baptiste Queru · 15 years ago
  89. 7047810 Remove duplicated _rand48 implementation. Use stdlib version instead by Jim Huang · 15 years ago
  90. 6858e65 Update libc/kernel/common/media/soc2030.h by Rebecca Schultz Zavin · 15 years ago
  91. 209cf82 am f7ad13b0: am 1df986c2: libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago
  92. ff44eee am aeb41ec1: am b2061a30: Merge "resolv: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  93. 51a4f78 am 001a3218: am 4afe0f47: Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  94. f97ce8c am 6ac5660e: am ade2a929: Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  95. d3ecb3c am 1203671b: am 2215c113: Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  96. 51ae972 am 958214aa: am 8ad63d74: Merge "stdlib: strtod: Hide internal symbol __dtoa" by Jean-Baptiste Queru · 15 years ago
  97. fd1cf2c am 1a6939d2: am 1e0a4e18: Merge "stdio: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  98. d445a2b am bcd94044: am 847223de: Merge "__set_errno: Hide internal symbol __set_syscall_errno" by Jean-Baptiste Queru · 15 years ago
  99. 482358f am d29b8a51: am 5109146f: Merge "Reconcile assembly-only macros in <machine/cpu-features.h>" by Jean-Baptiste Queru · 15 years ago
  100. f7ad13b am 1df986c2: libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago