- 27 Feb, 2016 1 commit
-
-
Tim Creech authored
-
- 20 Feb, 2016 1 commit
-
-
Hisham authored
Display them properly. Not fully convinced of the "no perm" message...
-
- 19 Feb, 2016 9 commits
-
-
Hisham authored
Once a process goes zombie on Linux, /proc/PID/cmdline gets empty. So, when we detect it is a zombie we stop reading this file. For processes that were zombies before htop started, there's no way to get the full name. Closes #49.
-
Hisham authored
Shouldn't be needed, but I had to make this tweak to make this work again.
-
Hisham authored
-
Hisham authored
-
Hisham authored
-
https://github.com/hishamhm/htopHisham authored
-
Hisham authored
Thank you @Explorer09 for the push! Closes #417.
-
-
Hisham Muhammad authored
Also fixes the basename offset for highlighting the basename. Closes #379.
-
- 18 Feb, 2016 4 commits
-
-
Hisham authored
Closes #370.
-
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
This simplifies the protocol between the platform-independent and platform-specific parts. The platform-specific parts were supposed to re-determine the value of process->show on each iteration, and the Darwin subsystem wasn't doing that. Instead of adding the code to the Darwin part, I lifted the burden of the OS-specific of resetting process->show: now they can choose to hide a process if they want to (e.g. detecting kernel threads) but are not required to (e.g. on Darwin where we're not listing threads separately (yet?)). Fixes tree view collapsing/expanding on OSX. Closes #416.
-
Hisham Muhammad authored
Closes #393.
-
- 17 Feb, 2016 2 commits
-
-
Hisham Muhammad authored
(Regression) Typo in the word "prority" -> "priority"
-
Vasyl Boroviak authored
-
- 16 Feb, 2016 3 commits
-
-
https://github.com/hishamhm/htopHisham authored
-
Hisham Muhammad authored
Add MEM% for processes in process list on FreeBSD.
-
Hisham authored
Issue noticed by GCC6 -Wmisleading-indentation. Thanks @JIghtuse and @Explorer09! Closes #409.
-
- 14 Feb, 2016 5 commits
-
-
Hisham Muhammad authored
Simplify autogen.sh
-
Hisham authored
-
Max Horn authored
Make use of the autoreconf tool
-
Hisham authored
Got a report in #397 that htop runs in NetBSD masquerading as Linux and using a compatibility /proc (like we used to in FreeBSD) and that it builds fine apart from this syscall.
-
Hisham authored
(Thanks @coypoop at #397 for the heads up!)
-
- 13 Feb, 2016 6 commits
-
-
Hung-Yi Chen authored
-
Hisham authored
-
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.
-
https://github.com/hishamhm/htopHisham authored
-
Hisham authored
-
Hisham Muhammad authored
Suppress compiler warnings on FreeBSD
-
- 12 Feb, 2016 1 commit
-
-
Hung-Yi Chen authored
-
- 11 Feb, 2016 8 commits
-
-
Hisham Muhammad authored
Fix process memory on FreeBSD
-
Hisham authored
-
Hisham Muhammad authored
Add travis badge, update README
-
Tomas Barton authored
-
Tomas Barton authored
-
https://github.com/hishamhm/htopHisham authored
-
Tomas Barton authored
-
Tomas Barton authored
-