summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/Platform.c
AgeCommit message (Collapse)Author
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche
2020-09-28CPUMeter: add octuple-column CPU meters.multi
This is a straightforward extension of the existing multi-column CPU meter code, which now allows for up CPU meters to be displayed in up to 16 columns. This also adds the meter declarations to all the platform-specific code.
2020-09-28Add missing 4-column CPU meters to non-Linux platforms.multi
2020-09-24Update CPU freq display to use NAN on errorBenny Baumann
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
The MIN, MAX, CLAMP, MINIMUM, and MAXIMUM macros appear throughout the codebase with many re-definitions. Make a single copy of each in a common header file, and use the BSD variants of MINIMUM/MAXIMUM due to conflicts in the system <sys/param.h> headers.
2020-09-03Axe automated header generation.Zev Weiss
Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
2019-08-10Show N/A on unsupported platforms instead of 0KHzArnavion
2017-07-07DragonFlyBSD PID_MAX is 999999.Explorer09
See DragonFlyBSD source "sys/sys/proc.h". Fixes #646
2017-04-19Initial addition of dragonflybsd (based on FreeBSD)Diederik de Groot