freebsd-src/usr.bin/top
Piotr Kubaj b7f62c6042 usr.bin/top: fix displaying load average for loads of at least 100
After top registers load average of at least 100 which then gets reduced to
below 100, there are left stray digits.
Supporting load over 100 requires increasing the width only to 6, but since
we support over 1000 CPU's now, let's increase it to 7.

Reviewed by:	kib
Differential Revision: https://reviews.freebsd.org/D45284
2024-05-22 16:47:46 +02:00
..
commands.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
commands.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
display.c usr.bin/top: fix displaying load average for loads of at least 100 2024-05-22 16:47:46 +02:00
display.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
layout.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
loadavg.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
machine.c top: Avoid printing a blank line when the ZFS ARC is empty 2024-01-11 10:01:37 -05:00
machine.h Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:23 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
screen.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
screen.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
top.1 Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00
top.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
top.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
username.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
username.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
utils.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
utils.h Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:23 -06:00