History log of /freebsd-9.3-release/lib/libdisk/write_sparc64_disk.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 113840 22-Apr-2003 phk

Fix compilation errors.

I wonder how I managed to cross-compile this yesterday.


# 113823 21-Apr-2003 phk

Update libdisk to use the explicing encoding function for sunlabel data
structures.


# 106949 15-Nov-2002 nyan

Fixed style(9)


# 106745 10-Nov-2002 jake

Write the boot block to the first 16 sectors of all partitions, instead of
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.


# 106303 01-Nov-2002 phk

Fill in partition 2 with with "whole disk" parameters.


# 106232 31-Oct-2002 jake

Actually save the bootblock in the disk structure. Write the bootblock
to the right place on the disk instead of srewn all over it.


# 106222 30-Oct-2002 phk

Write out 15 sectors of boot code.


# 106113 29-Oct-2002 phk

Add the write_spar64_disk.c to make life easier for testers.

This file depends on some major surgery in the rest of libdisk which is
not yet committed.