summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2021-09-12Linux: recalculate LRS valueChristian Göttsche
2021-09-11Linux: zero CPU data after allocationChristian Göttsche
2021-09-05Add a Process_printPercentage helper routineHisham Muhammad
2021-09-03Add completion handling for dynamic meters and columnsNathan Scott
2021-09-02Linux: rework disk-io parsingChristian Göttsche
2021-09-02linux: simplify recheck conditionChristian Göttsche
2021-09-02linux: color void delay accounting values grayChristian Göttsche
2021-09-02linux: drop unused macro IOPriority_errorChristian Göttsche
2021-09-02linux: drop dead process field column DIRTYChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-22Linux: do not scan frequency for inactive CPUsChristian Göttsche
2021-08-17Add combined memory and swap meterChristian Göttsche
2021-08-16Simplify Action_pickFromVector() width parameter usageChristian Göttsche
2021-08-14Respect "Show custom thread names" setting updateChristian Göttsche
2021-08-13Merge branch 'dynamic-columns' of https://github.com/smalinux/htop into smali...Nathan Scott
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-08-10Linux: do not include zram devices in DiskIOChristian Göttsche
2021-08-10The average CPU utilization value must never be marked 'offline'Nathan Scott
2021-08-09Add Shift-F7, Shift-F8 keybindings for autogroupsDaniel Lange
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
2021-08-08Fix misc typosChristian Göttsche
2021-07-18Add ProcessList_isCPUonlineChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-07-15Use PATH lookup for systemctl in systemd meterScott Olson
2021-07-15Proper label indentationBenny Baumann
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-15Code indentationBenny Baumann
2021-07-15Split statements that should go onto multiple linesBenny Baumann
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-06-26Replaces WRAP_SUBTRACT with saturatingSub inline function to reduce code dupl...fraggerfox
2021-06-12Do not override Linux process library sizeChristian Göttsche
2021-06-12Limit deleted library checkChristian Göttsche
2021-06-09Linux: update process uid on changeChristian Göttsche
2021-06-09Linux: drop O_PATH usageChristian Göttsche
2021-06-09Check processes for using deleted shared librariesChristian Göttsche
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-25Linux: add reset to heuristicChristian Göttsche
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23Fix assert failure on short running threadChristian Göttsche
2021-05-23Force update when executable was recently deleted/replacedBenny Baumann
2021-05-23Linux: use merge command line helpersChristian Göttsche
2021-05-23Linux: drop obsolete code now in Process_writeFieldChristian Göttsche
2021-05-23Drop mc->maxLen fieldBenny Baumann
2021-05-23Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann
2021-05-23Call makeCommandStr on all platformsBenny Baumann
2021-05-23Move Process_makeCommandStr to global Process implementationBenny Baumann
2021-05-23Move LinuxProcess_getCommandStr to Process_getCommandStrBenny Baumann
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-23Pre-calculate isUserlandThread flagBenny Baumann
2021-05-23Move mergeCommand to global process structBenny Baumann