Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/15/1999 12:31:27
Module Name: basesrc
Committed By: jdolecek
Date: Fri Oct 15 19:31:27 UTC 1999
Modified Files:
basesrc/bin/ps: extern.h print.c procfs_ops.c ps.c
Log Message:
When using the procfs for extracting process information, extract
also process start time, process arguments and session leadership status.
The procfs fallback is also used when kvm_openfiles() completely fails
(e.g. when /dev/mem is not readable).
Solves PR 7772, though the final implementation is different.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/bin/ps/extern.h
cvs rdiff -r1.44 -r1.45 basesrc/bin/ps/print.c
cvs rdiff -r1.5 -r1.6 basesrc/bin/ps/procfs_ops.c
cvs rdiff -r1.28 -r1.29 basesrc/bin/ps/ps.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.