summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
AgeCommit message (Expand)Author
2012-08-10Add -p flag, contributed by Rob HoelzHisham Muhammad
2012-05-28Fix CPU percentage. Patch 3522180 for bug 3516978, by Richard.Hisham Muhammad
2012-03-30Auto-follow process when selecting which signal to use when killing a process.Hisham Muhammad
2012-02-02BUGFIX: behavior of 'F' (follow) key was broken, also affecting theHisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-12-01Keep panel structure up-to-date as process list changes when headers are upda...Hisham Muhammad
2011-11-21Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ex...Hisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-11-03Support for UTF-8 tree drawingHisham Muhammad
2011-10-25cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad
2011-09-08Fix off-by-one error in PROCESSOR displayHisham Muhammad
2011-08-29Don't simply trust that string splits were successful...Hisham Muhammad
2011-05-26larger numbersHisham Muhammad
2011-03-28handle large values for process timeHisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2011-03-17show names of zombie processes properlyHisham Muhammad
2010-11-26All processes where showing as belonging to 'root'. Fixed.Hisham Muhammad
2010-11-24Fix behavior of expand/collapse-tree. Thanks Rob for the heads up!Hisham Muhammad
2010-11-24correct thread detectionHisham Muhammad
2010-11-23Split process and thread counts in tasks meterHisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-11-20Fix for systems where there's no /proc/PID/task/PID/. Closes #2789634.Hisham Muhammad
2010-10-30no need to pad values; provide a default on machines without cgroupHisham Muhammad
2010-10-30Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)Hisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
2010-06-17expand/collapse treeHisham Muhammad
2010-03-29STARTTIME columnHisham Muhammad
2010-02-25warning fixesHisham Muhammad
2010-02-25show custom thread namesHisham Muhammad
2010-02-22minor tweaks by David WeberHisham Muhammad
2009-10-16coverity fixesHisham Muhammad
2009-03-11BSD related fixes:Hisham Muhammad
2009-03-11Rename VEID to CTID in OpenVZ systemsHisham Muhammad
2009-02-17Fix missing tree view when userland threads are hiddenHisham Muhammad
2009-02-17Fix for VPID on OpenVZ systemsHisham Muhammad
2008-09-23Remove assertion that fails on hardened kernelsHisham Muhammad
2008-09-23Avoid reading process IO info multiple times on multithreaded processes.Hisham Muhammad
2008-09-23Add Linux-VServer support,Hisham Muhammad
2008-03-14Ability to change sort column with the mouse byHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2008-03-09Add support for Linux per-process IO statistics,Hisham Muhammad
2008-03-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
2008-03-08BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad
2007-11-09IO-wait time now counts as idle time, which is a moreHisham Muhammad
2007-11-08Improve construction of tree view, properly nesting threads.Hisham Muhammad
2007-08-10OpenVZ support, contributed by Sergey LychkoHisham Muhammad
2007-05-21Add support of NLWP field, by Bert WesargHisham Muhammad