cvs commit: src/sys/kern imgact_elf.c kern_checkpoint.c src/sys/sys ckpt.h

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 26 12:32:58 PST 2005


dillon      2005/02/26 12:32:37 PST

DragonFly src repository

  Modified files:
    sys/kern             imgact_elf.c kern_checkpoint.c 
    sys/sys              ckpt.h 
  Log:
  Add signal mask save/restore to the checkpoint code.  Reorder the file
  descriptor checkpointing code to accomodate future non-regular-file work.
  Add a file descriptor type field to the structured data written out to the
  checkpoint file for future use.
  
  Submitted-by: "Kamal R. Prasad" <kamalpr at xxxxxxxxx>
  With-further-work-by: Matt Dillon
  
  Revision  Changes    Path
  1.25      +31 -9     src/sys/kern/imgact_elf.c
  1.2       +9 -2      src/sys/kern/kern_checkpoint.c
  1.6       +4 -2      src/sys/sys/ckpt.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_elf.c.diff?r1=1.24&r2=1.25&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_checkpoint.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/ckpt.h.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list