freebsd-dev/sbin/i386
Bruce Evans e29754402a The dos() function needs a new second argument, containing the size
of the partition. Only if the size is 0 should the
special handling of 0 as first argument be triggered.

[This bug caused offset 0 to give C/H/S = 0/0/0 instead of 0/0/1.]

The init_sector0 function needs to decrease the first argument
to the second call to dos() by one to be consistent with the
calls to dos() in change_part().

[This bug caused fdisk -i to create bogus partition tables with
the ending C/H/S value 1 too high.  This usually gives S = 1
instead of S = maximum, so the geometry guessing in the slice
code and perhaps in SCSI BIOSes was defeated.]

Submitted by:	Tor Egge <tegge@itea.ntnu.no>
1996-10-13 18:18:50 +00:00
..
comcontrol Fix even more spelling errors in some more man pages. 1996-01-30 16:34:52 +00:00
cxconfig This upgrades the driver for Cronyx-Sigma multiplexor boards 1995-10-04 22:24:16 +00:00
fdisk The dos() function needs a new second argument, containing the size 1996-10-13 18:18:50 +00:00
ft Move some tables to "const" and remove some unused vars. 1996-01-07 22:32:35 +00:00
mount_msdos Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
nextboot add missing comma(s) in .Xr macros 1996-09-23 22:24:39 +00:00
Makefile add nextboot by default 1996-08-09 22:44:55 +00:00
Makefile.inc Move i386-specific programs into i386 subdirectory. 1994-12-02 23:53:23 +00:00