1. 26 Jul, 2017 1 commit
  2. 25 Jul, 2017 1 commit
  3. 24 Jul, 2017 1 commit
  4. 23 Jul, 2017 2 commits
  5. 10 Jul, 2017 4 commits
  6. 07 Jul, 2017 1 commit
  7. 05 Jul, 2017 2 commits
  8. 06 Jun, 2017 2 commits
  9. 01 Jun, 2017 1 commit
  10. 23 May, 2017 1 commit
  11. 25 Apr, 2017 5 commits
  12. 21 Apr, 2017 3 commits
  13. 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
  14. 19 Apr, 2017 2 commits
  15. 29 Mar, 2017 2 commits
  16. 25 Mar, 2017 1 commit
  17. 23 Mar, 2017 1 commit
  18. 16 Feb, 2017 2 commits
  19. 04 Feb, 2017 2 commits
  20. 31 Jan, 2017 1 commit
  21. 30 Dec, 2016 1 commit
  22. 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
  23. 01 Oct, 2016 1 commit
  24. 16 Sep, 2016 1 commit