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

看板DFBSD_commit作者時間21年前 (2005/02/27 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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@yahoo.com> 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
文章代碼(AID): #128EEI00 (DFBSD_commit)