1. 01 Aug, 2019 3 commits
  2. 31 Jul, 2019 1 commit
  3. 29 Jul, 2019 2 commits
  4. 27 Jul, 2019 1 commit
  5. 26 Jul, 2019 1 commit
  6. 25 Jul, 2019 1 commit
  7. 24 Jul, 2019 2 commits
  8. 23 Jul, 2019 14 commits
  9. 22 Jul, 2019 6 commits
  10. 19 Jul, 2019 2 commits
  11. 18 Jul, 2019 2 commits
  12. 17 Jul, 2019 4 commits
  13. 16 Jul, 2019 1 commit
    • Tim Wickberg's avatar
      Remove stray __USE_GNU macro definitions. · 4886d3c4
      Tim Wickberg authored
      Causes build failures on Debian ia64 platform, and per the glibc docs this
      is an internal macro for them that should be getting set automatically
      as long as we've defined _GNU_SOURCE before including our first glibc
      header.
      
      Fix the task/affinity plugin code to define _GNU_SOURCE first, and not
      defer this to the affinity.h include (which may come after some glibc
      headers have been included, leading to issues finding the CPU_SETSIZE
      macro).
      
      Bug 7152.
      4886d3c4