1. 23 Oct, 2017 1 commit
    • Tim Wickberg's avatar
      Cleanup format in debug message in task_cgroup_init. · 3aaf175a
      Tim Wickberg authored
      - %lu and casting to unsigned long will truncate values > 2TB
      - Format of %.4g for (unsigned long) totalram is incorrect. And casting to
        (unsigned long) is incorrect anyways.
      - %lu for memory_swappiness was incorrect, this is (uint64_t)
        not (unsigned long)
      - don't print memory_swappiness as hex, instead indicate if set or not, and
        avoid printing NO_VAL64 if not set
      - fix spacing and spread out the ternary operators
      3aaf175a
  2. 20 Oct, 2017 6 commits
  3. 19 Oct, 2017 33 commits