Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.sbin/installboot



Module Name:    basesrc
Committed By:   lukem
Date:           Mon May 20 16:05:27 UTC 2002

Modified Files:
        basesrc/usr.sbin/installboot: Makefile bbinfo.c installboot.8
            installboot.h machines.c
        basesrc/usr.sbin/installboot/arch: macppc.c sparc.c sun68k.c
Added Files:
        basesrc/usr.sbin/installboot/arch: news.c

Log Message:
- use uint8_t instead of char for boot block blobs
- bbinfo_params:
        - replace "int littleendian" with "bbinfo_endian endian"
        - add comments
- shared_bbinfo_clearboot():
        - add callback method to shared_bbinfo_clearboot()
        - don't clear from 0..headeroffset; use a callback to do that
- add news68k and newsmips support.
  From Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>, with a rework by me to
  take advantage of the new shared_bbinfo_clearboot() callback.
  (XXX: untested yet)


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/usr.sbin/installboot/Makefile
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/installboot/bbinfo.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/installboot/installboot.8
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/installboot/installboot.h
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/installboot/machines.c
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/installboot/arch/macppc.c
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/installboot/arch/news.c
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/installboot/arch/sparc.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/installboot/arch/sun68k.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index