Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f372f5ac | 2023-09-27 17:16:22 | MASTER_SITES -> SITES | ||
| e8d523d1 | 2023-05-18 12:15:20 | xstatbar tweaks to shorten the output a little to help not overrun the display line on systems with more cores - just print single "cpu:" text before all cores rather than one for each core (also avoids odd gaps in numbering with SMT-disabled cores; on intel big/little the P cores have SMT but E cores don't, so there you get cpu0:, cpu2:, cpu4:, cpu5:, cpu6:, [...]) - move the cpuonline check to avoid double gap when a core is skipped - don't print textual cpu% (user/nice/sys/spin/intr/idle) per-core when there are a larger number of cores (I considered collapsing all cpus into a signal combined output instead, but that means you can't distinguish between e.g. "one core pegged at 100% others idle" and "all cores lightly loaded") | ||
| 5b4588fb | 2022-03-31 13:37:02 | sync WANTLIB | ||
| 2b3700e3 | 2022-03-11 19:57:10 | drop RCS Ids | ||
| 668b8a43 | 2021-03-08 10:55:34 | xstatbar: cope with systems that don't have swap, found by kn@ | ||
| afad673d | 2020-10-12 10:41:35 | xstatbar: parse properly options on archs where char is unsigned by default (arm, powerpc) Style hint and OK tb@ | ||
| 1cdc22ac | 2020-04-16 06:54:41 | Use the new sioctl_open(3) interface in place of /dev/mixer Now xstatbar shows the same control as "sndioctl output.level". ok sthen, rsadowski | ||
| 77f7cc9c | 2019-07-12 20:49:33 | replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes | ||
| 565030b5 | 2019-02-24 15:02:19 | xstatbar tweaks: - hide SMT-offline CPUs, like top(1) does - mirror distfile; upstream redirects http->https but hostname isn't in the cert | ||
| 3526824c | 2018-06-01 14:20:19 | unbreak xstatbar following changed values for CP_INTR, CP_IDLE, CPUSTATES - don't try to lookup a nonexistent string in an array to provide a text version of intr/idle - fix muddled-up cpu time types due to reordering - stack 'spin' time ont the cpu display (in cyan) |