freebsd-dev/bin/ps
Christian S.J. Peron 237d4cef65 Since it is not un-common for a process's resident set size (rss)
to exceed 10 megabytes in size (especially in X), bump the max
column width from 4 bytes to 5. This will make the ps auxw output
uniform again when a process's rss exceeds 10 megs.

It should be noted that when 5 digits becomes to small, other
solutions should be explored such as displaying them in megabytes
or having ps automatically re-size column widths.

Discussed with:	gad
MFC after:	1 week
2005-02-06 16:34:49 +00:00
..
extern.h Change "struct varent" to use the standard queue(8) macros, instead of 2004-06-23 23:48:09 +00:00
fmt.c Get rid of a cast to '(void) ' on the return of a call to strcpy. 2004-06-22 02:18:29 +00:00
keyword.c Since it is not un-common for a process's resident set size (rss) 2005-02-06 16:34:49 +00:00
Makefile ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test, 2005-01-27 13:42:40 +00:00
nlist.c Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00
print.c Use warn() instead of perror(). 2004-07-20 05:52:00 +00:00
ps.1 /*- or .\"- or #- to begin license clauses. 2005-01-10 08:39:26 +00:00
ps.c Use statfs instead of getmntinfo(). This will make the procfs checks 2004-11-19 16:11:54 +00:00
ps.h Change "struct varent" to use the standard queue(8) macros, instead of 2004-06-23 23:48:09 +00:00