DragonFly commits List (threaded) for 2007-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_kinfo.c kern_proc.c src/sys/sys kinfo.h
tgen 2007/02/01 12:27:05 PST
DragonFly src repository
Modified files:
sys/kern kern_kinfo.c kern_proc.c
sys/sys kinfo.h
Log:
Restore exporting of kernel threads as 'fake' processes. Different from
before is the fact that we don't take initproc as blueprint anymore, but
rather fake up or set according to the thread the things we care about
explicitly. This also makes use of the newly added fill_kinfo_proc_thread()
in libkvm for operation on dumps feasible.
Also some minor cleanups to related code.
In-collaboration-with: Simon 'corecode' Schubert <corecode@fs.ei.tum.de>
Revision Changes Path
1.3 +64 -3 src/sys/kern/kern_kinfo.c
1.33 +17 -4 src/sys/kern/kern_proc.c
1.10 +5 -3 src/sys/sys/kinfo.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_kinfo.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_proc.c.diff?r1=1.32&r2=1.33&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/kinfo.h.diff?r1=1.9&r2=1.10&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]