freebsd-dev/sbin/bsdlabel
Julian Elischer 484c780433 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
2002-11-18 04:58:11 +00:00
..
bsdlabel.5 s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
bsdlabel.8 Document that write(2) et al can return EROFS for attempts to write the 2002-10-10 19:16:10 +00:00
bsdlabel.c Everything in the disklabel is unsigned so make all the input routines 2002-11-18 04:58:11 +00:00
Makefile Don't set WARNS to 2, we're default compatible now. 2002-04-08 06:26:46 +00:00
pathnames.h Backed out removal of vendor id and gratuitous change of tmpfile prefix 2000-01-11 07:28:46 +00:00