]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix (I think) the %MEM count in 'ps -u'. It was bogusly taking the
authorpeter <peter@FreeBSD.org>
Sat, 29 Jun 1996 08:04:05 +0000 (08:04 +0000)
committerpeter <peter@FreeBSD.org>
Sat, 29 Jun 1996 08:04:05 +0000 (08:04 +0000)
commit70d631930fb9f7651f7a1d011b97ec1e9aa3fb9c
treedeeff0ff785bd8d89bd1322e1b417f64a65a0437
parent9a6bae5c15865c57351b40659c88695aa0fd287d
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.
bin/ps/print.c