Show entire path for checkpointing

Eirik Nygaard eirikn at kerneled.com
Wed Jun 2 14:03:39 PDT 2004


When a program is being checkpointed the checkpoint file is stored in the cwd
for the program in question, which might be anything. So I have a patch here
that instead of just showing the filename of the new checkpoint file, it also
shows the path where it is stored.

http://eirikn.kerneled.org/dragonfly/ckpt-show-entire-path.patch

This patch depends on another patch I have here which separate the __getcwd
function into a syscall part and a kernel part.

http://eirikn.kerneled.org/dragonfly/split-getcwd-syscall.patch

Any feedback would be great.

-- 
Eirik Nygaard
eirikn at xxxxxxxxxxxx    Never let a computer know you're in a hurry.





More information about the Kernel mailing list