summaryrefslogtreecommitdiffstats
path: root/linux/Platform.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'fp' name for local 'FILE*' variables.Explorer0910 days1-26/+26
* Avoid glibc FILE API for number of open filesBenny Baumann2024-03-271-5/+5
* Avoid glibc FILE API for maxpidBenny Baumann2024-03-271-9/+15
* Avoid glibc FILE API for loadavgBenny Baumann2024-03-271-13/+14
* Avoid glibc FILE API for uptime readingBenny Baumann2024-03-271-7/+13
* Linux: add GPU meter and process columnChristian Göttsche2024-03-271-0/+2
* Explicitly check sscanf(3) and fscanf(3) return valuesChristian Göttsche2024-01-251-1/+1
* Update includes based on IWYUBenny Baumann2023-12-261-1/+1
* Fix code styleBenny Baumann2023-12-261-2/+2
* Move shared memory next to used memoryKevin Bracey2023-10-261-1/+1
* Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott2023-10-101-3/+2
|\
| * Make header sort order consistent againBenny Baumann2023-05-241-2/+1
| * Always mark config.h with IWYU pragma: keepBenny Baumann2023-05-241-1/+1
* | Correct pid_t type return from Platform_getMaxPid functionNathan Scott2023-09-041-3/+3
* | Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-2/+2
* | Rework ZramMeter and remove MeterClass.comprisedValuesExplorer092023-08-291-1/+1
* | Replace isnan() with better comparisons (isgreater(), etc.)Explorer092023-08-181-11/+14
* | Short-term fix for docker container detectionlestermfp2023-07-071-1/+1
|/
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-26/+27
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-19/+20
* Linux: (hack) work around the fact that Zswapped pages may be SwapCachedIvan Shapovalov2023-04-231-0/+15
* Linux: implement zswap supportIvan Shapovalov2023-04-231-1/+14
* {Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov2023-04-231-0/+1
* {Memory,Swap}Meter: make sure new constants are used consistentlyIvan Shapovalov2023-04-231-2/+2
* ZramMeter: update bar modeChristian Göttsche2023-04-111-2/+3
* Minor code formatting consistency fixesBenny Baumann2023-04-111-4/+4
* Improve CPU computation codeGuillaume Gomez2023-03-041-3/+2
* Improve code readability by using enum values instead of raw numbersGuillaume Gomez2023-03-041-5/+5
* Implement File Descriptor Meter support for LinuxBenny Baumann2023-02-191-0/+20
* Misc cleanupChristian Göttsche2023-02-181-2/+1
* Linux: add IRQ PSI meterMatthias Maier2023-02-131-0/+1
* Add a systemd user meter to monitor user units.Aidan Epstein2023-02-051-0/+1
* Use a 0x{devnum} format for devices in lock screen, like files screenнаб2023-01-081-1/+4
* Replace meaningless ID column with FD column in lock screenнаб2023-01-081-3/+3
* Clean out Platform_getInodeFilenameнаб2023-01-081-55/+0
* Fix Linux Platform_getProcessLocks() for file-description locksнаб2023-01-081-40/+67
* Improve code readability by creating constants for memory valuesGuillaume Gomez2023-01-071-8/+8
* Reformat code baseBenny Baumann2022-10-241-1/+1
* Please Clang 15Christian Göttsche2022-08-091-2/+2
* consider only shrinkable ZFS ARC as cache on Linuxilyam82022-05-301-2/+7
* fix container detection for LXCilyam82022-05-081-1/+1
* Remove stray fprintf left from testing (introduced in 7039abe)Daniel Lange2022-04-261-1/+0
* Guess lxc or docker from /proc/1/mountsDaniel Lange2022-04-021-1/+28
* Use correct command field as default fieldChristian Göttsche2021-12-171-2/+2
* Mark ScreenDefaults constChristian Göttsche2021-12-171-1/+1
* Linux: read generic sysfs batteriesChristian Göttsche2021-12-081-14/+47
* Introduce screen tabsHisham Muhammad2021-12-071-1/+14
* Early program termination only from main()Volodymyr Vasiutyk2021-10-311-7/+9
* Linux: restore battery state with numbered AC'sChristian Göttsche2021-10-261-1/+1
* Code clean up for reading battery infoaninsen2021-10-251-152/+86

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