1. a7f976c update linux/tegrafb.h by Michael I. Gold · 14 years ago
  2. fb48c8a Update to tzdata2011g. by Elliott Hughes · 14 years ago
  3. 8da75ab Ignore property set timeouts. by Brad Fitzpatrick · 14 years ago
  4. 23bc3ff Don't futex_wait spin when setting properties. Wait for socket close. by Brad Fitzpatrick · 14 years ago
  5. 2f16916 Merge "libc: Fix leak in the DNS thread-specific state." into honeycomb-mr1 by David 'Digit' Turner · 14 years ago
  6. ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
  7. 4661fda libc: Fix leak in the DNS thread-specific state. by David 'Digit' Turner · 14 years ago
  8. ec7e8cc do not merge. Move property setting from libcutils to bionic. by satok · 14 years ago
  9. 2bb79ad Update USB accessory kernel header to include serial number support by Mike Lockwood · 14 years ago
  10. c0fc678 linux/usb/f_accessory.h: Update USB accessory kernel header by Mike Lockwood · 14 years ago
  11. da14b0e add linux/nvhdcp.h header by Erik Gilling · 14 years ago
  12. 0ee092f Convert cname lenght before use by Mattias Falk · 14 years ago
  13. 3224c08 Merge changes I8c481c89,I791406f8,I5f09cef8 by David Turner · 14 years ago
  14. 0999f8d Merge "Move the zoneinfo generation tool into bionic." by David Turner · 14 years ago
  15. d40e63e Move the zoneinfo generation tool into bionic. by Elliott Hughes · 14 years ago
  16. fb723c8 libc: ARM: update syscalls with new script by Kenny Root · 14 years ago
  17. f540c03 libc: ARM: add size info to gensyscalls by Kenny Root · 14 years ago
  18. 420878c Add function marks and size indications by Kenny Root · 14 years ago
  19. 0233509 Amend previous commit with needed include by Kenny Root · 14 years ago
  20. 3a3c185 Use CLZ on ARMv5 and newer by Kenny Root · 14 years ago
  21. 0d06b42 Merge "Add linux/usb/f_accessory.h header for USB accessory driver" by Mike Lockwood · 14 years ago
  22. 56d90bb Add MODULE_LICENSE_PUBLIC_DOMAIN for the tzdata. by Elliott Hughes · 14 years ago
  23. 6ac872a Update to 2011b tzdata. by Elliott Hughes · 14 years ago
  24. 6783f6a Add linux/usb/f_accessory.h header for USB accessory driver by Mike Lockwood · 14 years ago
  25. f582340 Fix the handle locking in stdio by Kenny Root · 14 years ago
  26. 9c2e97e am b35d80f0: am 76299d19: Merge "Remove an extra register move." by David Turner · 14 years ago
  27. 86ca12c am d7cf6382: am 8db7bcb1: Merge "Replace __atomic_XXX with GCC __sync_XXX intrinsics." by David Turner · 14 years ago
  28. 761cb55 am dd279aa9: am 2282ecc2: Merge "Use more optimized version of memmove" by David Turner · 14 years ago
  29. 76299d1 Merge "Remove an extra register move." by David Turner · 14 years ago
  30. 8db7bcb Merge "Replace __atomic_XXX with GCC __sync_XXX intrinsics." by David Turner · 14 years ago
  31. 62e1f37 Merge "libc: Update auto-gen scripts" by David 'Digit' Turner · 14 years ago
  32. 4ce737f Added _memmove_words by Andy McFadden · 14 years ago
  33. 5b98774 am b8175727: am 9a330512: Merge "Add time-to-live (TTL) support to resolver cache" by Brad Fitzpatrick · 14 years ago
  34. f4680b5 Remove an extra register move. by Bruce Beare · 15 years ago
  35. 0f2001b Replace __atomic_XXX with GCC __sync_XXX intrinsics. by Bruce Beare · 15 years ago
  36. d51564f Merge "libc: Fix struct user_vfp definition." by David 'Digit' Turner · 14 years ago
  37. fc26931 libc: Update auto-gen scripts by David 'Digit' Turner · 15 years ago
  38. 0f67de1 Use more optimized version of memmove by Johannes Carlsson · 14 years ago
  39. 820e686 Merge "Bug 3330205 Thread safety for bignum powers of 5" by David Turner · 14 years ago
  40. d1c780e Merge changes I6b304dfb,I4a3c2035,I5af12b3f,I0ef33ca6,I149c46e7 by David Turner · 14 years ago
  41. 3e0c510 Add time-to-live (TTL) support to resolver cache by Mattias Falk · 15 years ago
  42. 30b4d82 libc: Fix struct user_vfp definition. by David 'Digit' Turner · 15 years ago
  43. 040e18f Merge "libc: fix kernel cleanup script typo." by David 'Digit' Turner · 15 years ago
  44. 6846a45 Add icmp6.h and ip6.h files from current NetBSD libc. by Steinar H. Gunderson · 15 years ago
  45. bdca379 Include the Linux ipv6.h header from netinet/in.h, to get things like in6_pktinfo. by Steinar H. Gunderson · 15 years ago
  46. 3de0321 Add IN6ADDR_LOOPBACK_INIT macro to <netinet/in6.h>, as the kernel headers do not provide it anymore. by Steinar H. Gunderson · 15 years ago
  47. 3b3944e am f03e2d3f: am 5d45fa40: am 2081fda6: Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  48. f03e2d3 am 5d45fa40: am 2081fda6: Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  49. 5c6a8a6 am 84f4753d: am 56faf66f: raise: Send signal to current thread by Colin Cross · 15 years ago
  50. 84f4753 am 56faf66f: raise: Send signal to current thread by Colin Cross · 15 years ago
  51. 56faf66 raise: Send signal to current thread by Colin Cross · 15 years ago
  52. 0688023 Update IPv6 kernel headers with new 2.6.37 headers, cleaned by update_all.py. (It wanted to do many other changes, most of them cosmetic, but I only included the IPv6 changes.) by Steinar H. Gunderson · 15 years ago
  53. db7c59d Fix syntax error in defaults.py. by Steinar H. Gunderson · 15 years ago
  54. 2cc0d38 Bug 3330205, 3362385 clock(3) SMP safety and epoch by Glenn Kasten · 15 years ago
  55. 5d45fa4 am 2081fda6: Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  56. 2081fda Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  57. 76b6f08 am 2be18508: am 2e23e292: Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 to gingerbread. by Steinar H. Gunderson · 15 years ago
  58. 2be1850 am 2e23e292: Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 to gingerbread. by Steinar H. Gunderson · 15 years ago
  59. 4eb4c93 am f4dca7be: Backport (simple cherry-pick) 64b6c43379dba176659bc1313b6bb488ac94cfd6 to gingerbread. by Steinar H. Gunderson · 15 years ago
  60. 42e449e am a798b9f0: Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6 to gingerbread. by Steinar H. Gunderson · 15 years ago
  61. 144a5d3 Bug 3330205 Thread safety for bignum powers of 5 by Glenn Kasten · 15 years ago
  62. f4e10b7 Merge "Bug 3330205 Put blanks and zeroes in const area" by Glenn Kasten · 15 years ago
  63. ba96e30 Only look up A records if the system has IPv4. by Lorenzo Colitti · 15 years ago
  64. 2e23e29 Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 by Steinar H. Gunderson · 15 years ago
  65. f4dca7b Backport (simple cherry-pick) 64b6c43379dba176659bc1313b6bb488ac94cfd6 by Steinar H. Gunderson · 15 years ago
  66. a798b9f Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6 by Steinar H. Gunderson · 15 years ago
  67. f65368a Merge "Implement RFC3484 policy table changes from draft-ietf-6man-rfc3484-revise-01." by Lorenzo Colitti · 15 years ago
  68. d330190 Implement RFC3484 policy table changes from draft-ietf-6man-rfc3484-revise-01. by Steinar H. Gunderson · 15 years ago
  69. e955e6c Merge "Bug 3330205 Thread safe strptime implementation" by David Turner · 15 years ago
  70. b138e4f Bug 3330205 Thread safe strptime implementation by Glenn Kasten · 15 years ago
  71. b969b5a libc: fix kernel cleanup script typo. by David 'Digit' Turner · 15 years ago
  72. 43164fc Merge "Bug 3330205 Reentrant MD5" by Glenn Kasten · 15 years ago
  73. 604085c Merge "Bug 3330205 Remove unnecessary static variable" by Glenn Kasten · 15 years ago
  74. a37cf34 Bug 3330205 Reentrant MD5 by Glenn Kasten · 15 years ago
  75. e9d0518 Bug 3330205 Remove unnecessary static variable by Glenn Kasten · 15 years ago
  76. 0946b1f Bug 3330205 Put blanks and zeroes in const area by Glenn Kasten · 15 years ago
  77. 684305f am 3c56ce49: use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  78. e66695d am ce6c1d61: Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  79. 3c56ce4 use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  80. ce6c1d6 Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  81. 015610e Merge "Update headers for iproute2 ver 2.6.35" by Dmitry Shmidt · 15 years ago
  82. ce69c5e Update headers for iproute2 ver 2.6.35 by Dmitry Shmidt · 15 years ago
  83. 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
  84. 72a23d0 Merge "libc: Fix the definition of SIGRTMAX" by David 'Digit' Turner · 15 years ago
  85. 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
  86. 2a9b0df Merge "libc: remove obsolete sha1hash.c source file" by David 'Digit' Turner · 15 years ago
  87. 3fbd2b3 use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  88. 42c7017 Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  89. ce13670 am ae5df14f: Merge "Use __asm__ instead of asm in public libc headers" by David Turner · 15 years ago
  90. ae5df14 Merge "Use __asm__ instead of asm in public libc headers" by David Turner · 15 years ago
  91. 53c3e86 am 3d302be4: Merge "android-x86: add sigsetjmp.S" by Jean-Baptiste Queru · 15 years ago
  92. 3d302be Merge "android-x86: add sigsetjmp.S" by Jean-Baptiste Queru · 15 years ago
  93. 6042658 am b05aa150: Merge "Replace all occurrances of asm with __asm__ in the output headers" by Jean-Baptiste Queru · 15 years ago
  94. b05aa15 Merge "Replace all occurrances of asm with __asm__ in the output headers" by Jean-Baptiste Queru · 15 years ago
  95. 18635d9 android-x86: add sigsetjmp.S by Chih-Wei Huang · 15 years ago
  96. 4ad2f19 am a4f6d228: Merge "Add a method for replacing tokens in the preprocessed headers" by David Turner · 15 years ago
  97. 0546fd7 libc: remove obsolete sha1hash.c source file by David 'Digit' Turner · 15 years ago
  98. 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 15 years ago
  99. a4f6d22 Merge "Add a method for replacing tokens in the preprocessed headers" by David Turner · 15 years ago
  100. 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