1. 03 Jan, 2017 2 commits
  2. 17 Oct, 2016 2 commits
  3. 30 Aug, 2016 1 commit
  4. 12 Jul, 2016 1 commit
  5. 06 Jul, 2016 2 commits
  6. 22 Jun, 2016 3 commits
  7. 16 Jun, 2016 2 commits
  8. 15 Jun, 2016 2 commits
  9. 14 Jun, 2016 1 commit
  10. 10 Jun, 2016 3 commits
  11. 09 Jun, 2016 3 commits
  12. 07 Jun, 2016 2 commits
    • Morris Jette's avatar
      Fix for possible invalid memory reference · 2bbc0add
      Morris Jette authored
      Make sure that /proc/#/stat file is NULL terminated to avoid
      having sscan() go off the end of a buffer.
      bug 2234
      2bbc0add
    • Dominik Bartkiewicz's avatar
      Fix hostrange_hn_within to allow for mixed prefix lengths. · 7843e158
      Dominik Bartkiewicz authored
      While here, mark options const, and add leading underscore to denote this
      as a static function (only called within hostlist.c). Also change strcmp
      to xstrcmp.
      
      Commit a6ffef22 changed this function and would alter the input hn,
      which led to subsequent calls to the function having wrong prefix
      lengths for that hostrange precluding it from matching correctly.
      
      Bug 2558.
      7843e158
  13. 06 Jun, 2016 2 commits
  14. 03 Jun, 2016 2 commits
  15. 02 Jun, 2016 3 commits
  16. 31 May, 2016 5 commits
  17. 28 May, 2016 2 commits
  18. 27 May, 2016 2 commits
    • Morris Jette's avatar
      remove some dead stores · b1d5df62
      Morris Jette authored
      b1d5df62
    • Morris Jette's avatar
      Fix for tracking a node's allocated CPUs with gang scheduling. · 4ce62678
      Morris Jette authored
      This bug was introduced by commit 21c52d2f
      which fixed a different problem tracking resources associated with suspended
      jobs. There are subtle differences between jobs that are suspended by a
      user/administrator and jobs suspended by gang scheduling which resulted in
      undercounting allocated CPUs when a job suspended by gang scheduling
      was active at the same time of a slurmctld reconfiguration request.
      See bugs 2353 (original bug related to commit 21c52d2f
      and bug 2765
      4ce62678