- 28 Jan, 2018 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
Move functions that read process data into LinuxProcess.c and change flow from a monolithic `ProcessList_scan -> ProcessList_goThroughEntries` into the following: ``` ProcessList_scan -> (Linux)ProcessList_goThroughEntries -> ProcessList_scanProcess -> (Linux)Process_update ``` This will allow hooking plugins into the scanning process. Other platforms need to be similarly reworked.
-
- 18 Feb, 2016 1 commit
-
-
Hisham Muhammad authored
Based on: http://stackoverflow.com/questions/6788274/ios-mac-cpu-usage-for-thread and https://github.com/max-horvath/htop-osx/blob/e86692e869e30b0bc7264b3675d2a4014866ef46/ProcessList.c This should be a fix for #361.
-
- 02 Feb, 2016 1 commit
-
-
Hisham authored
-
- 13 Jan, 2016 1 commit
-
-
Michael Klein authored
Works with: - Darwin 9.8.0 (OS X 10.5.8) PPC - Darwin 15.2.0 (OS X 10.11.2) Intel
-
- 02 Nov, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 01 Nov, 2015 1 commit
-
-
Michael McConville authored
err.h functions corrupts the terminal when using curses.
-
- 25 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 19 Sep, 2015 1 commit
-
-
Michael McConville authored
Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style.
-
- 17 Sep, 2015 1 commit
-
-
Michael McConville authored
-
- 14 Sep, 2015 1 commit
-
-
kaefer authored
-
- 19 Aug, 2015 7 commits
-
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
- 27 Nov, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 24 Nov, 2014 1 commit
-
-
Hisham Muhammad authored
-