cvs commit: src/lib/libc/sys src/usr.bin/checkpt

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 22 23:37:03 PST 2004


dillon      2004/11/22 23:36:33 PST

DragonFly src repository

  Modified files:
    lib/libc/sys         Makefile.inc 
    usr.bin/checkpt      checkpt.1 
  Added files:
    lib/libc/sys         sys_checkpoint.2 
  Log:
  Add the sys_checkpoint(2) manual page and expand checkpt(1).
  sys_checkpoint(2) is our checkpoint system call interface.  It is capable
  of checkpointing and checkpoint-restoring programs with certain restrictions.
  
  Revision  Changes    Path
  1.6       +1 -1      src/lib/libc/sys/Makefile.inc
  1.2       +20 -9     src/usr.bin/checkpt/checkpt.1


http://www.dragonflybsd.org/cvsweb/src/lib/libc/sys/Makefile.inc.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/checkpt/checkpt.1.diff?r1=1.1&r2=1.2&f=u





More information about the Commits mailing list