summaryrefslogtreecommitdiff
path: root/ProcessList.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Option to update process names on every refreshloderunner1-0/+7
2012-10-19Fail gracefully when /proc is not mountedloderunner1-3/+9
2012-10-04Add IO priority support ('i' key)loderunner1-1/+2
2012-08-10Add -p flag, contributed by Rob Hoelzloderunner1-2/+7
2012-05-28Fix CPU percentage. Patch 3522180 for bug 3516978, by Richard.loderunner1-1/+1
2012-03-30Auto-follow process when selecting which signal to use when killing a process.loderunner1-1/+2
2012-02-02BUGFIX: behavior of 'F' (follow) key was broken, also affecting theloderunner1-8/+6
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.loderunner1-1/+0
2011-12-26major header cleanuploderunner1-14/+13
2011-12-25Use strdup explicitlyloderunner1-3/+3
2011-12-01Keep panel structure up-to-date as process list changes when headers are upda...loderunner1-0/+56
2011-11-21Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ex...loderunner1-2/+2
2011-11-18Mega-commit with features and tweaks for 1.0:loderunner1-20/+30
2011-11-03Support for UTF-8 tree drawingloderunner1-3/+43
2011-10-25cleanups and fixes, thanks to cppcheck and gcc -Wextraloderunner1-8/+8
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCloderunner1-1/+13
2011-09-08Fix off-by-one error in PROCESSOR displayloderunner1-1/+1
2011-08-29Don't simply trust that string splits were successful...loderunner1-3/+7
2011-05-26larger numbersloderunner1-4/+4
2011-03-28handle large values for process timeloderunner1-1/+1
2011-03-22* Option for counting CPUs from zeroloderunner1-1/+6
2011-03-17show names of zombie processes properlyloderunner1-1/+4
2010-11-26All processes where showing as belonging to 'root'. Fixed.loderunner1-1/+2
2010-11-24Fix behavior of expand/collapse-tree. Thanks Rob for the heads up!loderunner1-2/+1
2010-11-24correct thread detectionloderunner1-6/+2
2010-11-23Split process and thread counts in tasks meterloderunner1-0/+9
2010-11-22Remove arbitrary limit from rich stringsloderunner1-406/+307
2010-11-20Fix for systems where there's no /proc/PID/task/PID/. Closes #2789634.loderunner1-2/+4
2010-10-30no need to pad values; provide a default on machines without cgrouploderunner1-3/+3
2010-10-30Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)loderunner1-0/+20
2010-08-24add support for steal/guest CPU time measurementloderunner1-103/+105
2010-06-17expand/collapse treeloderunner1-14/+18
2010-03-29STARTTIME columnloderunner1-1/+8
2010-02-25warning fixesloderunner1-0/+2
2010-02-25show custom thread namesloderunner1-48/+60
2010-02-22minor tweaks by David Weberloderunner1-11/+6
2009-10-16coverity fixesloderunner1-2/+2
2009-03-11BSD related fixes:loderunner1-1/+1
2009-03-11Rename VEID to CTID in OpenVZ systemsloderunner1-2/+2
2009-02-17Fix missing tree view when userland threads are hiddenloderunner1-3/+1
2009-02-17Fix for VPID on OpenVZ systemsloderunner1-1/+1
2008-09-23Remove assertion that fails on hardened kernelsloderunner1-1/+3
2008-09-23Avoid reading process IO info multiple times on multithreaded processes.loderunner1-4/+4
2008-09-23Add Linux-VServer support,loderunner1-0/+34
2008-03-14Ability to change sort column with the mouse byloderunner1-1/+15
2008-03-09Clean up headers by using 'static' whenever possible.loderunner1-38/+12
2008-03-09Add support for Linux per-process IO statistics,loderunner1-0/+48
2008-03-09Add Unicode support, enabled with the --enable-unicodeloderunner1-1/+1
2008-03-08BUGFIX: Fix display of CPU count for threaded processes.loderunner1-24/+40
2007-11-09IO-wait time now counts as idle time, which is a moreloderunner1-6/+12