Date: Sat, 19 Jun 2004 14:03:01 +0000 (UTC) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <200406191403.i5JE31mq000956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2004-06-19 14:03:01 UTC
FreeBSD src repository
Modified files:
sys/kern kern_proc.c
Log:
Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,
ki_childutime, and ki_emul. Also uses the timevaladd() routine to
correct the calculation of ki_childtime. That will correct the value
returned when ki_childtime.tv_usec > 1,000,000.
This also implements a new KERN_PROC_GID option for kvm_getprocs().
(there will be a similar update to lib/libkvm/kvm_proc.c)
Submitted by: Cyrille Lefevre
Revision Changes Path
1.208 +22 -4 src/sys/kern/kern_proc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406191403.i5JE31mq000956>
