| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
and uses a number of problematic pre-gpart interfaces. Since it has been
entirely obsoleted by interfaces in geom, remove it.
|
|
|
|
| |
I wonder how I managed to cross-compile this yesterday.
|
|
|
|
| |
structures.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
always to the first 16 sectors of the disk. The firmware reads the boot
code from a partition, defaulting to 'a' if none is specified, which only
corresponds to the first 16 sectors of the disk if 'a' is first. Solaris
often makes the swap partition first, instead of the root partition, and
users expect to be able to do the same with freebsd as well. This also
allows one to temporarily boot from another partition if the boot block
on the root partition gets scrambled somehow.
|
| |
|
|
|
|
| |
to the right place on the disk instead of srewn all over it.
|
| |
|
|
This file depends on some major surgery in the rest of libdisk which is
not yet committed.
|