DragonFly BSD
DragonFly commits List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/lib/libkcore kcore.c kcore.h src/usr.sbin/pstat Makefile pstat.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 3 Feb 2005 09:28:40 -0800 (PST)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]