summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcessList.c
Commit message (Collapse)AuthorAgeFilesLines
* Scan threads for process state information.Hisham Muhammad2016-02-181-1/+3
| | | | | | Based on: http://stackoverflow.com/questions/6788274/ios-mac-cpu-usage-for-thread and https://github.com/max-horvath/htop-osx/blob/e86692e869e30b0bc7264b3675d2a4014866ef46/ProcessList.c This should be a fix for #361.
* Check for failure in allocations.Hisham2016-02-021-2/+2
|
* Darwin: replace vm_statistics64_* with vm_statistics_*Michael Klein2016-01-131-4/+4
| | | | | | Works with: - Darwin 9.8.0 (OS X 10.5.8) PPC - Darwin 15.2.0 (OS X 10.11.2) Intel
* Fix CRT_fatalError warning.Hisham Muhammad2015-11-021-0/+1
|
* Merge pull request #299 from mmcco/masterHisham Muhammad2015-11-021-7/+7
|\ | | | | OpenBSD port updates and error exit improvements
| * Replace all err.h function uses with CRT_fatalError(). Failing withMichael McConville2015-11-011-7/+7
| | | | | | | | err.h functions corrupts the terminal when using curses.
* | Initialize variables, silence warnings.Hisham Muhammad2015-10-241-0/+1
|/
* Merge pull request #274 from mmcco/masterHisham Muhammad2015-10-051-23/+12
|\ | | | | Cleanup and initial OpenBSD support
| * Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few ↵Michael McConville2015-09-191-7/+4
| | | | | | | | existing ones and fix some style.
| * Clean up some needless malloc casts, convert some mallocs to callocs, and ↵Michael McConville2015-09-161-17/+9
| | | | | | | | fix some style
* | removing unnecessary include, which on top breaks compilingkaefer2015-09-141-1/+0
|/
* CPU per process implementedDavid Hunt2015-08-191-6/+16
|
* Fix the thread countsDavid Hunt2015-08-191-4/+35
|
* Fixed CPU updatingDavid Hunt2015-08-191-9/+16
|
* Static CPU meterDavid Hunt2015-08-191-7/+20
|
* Start supporting actual dataDavid Hunt2015-08-191-39/+101
|
* Added darwin with working battery meterDavid Hunt2015-08-191-0/+71

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