summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-1642/+0
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-36/+40
* More robust logic for CPU process percentages (Linux & PCP)Explorer092023-08-181-9/+15
* Fix Linux running tasks count in the Tasks Meter, a recent regressionNathan Scott2023-06-061-0/+3
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-724/+39
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-44/+62
* Linux: implement zswap supportIvan Shapovalov2023-04-231-0/+28
* Minor code formatting consistency fixesBenny Baumann2023-04-111-2/+2
* Refactor and consolidate dynamic meters/columns pointersNathan Scott2023-04-061-2/+2
* Naming convention: LinuxProcess *lp and Process *process.Kirill Tkhai2023-03-311-26/+26
* This patch is for "Hide userland process threads mode is off" case.Kirill Tkhai2023-03-311-7/+18
* Remove LXC special handling for the CPU countDaniel Lange2023-02-251-29/+1
* Linux: highlight username if process has elevated privilegesChristian Göttsche2023-02-051-0/+8
* Linux: Refactor /proc/<pid>/status parsingChristian Göttsche2023-02-051-124/+92
* Linux: move helper function to top of fileChristian Göttsche2023-02-051-42/+42
* Add support for scheduling policiesChristian Göttsche2023-02-051-0/+7
* Reformat code baseBenny Baumann2022-10-241-10/+10
* Fix code style and make other minor changesvaldaarhun2022-08-291-8/+9
* Implement LinuxProcessList_checkPidNamespacevaldaarhun2022-08-291-4/+60
* Convert tab indentation to spacesChristian Göttsche2022-08-141-4/+4
* Linux: support openat() without readlinkat()Christian Göttsche2022-08-091-6/+2
* Refactor code for rendering command line cacheBenny Baumann2022-05-311-2/+4
* consider only shrinkable ZFS ARC as cache on Linuxilyam82022-05-301-0/+2
* Do not scan new processes for deleted libsChristian Göttsche2022-05-261-1/+16
* Merge branch 'lxc-cpu-count-fix' of fasterit/htopDaniel Lange2022-05-171-1/+29
|\
| * Limit active CPU count under LXC as wellDaniel Lange2022-05-071-1/+1
| * LXC: Limit CPU count to what is given in /proc/cpuinfo despite the container ...Daniel Lange2022-05-041-1/+29
* | LinuxProcessList_recurseProcTree: keep on read errorDenis Lisov2022-05-051-1/+6
* | LinuxProcessList_recurseProcTree: open dirfd firstDenis Lisov2022-05-051-8/+8
* | Remove redundant sscanf calls (in (s)scanf a blank validates _zero_ or more w...Daniel Lange2022-05-051-7/+2
|/
* Fix typoChristian Göttsche2022-04-301-4/+4
* use xCalloc for allocating cpuDataer-azh2022-03-271-1/+1
* Linux: allocate cpuData before reading cpu count.er-azh2022-03-261-3/+10
* Linux: fix crash in LXDer-azh2022-03-261-1/+1
* Auto-size (normalized) CPU usage columnsBenny Baumann2022-03-061-0/+1
* Linux: dynamically adjust column width of CGROUP C(ompressed)CGROUPChristian Göttsche2022-03-061-1/+12
* Linux: dynamically adjust the SECATTR column widthChristian Göttsche2022-03-061-0/+3
* Fix division by zero when calculating IO ratesBenny Baumann2022-02-031-2/+4
* LinuxProcessList: do not collect LRS per threadDenis Lisov2021-12-181-2/+4
* Introduce screen tabsHisham Muhammad2021-12-071-15/+16
* Extract string writing/buffer handling into some callbackBenny Baumann2021-11-281-3/+3
* Compress cgroup names based on some heuristicsBenny Baumann2021-11-281-0/+20
* Filter leading colons in CGROUP nameBenny Baumann2021-11-281-3/+10
* Linux: use proper way to detect kernel threadsRin Cat (鈴猫)2021-11-091-15/+20
* Tidy up process state handlingmarcluque2021-11-021-4/+20
* Linux: ignore mapped /dev/zeroChristian Hesse2021-10-251-0/+5
* Linux: improve tryRead macro safetyChristian Göttsche2021-10-011-3/+3
* Merge branch 'o_path' of https://github.com/cgzones/htop into cgzones-o_pathNathan Scott2021-09-271-0/+4
|\
| * Linux: define O_PATH if not definedChristian Göttsche2021-09-241-0/+4
* | Linux: always compute procExeDeleted if already setChristian Göttsche2021-09-241-2/+2
|/

© 2014-2024 Faster IT GmbH | imprint | privacy policy