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

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Oct 19 23:51:49 PDT 2003


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






More information about the Commits mailing list