summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
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
2021-05-23Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann
2021-05-23Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process stru...Benny Baumann
2021-05-23Remove duplicate field LinuxProcess->procCmdlineBasenameEndBenny Baumann
2021-05-23Move procExeBasenameOffset to main Process structureBenny Baumann
2021-05-23Move procExeDeleted flag to main Process structureBenny Baumann
2021-05-23Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann
2021-05-23Move procComm and procExe to main Process structureBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann
2021-05-23Refactor makeCommandStrBenny Baumann