1. 26 Jul, 2017 2 commits
  2. 10 Jul, 2017 4 commits
  3. 07 Jul, 2017 1 commit
  4. 05 Jul, 2017 2 commits
  5. 06 Jun, 2017 2 commits
  6. 01 Jun, 2017 1 commit
  7. 23 May, 2017 1 commit
  8. 25 Apr, 2017 5 commits
  9. 21 Apr, 2017 3 commits
  10. 20 Apr, 2017 1 commit
    • Diederik de Groot's avatar
      implement: readJailName · 49af12e7
      Diederik de Groot authored
      Note: dragonflybsd does not have 'jail_get' like freebsd does.
      It does however provide a sysctl "jail.list" which returns a list of all jails.
      49af12e7
  11. 19 Apr, 2017 2 commits
  12. 29 Mar, 2017 2 commits
  13. 25 Mar, 2017 1 commit
  14. 23 Mar, 2017 1 commit
  15. 16 Feb, 2017 2 commits
  16. 04 Feb, 2017 2 commits
  17. 31 Jan, 2017 1 commit
  18. 30 Dec, 2016 1 commit
  19. 29 Dec, 2016 1 commit
    • Tomasz Kramkowski's avatar
      Replace all uses of sprintf with snprintf · 2b5c1b4b
      Tomasz Kramkowski authored
      In all the cases where sprintf was being used within htop, snprintf
      could have been used. This patch replaces all uses of sprintf with
      snprintf which makes sure that if a buffer is too small to hold the
      resulting string, the string is simply cut short instead of causing
      a buffer overflow which leads to undefined behaviour.
      
      `sizeof(variable)` was used in these cases, as opposed to `sizeof
      variable` which is my personal preference because `sizeof(variable)`
      was already used in one way or another in other parts of the code.
      2b5c1b4b
  20. 01 Oct, 2016 1 commit
  21. 16 Sep, 2016 4 commits