]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update to D25266, bin/ps: Make the rtprio option actually show
authormckusick <mckusick@FreeBSD.org>
Tue, 14 Jul 2020 18:57:31 +0000 (18:57 +0000)
committermckusick <mckusick@FreeBSD.org>
Tue, 14 Jul 2020 18:57:31 +0000 (18:57 +0000)
commit23f4bb763f546d0c8241b4d5589a7a75ed2a4d0a
treec166446fa0cae3a16f85f687c804ea439729e01d
parent194561dc8ec646977aabef1f6c29ecd21e3c361a
Update to D25266, bin/ps: Make the rtprio option actually show
realtime priorities

The current `ps -axO rtprio' show threads running at interrupt
priority such as the [intr] thread as '1:48' and threads running
at kernel priority such as [pagedaemon] as normal:4294967260.

This change shows [intr] as intr:48 and [pagedaemon] as kernel:4.

Reviewed by:    kib
MFC after: 1 week (together with -r362369)
Differential Revision: https://reviews.freebsd.org/D25660
bin/ps/print.c
sys/sys/rtprio.h