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

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Oct 19 12:25:18 PDT 2003


dillon      2003/10/19 12:24:20 PDT

  Modified files:
    sys/kern             imgact_elf.c kern_fp.c 
    sys/sys              file.h imgact_elf.h 
  Added files:
    sys/sys              ckpt.h 
  Log:
  Enhance the fp_*() API.  Reorganize the ELF dump code using the fp_*()
  API and adding hooks to make checkpointing easier.
  
  Submitted-by: Kip Macy <kmacy at xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.10      +220 -44   src/sys/kern/imgact_elf.c
  1.3       +98 -4     src/sys/kern/kern_fp.c
  1.7       +4 -2      src/sys/sys/file.h
  1.4       +2 -2      src/sys/sys/imgact_elf.h






More information about the Commits mailing list