1. e955e6c Merge "Bug 3330205 Thread safe strptime implementation" by David Turner · 15 years ago
  2. b138e4f Bug 3330205 Thread safe strptime implementation by Glenn Kasten · 15 years ago
  3. 43164fc Merge "Bug 3330205 Reentrant MD5" by Glenn Kasten · 15 years ago
  4. 604085c Merge "Bug 3330205 Remove unnecessary static variable" by Glenn Kasten · 15 years ago
  5. a37cf34 Bug 3330205 Reentrant MD5 by Glenn Kasten · 15 years ago
  6. e9d0518 Bug 3330205 Remove unnecessary static variable by Glenn Kasten · 15 years ago
  7. 684305f am 3c56ce49: use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  8. e66695d am ce6c1d61: Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  9. 3c56ce4 use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  10. ce6c1d6 Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  11. 015610e Merge "Update headers for iproute2 ver 2.6.35" by Dmitry Shmidt · 15 years ago
  12. ce69c5e Update headers for iproute2 ver 2.6.35 by Dmitry Shmidt · 15 years ago
  13. 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
  14. 72a23d0 Merge "libc: Fix the definition of SIGRTMAX" by David 'Digit' Turner · 15 years ago
  15. 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
  16. 2a9b0df Merge "libc: remove obsolete sha1hash.c source file" by David 'Digit' Turner · 15 years ago
  17. ce13670 am ae5df14f: Merge "Use __asm__ instead of asm in public libc headers" by David Turner · 15 years ago
  18. ae5df14 Merge "Use __asm__ instead of asm in public libc headers" by David Turner · 15 years ago
  19. 53c3e86 am 3d302be4: Merge "android-x86: add sigsetjmp.S" by Jean-Baptiste Queru · 15 years ago
  20. 3d302be Merge "android-x86: add sigsetjmp.S" by Jean-Baptiste Queru · 15 years ago
  21. 6042658 am b05aa150: Merge "Replace all occurrances of asm with __asm__ in the output headers" by Jean-Baptiste Queru · 15 years ago
  22. b05aa15 Merge "Replace all occurrances of asm with __asm__ in the output headers" by Jean-Baptiste Queru · 15 years ago
  23. 18635d9 android-x86: add sigsetjmp.S by Chih-Wei Huang · 15 years ago
  24. 4ad2f19 am a4f6d228: Merge "Add a method for replacing tokens in the preprocessed headers" by David Turner · 15 years ago
  25. 0546fd7 libc: remove obsolete sha1hash.c source file by David 'Digit' Turner · 15 years ago
  26. 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 15 years ago
  27. a4f6d22 Merge "Add a method for replacing tokens in the preprocessed headers" by David Turner · 15 years ago
  28. 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
  29. d4a65d2 libc: Add missing declarations in <netinet/in.h> by David 'Digit' Turner · 15 years ago
  30. 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 15 years ago
  31. 4a7f31f libc: Remove duplicate eventfd declaration from SYSCALLS.TXT by David 'Digit' Turner · 15 years ago
  32. ff3129b sigsetmask.c was not processing the "mask" argument. by Bruce Beare · 15 years ago
  33. abdffc4 Revert "sigsetmask.c was not processing the "mask" argument." by Yu Shan Emily Lau · 15 years ago
  34. c9205db Replace all occurrances of asm with __asm__ in the output headers by Martin Storsjo · 15 years ago
  35. d32c805 Add a method for replacing tokens in the preprocessed headers by Martin Storsjo · 15 years ago
  36. 5775163 Use __asm__ instead of asm in public libc headers by Martin Storsjo · 15 years ago
  37. 6a916ac Merge "<sched.h>: Add sched_getcpu() and cpu_set_t" by David 'Digit' Turner · 15 years ago
  38. 6451571 Merge "<time.h>: Add timegm(), timelocal() and others." by David 'Digit' Turner · 15 years ago
  39. b338686 Merge "libc: Add <android/api-level.h>" by David 'Digit' Turner · 15 years ago
  40. bd4ab13 am e05762a5: am 8e6435ea: Merge "Add defines for CAIF support" by David Turner · 15 years ago
  41. 5d7995b am b11d7c3e: am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument." by Jean-Baptiste Queru · 15 years ago
  42. e05762a am 8e6435ea: Merge "Add defines for CAIF support" by David Turner · 15 years ago
  43. 8e6435e Merge "Add defines for CAIF support" by David Turner · 15 years ago
  44. b11d7c3 am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument." by Jean-Baptiste Queru · 15 years ago
  45. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 15 years ago
  46. 6481b91 <time.h>: Add timegm(), timelocal() and others. by David 'Digit' Turner · 15 years ago
  47. 23d2439 libc: Add <android/api-level.h> by David 'Digit' Turner · 15 years ago
  48. 9a9c161 sigsetmask.c was not processing the "mask" argument. by Bruce Beare · 15 years ago
  49. 2bf3ec0 Add defines for CAIF support by Bruce Beare · 15 years ago
  50. 9962cef Merge "Add mkdtemp() prototype to stdlib.h." by Ed Heyl · 15 years ago
  51. ad1ff2f Add mkdtemp() prototype to stdlib.h. by tedbo · 15 years ago
  52. 16e02c2 Add wcscasecmp() and wcsncasecmp() prototypes to wchar.h. by tedbo · 15 years ago
  53. 72e64e0 Add support for pread64/pwrite64 by Kenny Root · 15 years ago
  54. c1974ee bionic: update processed kernel header tegra_audio.h by Iliyan Malchev · 15 years ago
  55. 9c8ea7f am 24dc9363: resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  56. 24dc936 resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  57. 73c04b3 bionic: Add ARM optimized strcpy() by Jim Huang · 15 years ago
  58. 6c57fbf update linux/tegrafb.h by Erik Gilling · 15 years ago
  59. 88fb10f Update f_mtp.h kernel header by Mike Lockwood · 15 years ago
  60. c343d3f kernel/linux: add tegra avp/rpc/sema headers by Dima Zavin · 15 years ago
  61. ff590ca Use a modern chdir(2)-free realpath(3) implementation. by Elliott Hughes · 15 years ago
  62. fb76fd5 Merge "Add missing PTRACE_SETVFPREGS." by David Turner · 15 years ago
  63. 459436f Add missing PTRACE_SETVFPREGS. by Doug Kwan · 15 years ago
  64. bb3bcbc bionic: update processed cpcap_audio.h and spi/cpcap.h headers by Iliyan Malchev · 15 years ago
  65. 8465bf9 bionic: update processed cpcap_audio.h by Iliyan Malchev · 15 years ago
  66. ffc0120 am 61c9b8e1: am 7bbd4580: Add pn544.h clean kernel header by Nick Pelly · 15 years ago
  67. 61c9b8e am 7bbd4580: Add pn544.h clean kernel header by Nick Pelly · 15 years ago
  68. 7bbd458 Add pn544.h clean kernel header by Nick Pelly · 15 years ago
  69. 7858564 Don't proxy getaddrinfo when net.dns1.[MYPID] is set. by Brad Fitzpatrick · 15 years ago
  70. 78778cd Merge "DNS proxy: the start. proxies getaddrinfo calls." by Brad Fitzpatrick · 15 years ago
  71. a1dbf0b DNS proxy: the start. proxies getaddrinfo calls. by Brad Fitzpatrick · 15 years ago
  72. 1ec041f update tegrafb by Erik Gilling · 15 years ago
  73. 369197c Merge "Update libc/kernel/common/media/soc2030.h" by Rebecca Schultz Zavin · 15 years ago
  74. fa8fef9 am f2c05baa: am 96c03c7d: Merge "Remove duplicated _rand48 implementation. Use stdlib version instead" by Jean-Baptiste Queru · 15 years ago
  75. f2c05ba am 96c03c7d: Merge "Remove duplicated _rand48 implementation. Use stdlib version instead" by Jean-Baptiste Queru · 15 years ago
  76. 7047810 Remove duplicated _rand48 implementation. Use stdlib version instead by Jim Huang · 15 years ago
  77. 6858e65 Update libc/kernel/common/media/soc2030.h by Rebecca Schultz Zavin · 15 years ago
  78. 209cf82 am f7ad13b0: am 1df986c2: libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago
  79. ff44eee am aeb41ec1: am b2061a30: Merge "resolv: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  80. 51a4f78 am 001a3218: am 4afe0f47: Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  81. f97ce8c am 6ac5660e: am ade2a929: Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  82. d3ecb3c am 1203671b: am 2215c113: Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  83. 51ae972 am 958214aa: am 8ad63d74: Merge "stdlib: strtod: Hide internal symbol __dtoa" by Jean-Baptiste Queru · 15 years ago
  84. fd1cf2c am 1a6939d2: am 1e0a4e18: Merge "stdio: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  85. d445a2b am bcd94044: am 847223de: Merge "__set_errno: Hide internal symbol __set_syscall_errno" by Jean-Baptiste Queru · 15 years ago
  86. 482358f am d29b8a51: am 5109146f: Merge "Reconcile assembly-only macros in <machine/cpu-features.h>" by Jean-Baptiste Queru · 15 years ago
  87. f7ad13b am 1df986c2: libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago
  88. 1df986c libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago
  89. aeb41ec am b2061a30: Merge "resolv: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  90. 001a321 am 4afe0f47: Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  91. 6ac5660 am ade2a929: Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  92. 1203671 am 2215c113: Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  93. b2061a3 Merge "resolv: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  94. 4afe0f4 Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  95. ade2a92 Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  96. 2215c11 Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  97. 28ebb94 Merge "Clean up NOTICE files." by Jean-Baptiste Queru · 15 years ago
  98. 9883f39 bionic: update preprocessed kernel header tegra_audio.h by Iliyan Malchev · 15 years ago
  99. 958214a am 8ad63d74: Merge "stdlib: strtod: Hide internal symbol __dtoa" by Jean-Baptiste Queru · 15 years ago
  100. 1a6939d am 1e0a4e18: Merge "stdio: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago