Add signal mask save/restore to the checkpoint code. Reorder the file
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Feb 2005 20:32:37 +0000 (20:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Feb 2005 20:32:37 +0000 (20:32 +0000)
commit4f12bfd3fad7e7d6008e549a0fe490f6e36af0bc
tree45d620683b1d38956a567a787ad33d8925e4cbb9
parent5ba5a7009d27c89c24724985e1e86eadc7524233
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@yahoo.com>
With-further-work-by: Matt Dillon
sys/kern/imgact_elf.c
sys/kern/kern_checkpoint.c
sys/sys/ckpt.h