From owner-cvs-bin Sat Jun 29 01:04:19 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA15769 for cvs-bin-outgoing; Sat, 29 Jun 1996 01:04:19 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA15746; Sat, 29 Jun 1996 01:04:08 -0700 (PDT) Date: Sat, 29 Jun 1996 01:04:08 -0700 (PDT) From: Peter Wemm Message-Id: <199606290804.BAA15746@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ps print.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/06/29 01:04:07 Modified: bin/ps print.c Log: Fix (I think) the %MEM count in 'ps -u'. It was bogusly taking the vm_rssize (in pages, not bytes), then dividing (bogusly) by the page size, then using that as a fraction of the total pages. Revision Changes Path 1.14 +2 -2 src/bin/ps/print.c