commit 1805966925a9eb2c3b4370fc884aefed8a302da9
Author: Antonio Huete Jimenez <[email protected]>
Date: Sat Mar 15 16:05:44 2014 +0100
libkvm - Adjust for the proc_token changes
- allproc, zombproc are now gone. All processes are now in an array of
proclist structures.
- ps(1) did not work on coredumps because '_allproc' and '_zombproc'
were missing.
Summary of changes:
lib/libkvm/kvm_proc.c | 65 ++++++++++++++++++++++++++++++++++-----------------
1 file changed, 44 insertions(+), 21 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1805966925a9eb2c3b4370fc884aefed8a302da9
--
DragonFly BSD source repository