Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 11/07/1999 22:40:19
Module Name:	basesrc
Committed By:	cgd
Date:		Mon Nov  8 06:40:19 UTC 1999

Modified Files:
	basesrc/bin/ps [netbsd-1-4]: procfs_ops.c

Log Message:
pull up revs 1.5-1.7 from trunk (requested by jdolecek):
  When using the procfs for extracting process information, extract process
  start time, arguments, and session leadership status.  Also, fall back to
  procfs when kvm_openfiles() completely fails (e.g. when /dev/mem is not
  readable).  Fixes PR#7772.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.2.1 basesrc/bin/ps/procfs_ops.c

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