git: ps - Fix broken column alignment for programs w/ large RSS/VSZ

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 14 20:06:26 PST 2011


commit e08f663ecad2aca8ba7c7bc9d0aaa2bade0e7f19
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Nov 14 20:01:41 2011 -0800

    ps - Fix broken column alignment for programs w/ large RSS/VSZ
    
    * A RSS or VSZ >= 1GB is displayed in gigabytes with a decimal point
      to naturally draw the human eye to the distinction.
    
    * Fixes the broken column alignment which occurs in these cases

Summary of changes:
 bin/ps/print.c |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 87 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e08f663ecad2aca8ba7c7bc9d0aaa2bade0e7f19


-- 
DragonFly BSD source repository





More information about the Commits mailing list