Subject: CVS commit: basesrc/bin/ps
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/25/2002 00:41:23
Module Name:	basesrc
Committed By:	nathanw
Date:		Wed Apr 24 21:41:22 UTC 2002

Modified Files:
	basesrc/bin/ps: keyword.c print.c ps.h

Log Message:
Since kinfo_proc2 has many values that are 64-bit, ps needs to know
that they're 64-bit, and grab them out of memory appropriately. Otherwise,
big-endian systems get the wrong end of the 64-bit value and lose.

Keywords affected: inblk, majflt, minflt, msgrcv, msgsnd, nivcsw, nsigs,
nswap, nvcsw, and oublk.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/bin/ps/keyword.c
cvs rdiff -r1.71 -r1.72 basesrc/bin/ps/print.c
cvs rdiff -r1.17 -r1.18 basesrc/bin/ps/ps.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.