summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2024-01-10Linux: use fseek(3)Christian Göttsche
2023-12-31Shorten docker container IDs to 12 charactersBenny Baumann
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Use consistent style for process field output/compare functionsBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-12-11Consolidate duplicate string constants in CGroup filtersBenny Baumann
2023-12-11Add column for process container nameBenny Baumann
2023-12-11Add logic to filter the container name (+type) from the CGroup nameBenny Baumann
2023-11-27Merge branch 'main' of https://github.com/BowDown097/htop into BowDown097-mainNathan Scott
2023-11-27Fix a little header comment typo in the CGroupUtils codeNathan Scott
2023-11-26Update linux/LinuxProcessTable.cBowDown097
2023-11-24Use printKBytesBowDown097
2023-11-24Linux + PCP: Add private memory size columnBowDown097
2023-11-21Remove unused zswap pool size calculation from commit 71f5a80d9eNathan Scott
2023-11-19Shorten podman/libpod container IDs to 12 charactersBenny Baumann
2023-11-08Avoid OOB read when parsing process memory maps on LinuxBenny Baumann
2023-10-26Move shared memory next to used memoryKevin Bracey
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-10-10strchrnul is a GNU libc extension, add a wrapper for other platformsNathan Scott
2023-09-04Correct pid_t type return from Platform_getMaxPid functionNathan Scott
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-30linux: right align IO_READ_RATE column titleChristian Göttsche
2023-08-30Support dynamic screens with 'top-most' entities beyond processesSohaib Mohamed
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-08-29Rework ZramMeter and remove MeterClass.comprisedValuesExplorer09
2023-08-18Compare all percentage fields with compareRealNumbers()Explorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-08-18More robust logic for CPU process percentages (Linux & PCP)Explorer09
2023-08-02Merge branch 'remove-vla' of BenBE/htopDaniel Lange
2023-07-28Header orderBenny Baumann
2023-07-28Avoid VLA in LibSensors codeBenny Baumann
2023-07-07Short-term fix for docker container detectionlestermfp
2023-06-06Fix Linux running tasks count in the Tasks Meter, a recent regressionNathan Scott
2023-05-25Add missing copyright/file headersBenny Baumann
2023-05-24Make header sort order consistent againBenny Baumann
2023-05-24Always mark config.h with IWYU pragma: keepBenny Baumann
2023-05-08Minor whitespace and small logic flow improvements on reviewNathan Scott
2023-05-08Adapt platform code for the new Machine base classNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-04-23Linux: (hack) work around the fact that Zswapped pages may be SwapCachedIvan Shapovalov
2023-04-23Linux: implement zswap supportIvan Shapovalov
2023-04-23Linux: fix include style issues for ZramStats.hIvan Shapovalov
2023-04-23{Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov
2023-04-23{Memory,Swap}Meter: make sure new constants are used consistentlyIvan Shapovalov
2023-04-11ZramMeter: update bar modeChristian Göttsche
2023-04-11Minor code formatting consistency fixesBenny Baumann
2023-04-06Refactor and consolidate dynamic meters/columns pointersNathan Scott
2023-03-31Naming convention: LinuxProcess *lp and Process *process.Kirill Tkhai