summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Expand)Author
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Move "get max pid" code into platform specific area.Hisham Muhammad
2014-11-24Builds on Linux again!Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-10-14Fixed a wrong attribution.Valmiky Arquissandas
2014-10-14Added new color for 'D' state.Valmiky Arquissandas
2014-05-03Update values for fields whose columns may appear later. Fixes #80.Hisham Muhammad
2014-05-03Make VPID use PID-width format. Closes #79.Hisham Muhammad
2014-04-25Compare with long, for 64-bit systemsHisham Muhammad
2014-04-25Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2014-04-25Fix time-based sortingHisham Muhammad
2014-04-24Support pagefaults stats. Closes #45.Hisham Muhammad
2014-04-24Boost field buffer size - crashes when trying to draw very deep UTF-8 treesHisham Muhammad
2014-04-24Better consistency in coloring. Closes #66.Hisham Muhammad
2014-04-24Both IO_PRIO and IO_RATE had the same column heading. Closes #61.Hisham Muhammad
2014-04-21Use proper format string for unsigned data.Hisham Muhammad
2014-04-10Fix padding in large numbers. (See #40)Hisham Muhammad
2014-04-09Avoid "else" trick with #ifdef, hopefully makes code easier to follow.Hisham Muhammad
2014-04-09Support for very large numbers, now tested on a 64-bit machine.Hisham Muhammad
2014-04-09Support really large numbers on 64-bit architectures; first try.Hisham Muhammad
2014-04-09Fix invalid access when highlighting basename of threads.Hisham Muhammad
2014-02-27New logic for highlighting basenames with spacesHisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-01-29Added additional column to monitor OOM killer score of each processLeigh Simpson
2014-01-21fix column shift on wrong megabytes formatzed_0xff
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2013-05-24Performance improvements due to conditional parsing of IO data depending on s...Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-10-20fixes PGRP and SESN columns in case of big pids. Patch #3567904.Hisham Muhammad
2012-10-04Add IO priority support ('i' key)Hisham Muhammad
2012-06-25don't downcast to int before determining number of hoursHisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-14show proper values for very large timesHisham 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-29Use wider PID columns in 64-bit machines with larger pid_max values.Hisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad
2011-09-08Add missing header titles. Closes #3152630.Hisham Muhammad
2011-05-26nicer display for large numbersHisham Muhammad
2011-03-28handle large values for process timeHisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-11-20BUGFIX: Fix alignment for display of memory values above 100G (sign of the ti...Hisham 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