]> granicus.if.org Git - procps-ng/commit
top: raise %CPU maximum if large numbers of processors <=== port of newlib 7279cd8e
authorJim Warner <james.warner@comcast.net>
Wed, 15 Jun 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Sun, 19 Jun 2022 10:58:51 +0000 (20:58 +1000)
commit0ce996226962b9a43b4064eca0d495b038c94ab7
tree24cbc3a5348ed4f104880a01e696d6eb2769bef1
parent40e9d0f29996cb3c742de01deb1e293ba933dbd0
top: raise %CPU maximum if large numbers of processors <=== port of newlib 7279cd8e

______________________________ original newlib message

It would appear that openSUSE was the first to release
procps-ng version 4.0.0 (in the tumbleweed distro). As
a result I checked their source rpm and found a couple
of patches I'm porting to newlib for the next release.

This particulate patch, with some changes, is openSUSE
patch 'procps-ng-3.3.10-large_pcpu.patch'. The changes
were strictly cosmetic. They involved whitespace only.

[ it should be noted that the net effect for raising ]
[ the maximum is to produce a '?' in the %CPU field. ]
[ that's because its width is fixed at five columns. ]
[ but at least the '?' won't distort actual results. ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c