Jan Lentfer schrieb:
> Jan Lentfer schrieb:
>> Relevant bits are here:
>>
>> http://gitweb.dragonflybsd.org/~lentferj/dragonfly.git/shortlog/refs/heads/top_update
>>
>> http://gitweb.dragonflybsd.org/~lentferj/dragonfly.git/shortlog/refs/heads/vendor/TOP
>>
>>
>> This version of top defaults to diplay CPU on a single line. Multiline
>> CPU dislay can be enabled with "-M".
>
> I just figured out that it is not working on i386 (I made the patches on
> x86_64). So be aware that this will only work on x86_64. Also man page
> is broken (fixed that already). Will commit all the fixes with i386-fix.
The problems are fixed and this should be ready now. Along the way I
also fixed a problem in the original top source that would lead to
segfault when passing wrong number of arguments to renice function.
Jan