cvs commit: src/lib/libkcore kcore.c kcore.h src/usr.sbin/pstat Makefile pstat.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Thu Feb 3 09:29:27 PST 2005
joerg 2005/02/03 09:28:40 PST
DragonFly src repository
Modified files:
lib/libkcore kcore.c kcore.h
usr.sbin/pstat Makefile pstat.c
Log:
Fully separate the kcore initialisation and the kinfo wrapper.
Call kcore_wrapper_open if you want the kinfo wrapper, otherwise
kcore_open. This fixes the segfaults in pstat.
Reported-by: Sven Willenberger <sven at xxxxxxx>
Revision Changes Path
1.6 +20 -2 src/lib/libkcore/kcore.c
1.3 +1 -0 src/lib/libkcore/kcore.h
1.6 +1 -1 src/usr.sbin/pstat/Makefile
1.14 +1 -4 src/usr.sbin/pstat/pstat.c
http://www.dragonflybsd.org/cvsweb/src/lib/libkcore/kcore.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libkcore/kcore.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/pstat/Makefile.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/pstat/pstat.c.diff?r1=1.13&r2=1.14&f=u
More information about the Commits
mailing list