| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
but a 'c' partition.
Notes:
svn path=/head/; revision=121222
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and the logic for setting them according to the partition size.
Instead, unspecified filesystem values are left at 0 so that newfs
will use its own defaults. It just caused confusion to have the
defaults duplicated in two different places.
Reviewed by: phk
Notes:
svn path=/head/; revision=120821
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119964
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119893
|
| |
|
|
|
|
|
|
| |
partition which starts after the bootstrap area and fills the entire
disk.
Notes:
svn path=/head/; revision=119510
|
| |
|
|
|
|
|
|
| |
If we don't have a default label location for the compiled architecture,
insist that a -m <architecture> option is specified.
Notes:
svn path=/head/; revision=115995
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115948
|
| |
|
|
|
|
|
| |
byte sector devices.
Notes:
svn path=/head/; revision=115809
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115794
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115696
|
| |
|
|
|
|
|
|
|
|
|
| |
hinge on the "verb" parameter which the class gets to interpret as
it sees fit.
Move the entire request into the kernel and move changed parameters
back when done.
Notes:
svn path=/head/; revision=115624
|
| |
|
|
|
|
|
| |
Remove ktrace which leaked out of test-setup.
Notes:
svn path=/head/; revision=115616
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115449
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115288
|
| |
|
|
|
|
|
|
|
|
|
| |
disklabel. I just got burnt again by having an old disklabel binary
kicking around.
Discussed with: phk
Approved by: re (safe amd64 stuff)
Notes:
svn path=/head/; revision=115254
|
| |
|
|
|
|
|
|
| |
Reviewed by: phk
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115105
|
| |
|
|
|
|
|
|
| |
Reviewed by: phk
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115104
|
| |
|
|
|
|
|
| |
Approved by: re/rwatson
Notes:
svn path=/head/; revision=114982
|
| |
|
|
|
|
|
|
|
| |
getasciipartspec() has a sectorisize in case it needs one.
Approved by: re/jhb
Notes:
svn path=/head/; revision=114862
|
| |
|
|
|
|
|
|
|
|
|
| |
Just because we for the last ten years have fought for every byte
in the boot code on i386, doesn't mean that other architectures could
not actually have space to spare there.
Remore debugging message.
Notes:
svn path=/head/; revision=114860
|
| |
|
|
|
|
|
|
|
|
| |
Install a link to the disklabel(8) name on i386 and alpha platforms.
Leave old disklabel(8) sources intact but disconnected from the build
for now.
Notes:
svn path=/head/; revision=114759
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114673
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Hide all the historical fields of the label, unless people ask for them with -A,
set them to intelligently chosen defaults otherwise.
Distill the manual page to remove inaccuracies, misundertandings and obsolete
information. It can probably still be done better but now at least it is
not misinforming people.
Notes:
svn path=/head/; revision=114574
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114571
|
| |
|
|
|
|
|
| |
Various cleanup.
Notes:
svn path=/head/; revision=114569
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114557
|
| |
|
|
|
|
|
|
|
|
|
| |
recorded in global variables, rather than checks on the architecture.
Drop horribly code to handle MBR/PC98's embedded in the BSD label area.
If you need to have an MBR or PC98 on your disk, you should not overlap
it with a BSDLABEL, if you don't need it, this code is nothing but trouble.
Notes:
svn path=/head/; revision=114552
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114551
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for the alpha checksum, and set them depending on the specified architecture
Don't look for disklabels every 16 bytes, look the only place they should
be for the current architecture.
Always read the label from the raw disk and decode it into struct
disklabel rather than trust a cast from random addresses.
When writing to the raw disk, encode the label properly.
Notes:
svn path=/head/; revision=114550
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114549
|
| |
|
|
|
|
|
|
| |
from dd(1)'ing the boot code off one drive and have bsdlabel write it
on another.
Notes:
svn path=/head/; revision=114545
|
| |
|
|
|
|
|
| |
in there to run over the various architectures.
Notes:
svn path=/head/; revision=114544
|
| |
|
|
|
|
|
|
|
|
| |
So far it checks the overwrites of the BSD label inband (ie: dd
if=/dev/ad0a of=/dev/ad2a).
This excercises the geom::slice::hotspot code.
Notes:
svn path=/head/; revision=113695
|
| |
|
|
|
|
|
| |
bsdlabel.5 deliberately exempted, its contents looks less than useful.
Notes:
svn path=/head/; revision=113680
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113604
|
| |
|
|
|
|
|
|
|
| |
in a saved disklabel file.
MFC after: 1 week
Notes:
svn path=/head/; revision=112945
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112766
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This is aimed at creating floppies during cross-releases.
For different endianness machines, a tool like bswapfs(8)
is necessary to make the generated floppies readable on
the target machine. While here, fixed unaligned access
on Alphas.
Tested on: i386, alpha
Notes:
svn path=/head/; revision=112307
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
- Removed the "disktype" argument from the -B only synopsis
form. This form doesn't touch the disk label, and doesn't
use this argument.
- Fixed the first example in the EXAMPLES section. Support
for compatibility slices has been recently dropped from
the GEOM kernels, and a bit later GEOM became standard.
- Removed the buggy notion from rev. 1.37 that disklabel(8)
may be used to define mount points; it cannot. Improve
some DOS partition / FreeBSD slice wording. Among these,
``dangerously-dedicated slice'' was just a nonsense. ;-)
Notes:
svn path=/head/; revision=112290
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112231
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111286
|
| |
|
|
|
|
|
|
|
| |
to fiddle the disk we can get away with it.
Try to use DIOCBSDBB to write boot code.
Notes:
svn path=/head/; revision=109901
|
| |
|
|
|
|
|
|
|
| |
back.
Pointed out by: peter
Notes:
svn path=/head/; revision=109891
|
| |
|
|
|
|
|
|
|
|
|
| |
creates a single file named just "boot".
Apart from the fact that the option "-s" is now gone and that "-b" should
be pointed at /boot/boot instead of /boot/boot1, this patch should be
a no-op.
Notes:
svn path=/head/; revision=109889
|
| |
|
|
|
|
|
|
| |
and if we get such an architecture, we can just avoid using the relevant
options.
Notes:
svn path=/head/; revision=109887
|
| |
|
|
|
|
|
| |
Remove yet a usage message about -N/-W
Notes:
svn path=/head/; revision=109884
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109882
|
| |
|
|
|
|
|
| |
so no hacks are needed.
Notes:
svn path=/head/; revision=109879
|
| |
|
|
|
|
|
| |
Rearrange bits in writelabel() a bit for improved readability.
Notes:
svn path=/head/; revision=109878
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109875
|