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

cvs commit: src/sys/kern imgact_elf.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Jul 2005 09:02:58 -0700 (PDT)

dillon      2005/07/04 09:02:58 PDT

DragonFly src repository

  Modified files:
    sys/kern             imgact_elf.c 
  Log:
  Do not abort the entire core dump if VOP_VPTOFH() fails.  VPTOFH is not
  currently supported on NFS file handles.  This simply means that a checkpoint
  restore will not work (for now).  The core itself will still be fine.
  
  Reported-by: Richard Nyberg <rnyberg@xxxxxxxx>
  
  Revision  Changes    Path
  1.31      +11 -2     src/sys/kern/imgact_elf.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_elf.c.diff?r1=1.30&r2=1.31&f=u



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