summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcessList.h
AgeCommit message (Collapse)Author
2020-11-17DarwinProcessList: mark local functions static and sort includesChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-19Continue to update generic data in paused modeChristian Göttsche
Generic data, as CPU and memory usage, are used by Meters. In paused mode they would stop receiving updates and especially Graph Meters would stop showing continuous data. Improves: #214 Closes: #253
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-09Switch variable/field naming from WhiteList to MatchListNathan Scott
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
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-07-07Refactor common OpenZFS sysctl accessRoss Williams
Darwin and FreeBSD export zfs kstats through the same APIs, so moving functions into a common file.
2019-07-07ZFS arcstats for Darwin (macOS / OS X)Ross Williams
2016-01-13Darwin: replace vm_statistics64_* with vm_statistics_*Michael Klein
Works with: - Darwin 9.8.0 (OS X 10.5.8) PPC - Darwin 15.2.0 (OS X 10.11.2) Intel
2015-08-19CPU per process implementedDavid Hunt
2015-08-19Fix the thread countsDavid Hunt
2015-08-19Fixed CPU updatingDavid Hunt
2015-08-19Static CPU meterDavid Hunt
2015-08-19Start supporting actual dataDavid Hunt
2015-08-19Added darwin with working battery meterDavid Hunt