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

cvs commit: src/sys/checkpt checkpt.c src/sys/kern imgact_elf.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 19 Oct 2003 23:50:51 -0700 (PDT)

dillon      2003/10/19 23:50:51 PDT

  Modified files:
    sys/checkpt          checkpt.c 
    sys/kern             imgact_elf.c 
  Log:
  Do a bit of cleanup and add a bit of debugging to the checkpoint module.
  
  Fix a bug in the offset calculations in the ELF checkpoint file descriptor
  writeout code... one loop was skipping descriptors 0,1,2, another loop
  was not.  This bug had prevented 'primes' from being properly checkpointed.
  
  Revision  Changes    Path
  1.2       +4 -5      src/sys/checkpt/checkpt.c
  1.12      +24 -27    src/sys/kern/imgact_elf.c




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