CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/07/16 21:14:53
Modified files:
sysutils/htop : Makefile
Added files:
sysutils/htop/patches: patch-openbsd_Platform_c
Log message:
Fix CPU meters
Introduction of CP_SPIN sched state broke hard-coded state indexes
resulting in the meters incorrectly reporting bogus intr data instead of
CPU usage. Change hardcoded values to sched.h macros.
