Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   he
Date:           Thu Aug 25 14:31:08 UTC 2005

Modified Files:
        src/sys/arch/hp700/stand/xxboot: main.c readufs.c readufs.h
            readufs_ffs.c readufs_lfs.c
        src/sys/arch/x68k/stand/boot_ufs: bootmain.c readufs.c readufs.h
            readufs_ffs.c readufs_lfs.c

Log Message:
Make these first-stage boot loaders use a locally-defined ino32_t
instead of introducing 64-bit operations in these space-constrained
pieces of code with the recent change to ino_t. This is patterned
slightly after recent changes to libsa's ufs.c.

Approved by christos.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/hp700/stand/xxboot/main.c \
    src/sys/arch/hp700/stand/xxboot/readufs.c \
    src/sys/arch/hp700/stand/xxboot/readufs.h \
    src/sys/arch/hp700/stand/xxboot/readufs_ffs.c \
    src/sys/arch/hp700/stand/xxboot/readufs_lfs.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/x68k/stand/boot_ufs/bootmain.c \
    src/sys/arch/x68k/stand/boot_ufs/readufs.h \
    src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/x68k/stand/boot_ufs/readufs.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.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