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