Module Name: src Committed By: riz Date: Fri Aug 8 20:24:27 UTC 2014
Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Most GPT fields are 64-bit quantities, so use 64-bit types to store. Don't try to assign negative values to unsigned quantities. Use strtouq(), not atoi(), to read 64-bit values. Booting from an installed GPT-labelled disk still doesn't work, but at least sysinst doesn't crash as soon as a GPT is created. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/disks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.