1. 20 Dec, 2017 19 commits
  2. 19 Dec, 2017 5 commits
  3. 18 Dec, 2017 4 commits
  4. 16 Dec, 2017 1 commit
    • Felip Moll's avatar
      Fix for bitstring interpretation on big-endian machine · 5a23c48a
      Felip Moll authored
      This patch fix commit b31bb7 for big-endian machines inverting the
      __builtin_clzll and __builtin_cltll calls depending on the architecture.
      This caused to get the incorrect first and last bit set on the bitmap in
      bit_ffs bit_fls.
      
      bug 4494
      5a23c48a
  5. 15 Dec, 2017 6 commits
  6. 14 Dec, 2017 1 commit
  7. 13 Dec, 2017 2 commits
  8. 12 Dec, 2017 2 commits
    • Brian Christiansen's avatar
      Fix spelling in man page. · ff88eccc
      Brian Christiansen authored
      ff88eccc
    • Brian Christiansen's avatar
      Update jobcomp records on duplicate inserts · 003f65c3
      Brian Christiansen authored
      In the federation case, the origin job is completed in the database when
      a sibling job starts the job. The complete message is then sent again to
      the database when the job is completed on the sibling cluster but
      it is updated with the sibling job's exit code.
      
      The jobcomp plugin didn't handle the multiple updates to the record.
      This change allows the existing record to be updated.
      
      Bug 4493
      003f65c3