From owner-cvs-ports Wed Dec 11 04:43:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA08188 for cvs-ports-outgoing; Wed, 11 Dec 1996 04:43:23 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA08181; Wed, 11 Dec 1996 04:43:21 -0800 (PST) Date: Wed, 11 Dec 1996 04:43:21 -0800 (PST) From: Satoshi Asami Message-Id: <199612111243.EAA08181@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/top/files m_freebsd2.c ports/sysutils/top/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/12/11 04:43:21 Modified: sysutils/top/files m_freebsd2.c sysutils/top/patches patch-aa Log: A little patch to expand the SIZE and RES fields by one char. Now you will see processes with 10M <= size < 100M in K units, not M units, and they are much easier to spot that way. Revision Changes Path 1.14 +7 -7 ports/sysutils/top/files/m_freebsd2.c 1.4 +47 -0 ports/sysutils/top/patches/patch-aa