summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
6 daysLinux: Permit non-ASCII for CGROUP, CONTAINER & SECATTR fieldsExplorer09
2024-04-18Merge branch 'gcc14-analyzer-fixes' of BenBE/htopDaniel Lange
2024-04-17Use 'sb' name for local 'struct stat' buffersExplorer09
2024-04-17Use 'fp' name for local 'FILE*' variables.Explorer09
2024-04-17Explicit memory initialization when reading status fileBenny Baumann
2024-04-13linux: harden terminal parsingChristian Göttsche
2024-04-08Work around GCC14 memleak diagnosticBenny Baumann
2024-04-08Align parameter names in declarations with definitionsChristian Göttsche
2024-04-08Use uppercase floating point literalsChristian Göttsche
2024-04-08Drop casts to same typeChristian Göttsche
2024-04-08Linux: fix title alignments of GPU columnsChristian Göttsche
2024-04-06Linux: add process column whether it is marked a container processChristian Göttsche
2024-04-06Linux: detect container process by different PID namespaceChristian Göttsche
2024-04-06Linux: do not always read /proc/<pid>/statusChristian Göttsche
2024-04-06Linux: reorder some calls in LinuxProcessList_recurseProcTree()Christian Göttsche
2024-04-06Linux: update gathering information regarding threadsChristian Göttsche
2024-04-06Linux: gather permitted capabilities via capget(2)Christian Göttsche
2024-04-05Adapt GPU_TIME field for the new nanoseconds formatExplorer09
2024-04-05linux: use dlopen for libnl3 instead of dynamic linkingChristian Göttsche
2024-04-05linux: move libnl code into separate fileChristian Göttsche
2024-04-05Use size_t for array indices consistentlyBenny Baumann
2024-03-27Linux: Correctly mark trailing offline CPU threadsMartin Rys
2024-03-27Avoid glibc FILE API for number of open filesBenny Baumann
2024-03-27Avoid glibc FILE API for maxpidBenny Baumann
2024-03-27Avoid glibc FILE API for loadavgBenny Baumann
2024-03-27Avoid glibc FILE API for uptime readingBenny Baumann
2024-03-27Avoid glibc FILE API for secattrBenny Baumann
2024-03-27Avoid glibc FILE API for oom_scoreBenny Baumann
2024-03-27Avoid glibc FILE voodooBenny Baumann
2024-03-27Linux: scan GPU based on previous activityChristian Göttsche
2024-03-27Linux: add GPU meter and process columnChristian Göttsche
2024-03-27Introduce autoTitleRightAlign column flagChristian Göttsche
2024-01-27Read executable name before checking the command lineBenny Baumann
2024-01-27Properly track if we actually hit any token while scanning cmdlineBenny Baumann
2024-01-25Explicitly check sscanf(3) and fscanf(3) return valuesChristian Göttsche
2024-01-20Linux: drop preconditions for free_and_xStrdup()Christian Göttsche
2024-01-20Linux: rename variable for clearer intentChristian Göttsche
2024-01-12Fix the display of number of running tasksBenny Baumann
2024-01-10Fix static linking with libsystemdChristian Göttsche
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