summaryrefslogtreecommitdiffstats
path: root/solaris/Platform.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for illumos/Solaris platformsDominik Hassler2024-01-111-3/+3
* Add includes for config.h as per the discussion in PR #1337Daniel Lange2023-12-261-0/+2
* 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
* Replace isnan() with better comparisons (isgreater(), etc.)Explorer092023-08-181-3/+3
* Minor whitespace and small logic flow improvements on reviewNathan Scott2023-05-081-2/+2
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-10/+11
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-13/+14
* {Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov2023-04-231-1/+3
* Improve code readability by using enum values instead of raw numbersGuillaume Gomez2023-03-041-3/+3
* Implement File Descriptor Meter stub for SolarisBenny Baumann2023-02-191-0/+5
* 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-2/+2
* Clean out Platform_getInodeFilenameнаб2023-01-081-6/+0
* Improve code readability by creating constants for memory valuesGuillaume Gomez2023-01-071-5/+5
* Ensure buffer for environment is large enough on SolarisBenny Baumann2022-05-061-8/+14
* Use correct command field as default fieldChristian Göttsche2021-12-171-1/+1
* Mark ScreenDefaults constChristian Göttsche2021-12-171-1/+1
* Introduce screen tabsHisham Muhammad2021-12-071-2/+10
* Early program termination only from main()Volodymyr Vasiutyk2021-10-311-1/+2
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Add combined memory and swap meterChristian Göttsche2021-08-171-0/+2
* Solaris: support offline CPUs and hot-swappingChristian Göttsche2021-07-181-1/+6
* Rework CPU countingChristian Göttsche2021-07-181-1/+1
* Code indentationBenny Baumann2021-07-151-5/+5
* Solaris: correct process env memory handlingChristian Göttsche2021-05-201-2/+2
* Solaris: reduce variable scopeChristian Göttsche2021-05-201-3/+7
* Solaris: add kstat lookup wrappersChristian Göttsche2021-05-201-1/+1
* Include signal.h, reorder headersBenny Baumann2021-04-031-12/+13
* Use unsigned types for CPU counts and associated variablesChristian Göttsche2021-03-191-2/+2
* 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
* Use String_eq wrapper instead of raw strcmpChristian Göttsche2021-01-301-1/+1
* Linux: Add SwapCached to the swap meterDavid Zarzycki2021-01-111-0/+1
* add support to display CPU frequencies on Solarish platformsDominik Hassler2020-12-251-1/+1
* Mark Platform_defaultFields constChristian Göttsche2020-12-191-1/+1
* Rework enum ProcessFieldChristian Göttsche2020-12-191-4/+0
* Unify naming of first argument of Platform_getBatteryChristian Göttsche2020-11-251-2/+2
* Merge branch 'cleanup-init-done' into masterNathan Scott2020-11-231-4/+13
|\
| * Minor cleanups to platform-specific init and doneNathan Scott2020-11-191-4/+13
* | Fix NULL pointer dereference on kstat_lookup failureBenny Baumann2020-11-221-14/+12
* | Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche2020-11-211-1/+1
|/
* Merge individual Battery.[ch] files into Platform.[ch]Nathan Scott2020-11-181-0/+5
* Show CPU temperature in CPU meterChristian Göttsche2020-11-161-0/+1
* Resolve merge conflicts, merge #298 "Macro cleanup" from @BenBEDaniel Lange2020-11-151-26/+34
|\
| * Integrate NAN check into assignmentBenny Baumann2020-11-021-4/+1
| * Embracing branchesBenny Baumann2020-11-021-7/+18
| * Spacing around operatorsBenny Baumann2020-11-021-16/+16
| * Whitespace and indentation issuesBenny Baumann2020-11-021-3/+3

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