summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.c
Commit message (Expand)AuthorAgeFilesLines
* darwin: avoid double division by zero on startupChristian Göttsche7 days1-6/+12
* Fix typoChristian Göttsche2024-03-271-1/+1
* darwin/Platform.c: use mach/port.hSergey Fedorov2024-02-041-1/+1
* Darwin: add NetworkIOMeter supportUeiWang2023-12-291-3/+63
* Move shared memory next to used memoryKevin Bracey2023-10-261-1/+1
* Correct pid_t type return from Platform_getMaxPid functionNathan Scott2023-09-041-1/+1
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-12/+11
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-7/+8
* {Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov2023-04-231-0/+3
* Darwin: add DiskIOMeter supportUeiWang2023-04-221-3/+105
* Implement File Descriptor Meter support for DarwinBenny Baumann2023-02-191-0/+7
* Use strict function prototypes also for defintionsChristian Göttsche2023-02-041-2/+2
* Improve code readability by creating constants for SWAP memory valuesGuillaume Gomez2023-01-081-1/+1
* Clean out Platform_getInodeFilenameнаб2023-01-081-6/+0
* Improve code readability by creating constants for memory valuesGuillaume Gomez2023-01-071-5/+5
* Use correct command field as default fieldChristian Göttsche2021-12-171-1/+1
* Mark ScreenDefaults constChristian Göttsche2021-12-171-1/+1
* Drop unused Platform variablesChristian Göttsche2021-12-171-2/+0
* Introduce screen tabsHisham Muhammad2021-12-071-0/+10
* Early program termination only from main()Volodymyr Vasiutyk2021-10-311-1/+3
* Extract Darwin "PlatformHelpers"Alexander Momchilov2021-09-261-9/+3
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Fix typo in gettime implementation on darwinBenny Baumann2021-09-181-1/+2
* Clarify naming of Platform_nanosecondsPerSchedulerTickBenny Baumann2021-08-251-4/+4
* Refactor Darwin platform unit conversion helpersAlexander Momchilov2021-08-251-7/+22
* Add combined memory and swap meterChristian Göttsche2021-08-171-0/+2
* Merge branch 'cpu_count' of cgzones/htopDaniel Lange2021-08-021-6/+6
|\
| * Rework CPU countingChristian Göttsche2021-07-181-6/+6
* | Properly handle multiple batteries on darwinBenny Baumann2021-08-021-45/+35
|/
* Code indentationBenny Baumann2021-07-151-5/+5
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-2/+2
* Request the realtime and monotonic clock times once per sampleNathan Scott2021-04-051-0/+24
* Use unsigned types for CPU counts and associated variablesChristian Göttsche2021-03-191-3/+3
* MemoryMeter: show shared memory before cachedChristian Göttsche2021-03-171-1/+3
* Fix integer sizing issues in the NetworkIO MeterNathan Scott2021-03-011-8/+2
* [#480] SysArchMeter to view kernel/arch infoahgamut2021-01-311-0/+2
* Unhardcode tick-to-ms conversionAlexander Momchilov2020-12-191-2/+14
* Mark Platform_defaultFields constChristian Göttsche2020-12-191-1/+1
* Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche2020-12-191-10/+0
* Rework enum ProcessFieldChristian Göttsche2020-12-191-2/+0
* Merge branch 'fix_mach_timebase' of benbe/htopDaniel Lange2020-12-131-14/+32
|\
| * Correct timebase for non-x86 CPUs on DarwinBenny Baumann2020-12-131-1/+17
| * Sort include in Darwin platform headersBenny Baumann2020-12-131-14/+16
* | Add column in darwin to indicate whether the the process is running under tra...Dániel Bakai2020-12-131-1/+1
* | Move Process_fields from darwin/Platform to darwin/DarwinProcessDániel Bakai2020-12-131-29/+0
|/
* Unify naming of first argument of Platform_getBatteryChristian Göttsche2020-11-251-3/+3
* Merge branch 'cleanup-init-done' into masterNathan Scott2020-11-231-2/+11
|\
| * Minor cleanups to platform-specific init and doneNathan Scott2020-11-191-2/+11
* | Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche2020-11-211-2/+2
|/
* Merge individual Battery.[ch] files into Platform.[ch]Nathan Scott2020-11-181-0/+68

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