1. 05 Jul, 2017 2 commits
  2. 06 Jun, 2017 2 commits
  3. 01 Jun, 2017 1 commit
  4. 23 May, 2017 1 commit
  5. 25 Apr, 2017 5 commits
  6. 21 Apr, 2017 3 commits
  7. 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
  8. 19 Apr, 2017 2 commits
  9. 29 Mar, 2017 2 commits
  10. 25 Mar, 2017 1 commit
  11. 23 Mar, 2017 1 commit
  12. 16 Feb, 2017 2 commits
  13. 04 Feb, 2017 2 commits
  14. 31 Jan, 2017 1 commit
  15. 30 Dec, 2016 1 commit
  16. 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
  17. 01 Oct, 2016 1 commit
  18. 16 Sep, 2016 4 commits
  19. 14 Sep, 2016 1 commit
    • Explorer09's avatar
      Real-time signals support (for kill command) · 0ce4835f
      Explorer09 authored
      SignalsPanel_new now fetches SIGRTMIN and SIGRTMAX and generates real-
      time signals entries at runtime.
      
      All signals between SIGRTMIN and SIGRTMAX are written in "SIGRTMIN+n"
      notation, per discussion in pull request #551.
      
      Signed-off-by: Kang-Che Sung <explorer09 @ gmail.com>
      0ce4835f
  20. 12 Sep, 2016 2 commits
  21. 06 Sep, 2016 2 commits
  22. 30 Aug, 2016 2 commits