1. f95964c Merge "libc_logging: Set SOCK_CLOEXEC on socket" by Nick Kralevich · 10 years ago
  2. bae5b1d libc_logging: Set SOCK_CLOEXEC on socket by Nick Kralevich · 10 years ago
  3. 1f262b3 Merge "Fix recv.cpp so it can build with clang." by Elliott Hughes · 10 years ago
  4. 6917e6c Fix recv.cpp so it can build with clang. by Elliott Hughes · 10 years ago
  5. ab4fc82 Merge "Fix all resolv warnings and turn on -Werror." by Elliott Hughes · 10 years ago
  6. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 10 years ago
  7. afd37c4 Merge "Build fix" by Dmitriy Ivanov · 10 years ago
  8. d383066 Build fix by Dmitriy Ivanov · 10 years ago
  9. 950a435 Merge "Load library using file handle." by Dmitriy Ivanov · 10 years ago
  10. 99e2a2f Merge "Switch to upstream OpenBSD mktemp.c." by Elliott Hughes · 10 years ago
  11. 04dc91a Load library using file handle. by Dmitriy Ivanov · 10 years ago
  12. 6593597 Switch to upstream OpenBSD mktemp.c. by Elliott Hughes · 10 years ago
  13. 4d299a2 Merge "Build all bionic test files -Werror and fix our one warning." by Elliott Hughes · 10 years ago
  14. d06ee1d Build all bionic test files -Werror and fix our one warning. by Elliott Hughes · 10 years ago
  15. e997598 Merge "Quiten warnings in semaphore.c." by Elliott Hughes · 10 years ago
  16. 95d3cd0 Quiten warnings in semaphore.c. by Elliott Hughes · 10 years ago
  17. f2102f5 Merge "Quiten warnings in fts.c." by Elliott Hughes · 10 years ago
  18. ec67cde Quiten warnings in fts.c. by Elliott Hughes · 10 years ago
  19. 87b654c Merge "Disable local/protected symbol test for lp64" by Dmitriy Ivanov · 10 years ago
  20. ce0ba3c Disable local/protected symbol test for lp64 by Dmitriy Ivanov · 10 years ago
  21. 105ef36 Merge "Native tests are now multilib=both by default" by Dmitriy Ivanov · 10 years ago
  22. fcac81e Native tests are now multilib=both by default by Dmitriy Ivanov · 10 years ago
  23. 442d41f Merge "Write message to stderr on __libc_fatal()" by Dmitriy Ivanov · 10 years ago
  24. 12bf3bc Write message to stderr on __libc_fatal() by Dmitriy Ivanov · 10 years ago
  25. 176ccd4 Merge "Add support for protected local symbol lookup." by Dmitriy Ivanov · 10 years ago
  26. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 10 years ago
  27. dc42d7f Merge "Fix a warning in if_indextoname.c." by Elliott Hughes · 10 years ago
  28. 49eb761 Fix a warning in if_indextoname.c. by Elliott Hughes · 10 years ago
  29. 42a5a17 Merge "Revert "Revert "Prevent symbols from libgcc from being reexported.""" by Dan Albert · 10 years ago
  30. 4ec3bc8 Merge "Add optimized stpcpy." by Christopher Ferris · 10 years ago
  31. bcf77b5 Merge "add CLOEXEC to various DNS related code" by Nick Kralevich · 10 years ago
  32. 6cdab38 Merge "Restore <nsswitch.h> which is BSD API, not private." by Elliott Hughes · 10 years ago
  33. a311704 Restore <nsswitch.h> which is BSD API, not private. by Elliott Hughes · 10 years ago
  34. 753eb7f Add optimized stpcpy. by Christopher Ferris · 10 years ago
  35. eac2bbf Merge "Add extra strchr testing." by Christopher Ferris · 10 years ago
  36. 3a657d0 Add extra strchr testing. by Christopher Ferris · 10 years ago
  37. f72c56d Merge "Switch to upstream NetBSD nsap_addr.c." by Elliott Hughes · 10 years ago
  38. a210cae Switch to upstream NetBSD nsap_addr.c. by Elliott Hughes · 10 years ago
  39. 1781ed7 add CLOEXEC to various DNS related code by Nick Kralevich · 10 years ago
  40. f573a52 Merge "Silence time64.c build warnings." by Elliott Hughes · 10 years ago
  41. 066eb0b Silence time64.c build warnings. by Elliott Hughes · 10 years ago
  42. ddc4497 Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64"" by Colin Cross · 10 years ago
  43. e5c759f Merge "Disallow dlopen("egl/blah.so") on LP64" by Dmitriy Ivanov · 10 years ago
  44. e43c4a7 Disallow dlopen("egl/blah.so") on LP64 by Dmitriy Ivanov · 10 years ago
  45. 260846f Merge "Reinstate the x86 dynamic linker warning for text relocations." by Elliott Hughes · 10 years ago
  46. aa836f7 Reinstate the x86 dynamic linker warning for text relocations. by Elliott Hughes · 10 years ago
  47. 2e249c2 Merge "Add optimized 64 bit strcpy." by Christopher Ferris · 10 years ago
  48. 77561bf Add optimized 64 bit strcpy. by Christopher Ferris · 10 years ago
  49. ec97c3f Merge "asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9." by Elliott Hughes · 10 years ago
  50. a4a28d9 Merge "Add optimized neon strchr implementation based on newlib" by Christopher Ferris · 10 years ago
  51. 12c0274 Add optimized neon strchr implementation based on newlib by Bernhard Rosenkränzer · 10 years ago
  52. 93e7b9f asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9. by Raghu Gandham · 10 years ago
  53. 3df0774 Merge "Add a new pthread_key_delete test." by Elliott Hughes · 10 years ago
  54. ebb770f Add a new pthread_key_delete test. by Elliott Hughes · 10 years ago
  55. ba4ebf7 Merge "Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings." by Elliott Hughes · 10 years ago
  56. 00fb5f9 Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings. by Elliott Hughes · 10 years ago
  57. d59ed67 Merge "Add splice, tee, and vmsplice." by Elliott Hughes · 10 years ago
  58. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 10 years ago
  59. 52f9b05 Merge "Sync to current upstream arc4random." by Elliott Hughes · 10 years ago
  60. 0468feb Sync to current upstream arc4random. by Elliott Hughes · 10 years ago
  61. 598f4b3 Merge "Fix getpid caching across a clone." by Elliott Hughes · 10 years ago
  62. 63fa660 Merge "Prefix cmsg_nxthdr with "__"." by Calin Juravle · 10 years ago
  63. 096b4eb Prefix cmsg_nxthdr with "__". by Calin Juravle · 10 years ago
  64. 71f9b34 Revert "Revert "Prevent symbols from libgcc from being reexported."" by Dan Albert · 10 years ago
  65. fa9e16e Fix getpid caching across a clone. by Elliott Hughes · 10 years ago
  66. 4e4e1a5 Revert "Prevent symbols from libgcc from being reexported." by Dan Albert · 10 years ago
  67. 66a805b Merge "Revert "Prevent symbols from libgcc from being reexported."" by Dan Albert · 10 years ago
  68. 65e80cf Prevent symbols from libgcc from being reexported. by Dan Albert · 10 years ago
  69. 54e9dc0 Merge "Prevent symbols from libgcc from being reexported." by Dan Albert · 10 years ago
  70. 0d7415f Merge "Remove SHA1 from LP64 in favor of libcrypto." by Dan Albert · 10 years ago
  71. ac86f99 Merge "[MIPS64] Regenerate mips kernel headers with fixed tool" by Christopher Ferris · 10 years ago
  72. 2300332 [MIPS64] Regenerate mips kernel headers with fixed tool by Duane Sand · 10 years ago
  73. a69eaec [MIPS64] Adjust kernel/tools for mips32,mips64 headers by Duane Sand · 10 years ago
  74. eee5f17 Merge "[MIPS64] Adjust kernel/tools for mips32,mips64 headers" by Christopher Ferris · 10 years ago
  75. 559f3cb Merge "Use __builtin_*_chk for bcopy/bzero." by Dan Albert · 10 years ago
  76. 8ca4400 Use __builtin_*_chk for bcopy/bzero. by Dan Albert · 10 years ago
  77. fb0a362 Merge "Cache getpid." by Elliott Hughes · 10 years ago
  78. 7086ad6 Cache getpid. by Elliott Hughes · 10 years ago
  79. e58055f Merge "Expose tzname, daylight, and timezone." by Elliott Hughes · 10 years ago
  80. 0636672 Expose tzname, daylight, and timezone. by Elliott Hughes · 10 years ago
  81. d1bf377 Merge "Build tzcode with hidden visibility." by Elliott Hughes · 10 years ago
  82. d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 10 years ago
  83. 29e3a0e Merge "Fix arm64 localtime.c build." by Elliott Hughes · 10 years ago
  84. 2cb7526 Fix arm64 localtime.c build. by Elliott Hughes · 10 years ago
  85. 0df59bd Merge "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."" by Dan Albert · 10 years ago
  86. 715242f Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64." by Dan Albert · 10 years ago
  87. dd4ad5c Hide _tolower_tab_ and _toupper_tab_ on LP64. by Dan Albert · 10 years ago
  88. ef82c28 Merge "Hide declaration of gets(3) for C11 and later." by Dan Albert · 10 years ago
  89. 9635046 Hide declaration of gets(3) for C11 and later. by Dan Albert · 10 years ago
  90. 477b45b Merge "Build tzcode with -Werror." by Elliott Hughes · 10 years ago
  91. 5f56454 Build tzcode with -Werror. by Elliott Hughes · 10 years ago
  92. 0b09153 Merge "Move common macros into bionic_macros.h." by Christopher Ferris · 10 years ago
  93. 03eebcb Move common macros into bionic_macros.h. by Christopher Ferris · 10 years ago
  94. a5fe7b8 Merge "Hide _tolower_tab_ and _toupper_tab_ on LP64." by Dan Albert · 10 years ago
  95. 942fa48 Merge "Update localtime.c." by Elliott Hughes · 10 years ago
  96. 906eb99 Update localtime.c. by Elliott Hughes · 10 years ago
  97. 49d5399 Merge "Hide __atexit and remove __atexit_invalid." by Dan Albert · 10 years ago
  98. 11f715c Hide __atexit and remove __atexit_invalid. by Dan Albert · 10 years ago
  99. 5c86476 Merge "add 64-bit bionic implementation for denver arch" by Christopher Ferris · 10 years ago
  100. 8a7cffc Merge "Reenable support for non-PIE executables" by Nick Kralevich · 10 years ago