Source-Changes archive

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

CVS commit: src/distrib/utils/sysinst



Module Name:    src
Committed By:   dsl
Date:           Sat Jan  2 21:16:47 UTC 2010

Modified Files:
        src/distrib/utils/sysinst: Makefile.inc defs.h label.c mbr.c

Log Message:
Change most of the variables that hold disk sector number to be (at least)
uint32_t. Might make sysinst work on disks between 1TB and 2TB.
Not actually tested because I don't have a big disk.
Hopefully I haven't broken the small disk case!
Set WARNS= 4 so that comparisons of signed and unsigned block numbers
are trapped.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/distrib/utils/sysinst/Makefile.inc
cvs rdiff -u -r1.146 -r1.147 src/distrib/utils/sysinst/defs.h
cvs rdiff -u -r1.53 -r1.54 src/distrib/utils/sysinst/label.c
cvs rdiff -u -r1.81 -r1.82 src/distrib/utils/sysinst/mbr.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