Date: Sun, 17 Nov 2002 20:58:12 -0800 (PST) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <200211180458.gAI4wC9b054898@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2002/11/17 20:58:12 PST Modified files: sbin/disklabel disklabel.c Log: Everything in the disklabel is unsigned so make all the input routines take unsigned values. his allows one to label disk with the number of blocks > 31 bits (though less then 32 bits) e.g. # size offset fstype [fsize bsize bps/cpg] c: 3125755904 0 unused 0 0 # (Cyl. 0 - 194569*) d: 3125755840 64 unused 0 0 # (Cyl. 0*- 194569*) which is needd to test UFS2 Revision Changes Path 1.63 +52 -57 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211180458.gAI4wC9b054898>