aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/write_sparc64_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 8.0-RELEASE image.
* Fix compilation errors.Poul-Henning Kamp2003-04-221-2/+1
| | | | | | | I wonder how I managed to cross-compile this yesterday. Notes: svn path=/head/; revision=113840
* Update libdisk to use the explicing encoding function for sunlabel dataPoul-Henning Kamp2003-04-211-11/+11
| | | | | | | structures. Notes: svn path=/head/; revision=113823
* Fixed style(9)Yoshihiro Takahashi2002-11-151-9/+9
| | | | Notes: svn path=/head/; revision=106949
* Write the boot block to the first 16 sectors of all partitions, instead ofJake Burkholder2002-11-101-12/+13
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=106745
* Fill in partition 2 with with "whole disk" parameters.Poul-Henning Kamp2002-11-011-0/+8
| | | | Notes: svn path=/head/; revision=106303
* Actually save the bootblock in the disk structure. Write the bootblockJake Burkholder2002-10-311-2/+2
| | | | | | | to the right place on the disk instead of srewn all over it. Notes: svn path=/head/; revision=106232
* Write out 15 sectors of boot code.Poul-Henning Kamp2002-10-301-0/+4
| | | | Notes: svn path=/head/; revision=106222
* Add the write_spar64_disk.c to make life easier for testers.Poul-Henning Kamp2002-10-291-0/+94
This file depends on some major surgery in the rest of libdisk which is not yet committed. Notes: svn path=/head/; revision=106113