- 31 Mar, 2016 1 commit
-
-
Hisham authored
-
- 19 Feb, 2016 1 commit
-
-
Hisham Muhammad authored
Also fixes the basename offset for highlighting the basename. Closes #379.
-
- 18 Feb, 2016 2 commits
-
-
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.
-
Hisham Muhammad authored
Closes #393.
-
- 13 Feb, 2016 1 commit
-
-
Hisham authored
htop currently expects m_size and m_resident in pages (Process.c). According to the proc_info.h header, the values returned by libproc are in bytes: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/sys/proc_info.h Eventually we should change the htop crossplatform API to expect memory in bytes, but this is the smaller change that should fix it. Closes #385.
-
- 02 Feb, 2016 1 commit
-
-
Hisham authored
-
- 23 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 07 Sep, 2015 1 commit
-
-
Christian Hesse authored
* size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
-
- 19 Aug, 2015 6 commits
-
-
Hisham Muhammad authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
- 16 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-