From owner-cvs-usrbin Sat Sep 27 14:35:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA14049 for cvs-usrbin-outgoing; Sat, 27 Sep 1997 14:35:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA14021; Sat, 27 Sep 1997 14:35:25 -0700 (PDT) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA16181; Sat, 27 Sep 1997 14:30:17 -0700 (PDT) Date: Sat, 27 Sep 1997 14:30:17 -0700 (PDT) Message-Id: <199709272130.OAA16181@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/top machine.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/09/27 14:30:17 PDT Modified files: (Branch: RELENG_2_2) usr.bin/top machine.c Log: Realtime priority support for top(1) Print the real/idle time priority in the nice field. normal time -> nice value -20 - +20 real time 0 - 31 -> nice value -52 - -21 idle time 0 - 31 -> nice value +52 - +21 Revision Changes Path 1.3.2.2 +14 -2 src/usr.bin/top/machine.c