]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Everything in the disklabel is unsigned so make all the input routines
authorjulian <julian@FreeBSD.org>
Mon, 18 Nov 2002 04:58:11 +0000 (04:58 +0000)
committerjulian <julian@FreeBSD.org>
Mon, 18 Nov 2002 04:58:11 +0000 (04:58 +0000)
commit98ba605081d56e7c2d9f6f3854a69d94b119767d
tree273122c73d77504e320dcefb77c1d7233a7c3e6a
parent631af658faa609b4e67b4a81128524607b3f9389
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
sbin/bsdlabel/bsdlabel.c
sbin/disklabel/disklabel.c