1. c4c6789 Merge "Don't zero r1 on entry to the dynamic linker." by Elliott Hughes · 12 years ago
  2. 6cdd0cf Merge "TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in 64-bit target" by Ying Wang · 12 years ago
  3. 9965243 Don't zero r1 on entry to the dynamic linker. by Elliott Hughes · 12 years ago
  4. dc42e20 TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in 64-bit target by Ying Wang · 12 years ago
  5. 3c12ae5 Merge "Add test for constructor function." by Dmitriy Ivanov · 12 years ago
  6. f8846a4 Add test for constructor function. by Dmitriy Ivanov · 12 years ago
  7. 006e077 Merge "Change android_dlextinfo flags to uint64_t" by Dmitriy Ivanov · 12 years ago
  8. 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 12 years ago
  9. 7244a86 Merge "Regenerate the bionic NOTICE files." by Elliott Hughes · 12 years ago
  10. 1558138 Regenerate the bionic NOTICE files. by Elliott Hughes · 12 years ago
  11. 2b2916d Merge "Remove some dead data." by Elliott Hughes · 12 years ago
  12. 920d831 Remove some dead data. by Elliott Hughes · 12 years ago
  13. 1f262b3 Merge "Fix recv.cpp so it can build with clang." by Elliott Hughes · 12 years ago
  14. 6917e6c Fix recv.cpp so it can build with clang. by Elliott Hughes · 12 years ago
  15. ab4fc82 Merge "Fix all resolv warnings and turn on -Werror." by Elliott Hughes · 12 years ago
  16. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 12 years ago
  17. afd37c4 Merge "Build fix" by Dmitriy Ivanov · 12 years ago
  18. d383066 Build fix by Dmitriy Ivanov · 12 years ago
  19. 950a435 Merge "Load library using file handle." by Dmitriy Ivanov · 12 years ago
  20. 99e2a2f Merge "Switch to upstream OpenBSD mktemp.c." by Elliott Hughes · 12 years ago
  21. db42a9f Merge "Fix three clang complaints about the DNS code." by Elliott Hughes · 12 years ago
  22. 68c2755 Fix three clang complaints about the DNS code. by Elliott Hughes · 12 years ago
  23. 4d763df Merge "Fix a broken boolean test found by clang." by Elliott Hughes · 12 years ago
  24. 29edbfd Fix a broken boolean test found by clang. by Elliott Hughes · 12 years ago
  25. 1ee1bfd Merge "Use __unused rather than self assignment for unused parameters." by Elliott Hughes · 12 years ago
  26. 668da74 Use __unused rather than self assignment for unused parameters. by Elliott Hughes · 12 years ago
  27. 2d94ee2 Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""" by Dan Albert · 12 years ago
  28. d11ca4e Merge "Revert "Reenable support for non-PIE executables"" by Nick Kralevich · 12 years ago
  29. 76e289c Revert "Reenable support for non-PIE executables" by Nick Kralevich · 12 years ago
  30. f95964c Merge "libc_logging: Set SOCK_CLOEXEC on socket" by Nick Kralevich · 12 years ago
  31. bae5b1d libc_logging: Set SOCK_CLOEXEC on socket by Nick Kralevich · 12 years ago
  32. 04dc91a Load library using file handle. by Dmitriy Ivanov · 12 years ago
  33. 6593597 Switch to upstream OpenBSD mktemp.c. by Elliott Hughes · 12 years ago
  34. f79ee06 Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."" by Dan Albert · 12 years ago
  35. 4d299a2 Merge "Build all bionic test files -Werror and fix our one warning." by Elliott Hughes · 12 years ago
  36. d06ee1d Build all bionic test files -Werror and fix our one warning. by Elliott Hughes · 12 years ago
  37. e997598 Merge "Quiten warnings in semaphore.c." by Elliott Hughes · 12 years ago
  38. 95d3cd0 Quiten warnings in semaphore.c. by Elliott Hughes · 12 years ago
  39. f2102f5 Merge "Quiten warnings in fts.c." by Elliott Hughes · 12 years ago
  40. ec67cde Quiten warnings in fts.c. by Elliott Hughes · 12 years ago
  41. 87b654c Merge "Disable local/protected symbol test for lp64" by Dmitriy Ivanov · 12 years ago
  42. ce0ba3c Disable local/protected symbol test for lp64 by Dmitriy Ivanov · 12 years ago
  43. 105ef36 Merge "Native tests are now multilib=both by default" by Dmitriy Ivanov · 12 years ago
  44. fcac81e Native tests are now multilib=both by default by Dmitriy Ivanov · 12 years ago
  45. 442d41f Merge "Write message to stderr on __libc_fatal()" by Dmitriy Ivanov · 12 years ago
  46. 12bf3bc Write message to stderr on __libc_fatal() by Dmitriy Ivanov · 12 years ago
  47. 176ccd4 Merge "Add support for protected local symbol lookup." by Dmitriy Ivanov · 12 years ago
  48. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 12 years ago
  49. dc42d7f Merge "Fix a warning in if_indextoname.c." by Elliott Hughes · 12 years ago
  50. 49eb761 Fix a warning in if_indextoname.c. by Elliott Hughes · 12 years ago
  51. 42a5a17 Merge "Revert "Revert "Prevent symbols from libgcc from being reexported.""" by Dan Albert · 12 years ago
  52. 4ec3bc8 Merge "Add optimized stpcpy." by Christopher Ferris · 12 years ago
  53. bcf77b5 Merge "add CLOEXEC to various DNS related code" by Nick Kralevich · 12 years ago
  54. 6cdab38 Merge "Restore <nsswitch.h> which is BSD API, not private." by Elliott Hughes · 12 years ago
  55. a311704 Restore <nsswitch.h> which is BSD API, not private. by Elliott Hughes · 12 years ago
  56. 753eb7f Add optimized stpcpy. by Christopher Ferris · 12 years ago
  57. eac2bbf Merge "Add extra strchr testing." by Christopher Ferris · 12 years ago
  58. 3a657d0 Add extra strchr testing. by Christopher Ferris · 12 years ago
  59. f72c56d Merge "Switch to upstream NetBSD nsap_addr.c." by Elliott Hughes · 12 years ago
  60. a210cae Switch to upstream NetBSD nsap_addr.c. by Elliott Hughes · 12 years ago
  61. 1781ed7 add CLOEXEC to various DNS related code by Nick Kralevich · 12 years ago
  62. f573a52 Merge "Silence time64.c build warnings." by Elliott Hughes · 12 years ago
  63. 066eb0b Silence time64.c build warnings. by Elliott Hughes · 12 years ago
  64. ddc4497 Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64"" by Colin Cross · 12 years ago
  65. e5c759f Merge "Disallow dlopen("egl/blah.so") on LP64" by Dmitriy Ivanov · 12 years ago
  66. e43c4a7 Disallow dlopen("egl/blah.so") on LP64 by Dmitriy Ivanov · 12 years ago
  67. 260846f Merge "Reinstate the x86 dynamic linker warning for text relocations." by Elliott Hughes · 12 years ago
  68. aa836f7 Reinstate the x86 dynamic linker warning for text relocations. by Elliott Hughes · 12 years ago
  69. 2e249c2 Merge "Add optimized 64 bit strcpy." by Christopher Ferris · 12 years ago
  70. 77561bf Add optimized 64 bit strcpy. by Christopher Ferris · 12 years ago
  71. ec97c3f Merge "asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9." by Elliott Hughes · 12 years ago
  72. a4a28d9 Merge "Add optimized neon strchr implementation based on newlib" by Christopher Ferris · 12 years ago
  73. 12c0274 Add optimized neon strchr implementation based on newlib by Bernhard Rosenkränzer · 12 years ago
  74. 93e7b9f asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9. by Raghu Gandham · 12 years ago
  75. 3df0774 Merge "Add a new pthread_key_delete test." by Elliott Hughes · 12 years ago
  76. ebb770f Add a new pthread_key_delete test. by Elliott Hughes · 12 years ago
  77. ba4ebf7 Merge "Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings." by Elliott Hughes · 12 years ago
  78. 00fb5f9 Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings. by Elliott Hughes · 12 years ago
  79. d59ed67 Merge "Add splice, tee, and vmsplice." by Elliott Hughes · 12 years ago
  80. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 12 years ago
  81. 52f9b05 Merge "Sync to current upstream arc4random." by Elliott Hughes · 12 years ago
  82. 0468feb Sync to current upstream arc4random. by Elliott Hughes · 12 years ago
  83. 598f4b3 Merge "Fix getpid caching across a clone." by Elliott Hughes · 12 years ago
  84. 63fa660 Merge "Prefix cmsg_nxthdr with "__"." by Calin Juravle · 12 years ago
  85. 096b4eb Prefix cmsg_nxthdr with "__". by Calin Juravle · 12 years ago
  86. 71f9b34 Revert "Revert "Prevent symbols from libgcc from being reexported."" by Dan Albert · 12 years ago
  87. fa9e16e Fix getpid caching across a clone. by Elliott Hughes · 12 years ago
  88. 4e4e1a5 Revert "Prevent symbols from libgcc from being reexported." by Dan Albert · 12 years ago
  89. 66a805b Merge "Revert "Prevent symbols from libgcc from being reexported."" by Dan Albert · 12 years ago
  90. 65e80cf Prevent symbols from libgcc from being reexported. by Dan Albert · 12 years ago
  91. 54e9dc0 Merge "Prevent symbols from libgcc from being reexported." by Dan Albert · 12 years ago
  92. 0d7415f Merge "Remove SHA1 from LP64 in favor of libcrypto." by Dan Albert · 12 years ago
  93. ac86f99 Merge "[MIPS64] Regenerate mips kernel headers with fixed tool" by Christopher Ferris · 12 years ago
  94. 2300332 [MIPS64] Regenerate mips kernel headers with fixed tool by Duane Sand · 12 years ago
  95. a69eaec [MIPS64] Adjust kernel/tools for mips32,mips64 headers by Duane Sand · 12 years ago
  96. eee5f17 Merge "[MIPS64] Adjust kernel/tools for mips32,mips64 headers" by Christopher Ferris · 12 years ago
  97. 559f3cb Merge "Use __builtin_*_chk for bcopy/bzero." by Dan Albert · 12 years ago
  98. 8ca4400 Use __builtin_*_chk for bcopy/bzero. by Dan Albert · 12 years ago
  99. fb0a362 Merge "Cache getpid." by Elliott Hughes · 12 years ago
  100. 7086ad6 Cache getpid. by Elliott Hughes · 12 years ago