OpenBSD CVS

CVS log for src/sbin/disklabel/disklabel.8


[BACK] Up to [local] / src / sbin / disklabel

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.157 / (download) - annotate - [select for diffs], Fri Mar 22 21:49:52 2024 UTC (2 months, 2 weeks ago) by jan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.156: +3 -3 lines
Diff to previous 1.156 (colored)

Increase /usr/src partition to 2GB - 5GB

ok miod@, deraadt@, otto@ and bluhm@

Revision 1.156 / (download) - annotate - [select for diffs], Wed Jul 5 08:05:04 2023 UTC (11 months, 1 week ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.155: +15 -20 lines
Diff to previous 1.155 (colored)

Simplify and clarify the description of auto allocation.

Tweaks and ok jmc@

Revision 1.155 / (download) - annotate - [select for diffs], Sat May 13 18:13:42 2023 UTC (12 months, 4 weeks ago) by krw
Branch: MAIN
Changes since 1.154: +3 -3 lines
Diff to previous 1.154 (colored)

In the absence of the 'disktype' command line parameter always
use the d_type value provided by the kernel when creating,
editing or printing a disklabel.

i.e. treat d_type as disk geometry is treated, reflecting
current reality as opposed to historical data.

Revision 1.154 / (download) - annotate - [select for diffs], Thu Apr 27 14:19:28 2023 UTC (13 months, 2 weeks ago) by krw
Branch: MAIN
Changes since 1.153: +3 -24 lines
Diff to previous 1.153 (colored)

Retire -E's "expert" mode. Introduced 23 years ago to avoid
confusing users with FFS attributes that only experts should
fiddle with. Actual use has withered away with functionality
rendered moot or moved elsewhere.

'-e' remains for the truly obscure corner cases.

Simply excise the code for now to see if hidden users/uses are
exposed.  Further simplifications are possible if no such
users/uses surface.

ok with sthen@ millert@ kn@ otto@

Revision 1.153 / (download) - annotate - [select for diffs], Mon Feb 20 14:16:59 2023 UTC (15 months, 2 weeks ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.152: +98 -91 lines
Diff to previous 1.152 (colored)

Rework/modernize verbiage in the "AUTOMATIC DISK ALLOCATION" and
"EXAMPLES" sections. Build tables with 'Bd -column' instead of
tabs inside 'Bl -literal'.  Columns now line up (more or less) in
text, .pdf and .html versions.

Prompted by kn@, feedback & suggestions from jmc@ and schwarze@.

Revision 1.152 / (download) - annotate - [select for diffs], Tue Feb 7 14:30:48 2023 UTC (16 months ago) by krw
Branch: MAIN
Changes since 1.151: +11 -4 lines
Diff to previous 1.151 (colored)

Extend template parsing to allow "[mount point] *" as the specification for
putting the maximum available free space into a partition.

Extend command line parsing to allow 'T-' as the specification to
read the template file from stdin.

Prompted by, feedback, testing and ok kn@

Revision 1.151 / (download) - annotate - [select for diffs], Mon Jan 9 00:56:36 2023 UTC (17 months ago) by jsg
Branch: MAIN
Changes since 1.150: +7 -2 lines
Diff to previous 1.150 (colored)

disklabel appeared in tahoe
ok krw@

Revision 1.150 / (download) - annotate - [select for diffs], Thu Sep 29 16:52:31 2022 UTC (20 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.149: +3 -3 lines
Diff to previous 1.149 (colored)

FILES:
- fix the crazy list width
- since there's only one item, -compact makes no sense

Revision 1.149 / (download) - annotate - [select for diffs], Sun Sep 4 08:06:40 2022 UTC (21 months, 1 week ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.148: +15 -5 lines
Diff to previous 1.148 (colored)

Document disklabel(8) -T's new RAID template

OK jmc

Revision 1.148 / (download) - annotate - [select for diffs], Sun Jul 31 14:29:19 2022 UTC (22 months, 1 week ago) by krw
Branch: MAIN
Changes since 1.147: +3 -20 lines
Diff to previous 1.147 (colored)

The geometry information in stuct disklabel is not used for
anything. Allowing modifications to it or displaying whatever
geometry was in use when the label was created leads to needless
inconsistency with the kernel and with the values displayed by,
e.g., fdisk(8).

Always set label fields d_secsize, d_nsectors, d_ntracks,
d_secpercyl, d_ncylinders to the current values used by the
kernel, obtained via DIOCGPDINFO. Ignore any values from the
on-disk label or the file -R uses.

Nuke editor command 'g' and restrict editor command 'e' to
changing d_type and d_packname.

Revision 1.147 / (download) - annotate - [select for diffs], Sat Jun 25 19:19:39 2022 UTC (23 months, 2 weeks ago) by mbuhl
Branch: MAIN
Changes since 1.146: +3 -3 lines
Diff to previous 1.146 (colored)

Increase the auto partitioner's maximum /usr size to 30G.
OK bluhm, otto, deraadt

Revision 1.146 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:19 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.145: +3 -3 lines
Diff to previous 1.145 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.145 / (download) - annotate - [select for diffs], Sat Feb 19 22:08:27 2022 UTC (2 years, 3 months ago) by krw
Branch: MAIN
Changes since 1.144: +2 -2 lines
Diff to previous 1.144 (colored)

The 'e' command of the simple editor has not provided editing of
'interleave' or 'rpm' since the disklabel fields d_interleave and
d_rpm were 'recycled' to make room for duid's in April, 2010.

Revision 1.144 / (download) - annotate - [select for diffs], Wed Nov 10 20:15:26 2021 UTC (2 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.143: +3 -3 lines
Diff to previous 1.143 (colored)

Max size of src also changed. Noted by Mikhail <mp39590@gmail.com>

Revision 1.143 / (download) - annotate - [select for diffs], Wed Nov 10 18:38:51 2021 UTC (2 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.142: +3 -3 lines
Diff to previous 1.142 (colored)

Add missing chunk form previous commit

Revision 1.142 / (download) - annotate - [select for diffs], Tue Nov 9 16:53:18 2021 UTC (2 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.141: +3 -3 lines
Diff to previous 1.141 (colored)

Increase min and max src a bit to accomodate growth and git users
From Mikhail <mp39590@gmail.com>

Revision 1.141 / (download) - annotate - [select for diffs], Fri Nov 5 19:54:08 2021 UTC (2 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.140: +3 -3 lines
Diff to previous 1.140 (colored)

Correct auto table entry for /var: it's 4G plus 2x physmem

Revision 1.140 / (download) - annotate - [select for diffs], Thu Apr 23 21:28:08 2020 UTC (4 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.139: +4 -4 lines
Diff to previous 1.139 (colored)

 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

Revision 1.139 / (download) - annotate - [select for diffs], Tue Jan 28 18:46:09 2020 UTC (4 years, 4 months ago) by otto
Branch: MAIN
Changes since 1.138: +3 -3 lines
Diff to previous 1.138 (colored)

Sync with table in editor.c; from Martin <openbsd at academicsolutions dot ch>

Revision 1.138 / (download) - annotate - [select for diffs], Thu Dec 19 09:38:03 2019 UTC (4 years, 5 months ago) by bentley
Branch: MAIN
Changes since 1.137: +5 -5 lines
Diff to previous 1.137 (colored)

Spell "mount point" as other man pages do, with a space.

ok jmc@

Revision 1.137 / (download) - annotate - [select for diffs], Tue Nov 19 06:20:37 2019 UTC (4 years, 6 months ago) by otto
Branch: MAIN
Changes since 1.136: +4 -4 lines
Diff to previous 1.136 (colored)

Make /usr maximum 6G and grow it faster; ok lots of devs

Revision 1.136 / (download) - annotate - [select for diffs], Wed Aug 21 11:08:58 2019 UTC (4 years, 9 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.135: +3 -3 lines
Diff to previous 1.135 (colored)

Bump /usr on big auto-allocation table; ok krw@ sthen@ phessler@

Revision 1.135 / (download) - annotate - [select for diffs], Mon Apr 29 18:54:12 2019 UTC (5 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.134: +18 -2 lines
Diff to previous 1.134 (colored)

Add '*' to disklabel(8) editor prompt when in-memory copy of disklabel
has been modified. Use name of disk being edited in fdisk(8) editor
prompt.

Idea from tb@.

ok tb@ deraadt@

Revision 1.134 / (download) - annotate - [select for diffs], Mon Apr 1 00:29:51 2019 UTC (5 years, 2 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.133: +7 -4 lines
Diff to previous 1.133 (colored)

Bring documentation into better correspondance
with latest command line prompt change.

ok kn@ jmc@, with more improvements inevitable.

Revision 1.133 / (download) - annotate - [select for diffs], Sun Mar 31 20:12:43 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.132: +3 -4 lines
Diff to previous 1.132 (colored)

simpler display;

Revision 1.132 / (download) - annotate - [select for diffs], Sun Mar 31 18:30:49 2019 UTC (5 years, 2 months ago) by phessler
Branch: MAIN
Changes since 1.131: +9 -9 lines
Diff to previous 1.131 (colored)

update the default partition sizes in the man page as well

pointed out by otto@

Revision 1.131 / (download) - annotate - [select for diffs], Thu Mar 7 14:22:18 2019 UTC (5 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.130: +8 -8 lines
Diff to previous 1.130 (colored)

use colons before showing examples; while here, replace the \*( char sequences;

Revision 1.130 / (download) - annotate - [select for diffs], Tue Dec 4 14:45:29 2018 UTC (5 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.129: +3 -3 lines
Diff to previous 1.129 (colored)

The common autolayout with all partitions needs not at least 10GB to be
selected. Adjust documentation.
OK krw@

Revision 1.129 / (download) - annotate - [select for diffs], Fri Sep 21 14:07:34 2018 UTC (5 years, 8 months ago) by solene
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.128: +3 -3 lines
Diff to previous 1.128 (colored)

Increase /usr/local max size to 20 GB in default template
ok krw@ deraadt@ jca@

Revision 1.128 / (download) - annotate - [select for diffs], Wed Sep 19 18:35:21 2018 UTC (5 years, 8 months ago) by bluhm
Branch: MAIN
Changes since 1.127: +5 -9 lines
Diff to previous 1.127 (colored)

Update disklabel(8) man page with the new 5G minimum for /usr/obj.
Remove Tn macro to make mandoc lint happy.
requested by jmc@

Revision 1.127 / (download) - annotate - [select for diffs], Mon Aug 27 13:09:51 2018 UTC (5 years, 9 months ago) by krw
Branch: MAIN
Changes since 1.126: +3 -32 lines
Diff to previous 1.126 (colored)

disklabel(8) no longer touches bootstrap code so stop mentioning it.
The MD writedisklabel() function ensures the disklabel does not
intrude on bootstraps.

Add a Xr to installboot(8), which does bootstrappy stuff these days.

ok jmc@

Revision 1.126 / (download) - annotate - [select for diffs], Sun Aug 26 22:06:50 2018 UTC (5 years, 9 months ago) by krw
Branch: MAIN
Changes since 1.125: +2 -6 lines
Diff to previous 1.125 (colored)

disklabel(8) has not used the primary/secondary boot files
for years. Remove mention of same from 'FILES' section.

Revision 1.125 / (download) - annotate - [select for diffs], Sun Aug 26 17:47:54 2018 UTC (5 years, 9 months ago) by krw
Branch: MAIN
Changes since 1.124: +2 -7 lines
Diff to previous 1.124 (colored)

The three -B forms of disklabel(8) were nuked years ago. So remove
stray reference to them.

Revision 1.124 / (download) - annotate - [select for diffs], Mon Dec 18 09:09:53 2017 UTC (6 years, 5 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.123: +12 -12 lines
Diff to previous 1.123 (colored)

Tighten /usr/local and /usr/X11R6 so that 8G disks still fit in our default
partitioning scheme.

ok florian@ benno@

Revision 1.123 / (download) - annotate - [select for diffs], Fri May 19 12:54:30 2017 UTC (7 years ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.122: +7 -7 lines
Diff to previous 1.122 (colored)

tweak partition sizes for auto-alloction to better suit 8G disks
ok kr@ aja@

Revision 1.122 / (download) - annotate - [select for diffs], Wed Apr 19 05:33:53 2017 UTC (7 years, 1 month ago) by tb
Branch: MAIN
Changes since 1.121: +3 -3 lines
Diff to previous 1.121 (colored)

Bump numbers for /usr/obj allocation with *big* compilers.

ok otto

Revision 1.121 / (download) - annotate - [select for diffs], Thu Dec 8 23:56:47 2016 UTC (7 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.120: +12 -11 lines
Diff to previous 1.120 (colored)

move the text describing the % and & units to a better place;
diff from jerome frgacic, tweaked by myself

ok krw millert

Revision 1.120 / (download) - annotate - [select for diffs], Sat Dec 3 07:34:39 2016 UTC (7 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.119: +4 -4 lines
Diff to previous 1.119 (colored)

provide missing unit suffixes; from ross l richardson

Revision 1.119 / (download) - annotate - [select for diffs], Thu Sep 1 12:19:35 2016 UTC (7 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.118: +3 -3 lines
Diff to previous 1.118 (colored)

remove sparc reference;

Revision 1.118 / (download) - annotate - [select for diffs], Thu Dec 24 13:47:08 2015 UTC (8 years, 5 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.117: +6 -5 lines
Diff to previous 1.117 (colored)

tweak auto-allocation description, with and ok jmc@

Revision 1.117 / (download) - annotate - [select for diffs], Fri Oct 16 04:20:54 2015 UTC (8 years, 7 months ago) by miod
Branch: MAIN
Changes since 1.116: +2 -23 lines
Diff to previous 1.116 (colored)

Remove -B from EXAMPLES; reminded by jmc@

Revision 1.116 / (download) - annotate - [select for diffs], Thu Oct 15 19:31:15 2015 UTC (8 years, 7 months ago) by miod
Branch: MAIN
Changes since 1.115: +2 -63 lines
Diff to previous 1.115 (colored)

Remove disklabel -B (NUMBOOT) support. All the platforms which used to need
it are now using MI installboot for that purpose.

ok krw@ deraadt@

Revision 1.115 / (download) - annotate - [select for diffs], Tue May 19 18:50:39 2015 UTC (9 years ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored)

improve spacing in disklabel template.

Revision 1.114 / (download) - annotate - [select for diffs], Wed Apr 29 16:56:31 2015 UTC (9 years, 1 month ago) by henning
Branch: MAIN
Changes since 1.113: +8 -8 lines
Diff to previous 1.113 (colored)

some fine-tuning in SYNOPSIS, usage, and order of options, with jmc

Revision 1.113 / (download) - annotate - [select for diffs], Wed Apr 29 09:58:16 2015 UTC (9 years, 1 month ago) by henning
Branch: MAIN
Changes since 1.112: +36 -2 lines
Diff to previous 1.112 (colored)

support passing a template file for the auto-allocation to disklabel.
template gives mountpoints, min-max size ranges and percentage of disk
foremost intended for autoinstalls, installer bits to follow soon.
with input from many, ok theo

Revision 1.112 / (download) - annotate - [select for diffs], Sat Feb 28 21:51:57 2015 UTC (9 years, 3 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.111: +3 -3 lines
Diff to previous 1.111 (colored)

Reduce usage of predefined strings in manpages.

Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.

No output changes, except for two instances where the incorrect escape
was used in the first place.

tweaks + ok schwarze@

Revision 1.111 / (download) - annotate - [select for diffs], Wed Jul 16 13:46:30 2014 UTC (9 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.110: +2 -4 lines
Diff to previous 1.110 (colored)

Yes /etc/disklabels/ is a good practice for placing labels of disks
in case of catastropy.  But it is so poorly documented that any admin
is more likely to store the labels elsewhere, so let's stop bothering
with providing the directory.  Discussed a bit, no objections.

Revision 1.110 / (download) - annotate - [select for diffs], Wed May 7 18:55:52 2014 UTC (10 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.109: +2 -3 lines
Diff to previous 1.109 (colored)

jmc@ points out '-F/-f' are available only in conjunction with
'-E' and '-R'.

Revision 1.109 / (download) - annotate - [select for diffs], Mon May 5 16:33:34 2014 UTC (10 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.108: +6 -3 lines
Diff to previous 1.108 (colored)

Enhance reading of saved ascii labels (-R) to process mountpoint
information if present. Can be used with -F/-f options to create
an fstab from the saved label.

ok otto@

Revision 1.108 / (download) - annotate - [select for diffs], Wed Aug 14 08:39:30 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.107: +9 -4 lines
Diff to previous 1.107 (colored)

some Bx/Ox conversion;
From: Jan Stary

Revision 1.107 / (download) - annotate - [select for diffs], Mon Jan 2 04:38:00 2012 UTC (12 years, 5 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.106: +11 -19 lines
Diff to previous 1.106 (colored)

Remove more mentions of two stage boot loaders from man page.

Revision 1.106 / (download) - annotate - [select for diffs], Mon Jan 2 03:40:31 2012 UTC (12 years, 5 months ago) by krw
Branch: MAIN
Changes since 1.105: +6 -10 lines
Diff to previous 1.105 (colored)

Tweak usage and man page into agreement.

There's nothing special about -c and -d requiring them to be
separated from other flags or specified as mutually exclusive. So
just show a single block of flags. Some flag combos are silly
but harmless.

Move all -B options inside NUMBOOT #if, eliminating confusing
duplication of -w and -R usage lines. And some string
declaration dancing.

Since we only have NUMBOOT = 1, no need to try and finesse
output for different values of NUMBOOT.

Line shit up.

Revision 1.105 / (download) - annotate - [select for diffs], Mon Jan 2 00:59:33 2012 UTC (12 years, 5 months ago) by krw
Branch: MAIN
Changes since 1.104: +3 -12 lines
Diff to previous 1.104 (colored)

'-s' hasn't done anything for a couple of years. Garbage collect
it and the associated 'bootxx' variable. Update man page accordingly.

Revision 1.104 / (download) - annotate - [select for diffs], Sun Sep 4 08:29:46 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.103: +3 -3 lines
Diff to previous 1.103 (colored)

grammar fix; from Martin Pelikan

Revision 1.103 / (download) - annotate - [select for diffs], Sun Jun 5 11:57:17 2011 UTC (13 years ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.102: +2 -21 lines
Diff to previous 1.102 (colored)

Nuke uses of and references to DIOCWLABEL, and the related 'W' and
'N' command line options.

ok matthew@

Revision 1.102 / (download) - annotate - [select for diffs], Mon May 23 08:40:56 2011 UTC (13 years ago) by otto
Branch: MAIN
Changes since 1.101: +4 -4 lines
Diff to previous 1.101 (colored)

sync auto-allocation table

Revision 1.101 / (download) - annotate - [select for diffs], Sun May 22 17:47:44 2011 UTC (13 years ago) by otto
Branch: MAIN
Changes since 1.100: +6 -6 lines
Diff to previous 1.100 (colored)

sync auto-allocation table with code

Revision 1.100 / (download) - annotate - [select for diffs], Sat Apr 30 14:48:39 2011 UTC (13 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.99: +5 -5 lines
Diff to previous 1.99 (colored)

change one of our current examples to use duids; ken suggested we use
-E rather than -e as it's more likely;

ok krw

Revision 1.99 / (download) - annotate - [select for diffs], Tue Apr 19 14:20:37 2011 UTC (13 years, 1 month ago) by halex
Branch: MAIN
Changes since 1.98: +6 -6 lines
Diff to previous 1.98 (colored)

Rename the argument for -f and -F from 'tempfile' to 'file'

ok krw@ and looks correct to jmc@

Revision 1.98 / (download) - annotate - [select for diffs], Sat Apr 16 23:07:19 2011 UTC (13 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.97: +2 -3 lines
Diff to previous 1.97 (colored)

Tweak description of -F to eliminate implication that mount points
must be input by user to get into the -F|-f output. Any known
mount point - user entered, read from fstab or static ('none' for
swap partitions) - will get into the tempfile.

Revision 1.97 / (download) - annotate - [select for diffs], Sat Apr 16 16:05:53 2011 UTC (13 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

jmc@ is merciless. But fair.

Revision 1.96 / (download) - annotate - [select for diffs], Sat Apr 16 14:51:00 2011 UTC (13 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.95: +9 -8 lines
Diff to previous 1.95 (colored)

Tweak man page and usage string with jmc@ suggestions.

Revision 1.95 / (download) - annotate - [select for diffs], Sat Apr 16 11:44:41 2011 UTC (13 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.94: +10 -4 lines
Diff to previous 1.94 (colored)

Add '-F'. Same as '-f' but uses DUIDs when writing the mount point
information to the specified file. After every label write, read the
label to get current UID info.

Some internal code cleanup with no intended functional change.

ok deraadt@

Revision 1.94 / (download) - annotate - [select for diffs], Thu Sep 23 17:16:01 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.93: +5 -4 lines
Diff to previous 1.93 (colored)

tweak the disklabel uid stuff; ok jsing

Revision 1.93 / (download) - annotate - [select for diffs], Wed Apr 28 17:26:46 2010 UTC (14 years, 1 month ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.92: +4 -0 lines
Diff to previous 1.92 (colored)

Add a new 'i' command to the disklabel interactive editor, allowing the
disklabel UID to be changed.

ok krw@ marco@

Revision 1.92 / (download) - annotate - [select for diffs], Wed Apr 21 06:56:57 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.91: +6 -6 lines
Diff to previous 1.91 (colored)

zap trailing whitespace;

Revision 1.91 / (download) - annotate - [select for diffs], Wed Apr 21 03:35:41 2010 UTC (14 years, 1 month ago) by lum
Branch: MAIN
Changes since 1.90: +19 -10 lines
Diff to previous 1.90 (colored)

Remove interactive help for individual disklabel editor commands.
These were in effect a duplication of the man page contents. The man page
has been updated to include any small ommissions that were in the
interactive help. Man page tweaks/suggestions from jmc@ and deraadt@.
ok jmc@ deraadt@ krw@ otto@

Revision 1.90 / (download) - annotate - [select for diffs], Wed Apr 14 20:15:11 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored)

neccessary -> necessary;

Revision 1.89 / (download) - annotate - [select for diffs], Wed Apr 14 15:19:27 2010 UTC (14 years, 2 months ago) by lum
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

Remove reference to a limitation of 8GB that does not exist anymore.
ok krw@ otto@

Revision 1.88 / (download) - annotate - [select for diffs], Tue Mar 23 18:43:06 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.87: +5 -5 lines
Diff to previous 1.87 (colored)

tweak previous; ok otto

Revision 1.87 / (download) - annotate - [select for diffs], Tue Mar 23 14:32:34 2010 UTC (14 years, 2 months ago) by otto
Branch: MAIN
Changes since 1.86: +7 -2 lines
Diff to previous 1.86 (colored)

introducing 'R': interactive command to customize auto allocated labels,
by growing or shrinking them as desired. can use some tweaks, but
committing now to be able to work in-tree; ok krw@ lum@

Revision 1.86 / (download) - annotate - [select for diffs], Mon Jul 27 12:39:50 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.85: +61 -2 lines
Diff to previous 1.85 (colored)

add a section on automatic disk allocation, to give an idea of
how -A and A will carve up your disk;

help/ok krw deraadt

Revision 1.85 / (download) - annotate - [select for diffs], Tue Jun 2 16:23:45 2009 UTC (15 years ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.84: +10 -4 lines
Diff to previous 1.84 (colored)

Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.
Both cause partition sizes to be displayed using a human readable
format with the units automatically chosen by looking at the smallest
partition in the disk label. Remove forceable humanization in 'A'
code and use '-h' in install scripts.

Prodded & ok deraadt@, verbiage tweaks from jmc@

Revision 1.84 / (download) - annotate - [select for diffs], Sun May 31 00:14:55 2009 UTC (15 years ago) by krw
Branch: MAIN
Changes since 1.83: +3 -5 lines
Diff to previous 1.83 (colored)

'-d' works everywhere now. And it ignores the OpenBSD disk label,
not OpenBSD partitions.

Revision 1.83 / (download) - annotate - [select for diffs], Fri Apr 10 20:54:08 2009 UTC (15 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.82: +8 -7 lines
Diff to previous 1.82 (colored)

Re-work '-A' so that it sets a flag that -E and -w use, and which will
just display the auto-allocation plan otherwise. Don't overwrite any
spoofed partitions, insert auto allocated partitions where we can.

This is much more install script and weird architecture friendly. I'm
talking about you, macppc.

Many suggestions and code from otto@, feedback from many, cattle
prod applied by deraadt@.

ok deraadt@
"if it works for >8GB ... put it in" miod@
"to be clear, ok" todd@

Revision 1.82 / (download) - annotate - [select for diffs], Wed Apr 1 06:44:01 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.81: +21 -21 lines
Diff to previous 1.81 (colored)

the note explaining partition letters is not a caveat, it is integral to
the way disklabel works; move it into DESCRIPTION

ok krw

Revision 1.81 / (download) - annotate - [select for diffs], Tue Mar 31 11:33:47 2009 UTC (15 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.80: +6 -9 lines
Diff to previous 1.80 (colored)

Beef up description of 'c' partition in CAVEATS and remove mentions of
'c' from descriptions of d(elete) and z(ero) commands.

Feedback from jmc@

Slightly different version ok jmc@ deraadt@

Revision 1.80 / (download) - annotate - [select for diffs], Tue Mar 31 00:32:25 2009 UTC (15 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.79: +5 -7 lines
Diff to previous 1.79 (colored)

Remove lies about and tweak descriptions of built-in label editor,
a.k.a. '-E'.

Feedback from otto@ jmc@

Revision 1.79 / (download) - annotate - [select for diffs], Mon Mar 30 10:40:41 2009 UTC (15 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.78: +3 -1 lines
Diff to previous 1.78 (colored)

Document new 'U' editor command.

Prodded by & ok jmc@

Revision 1.78 / (download) - annotate - [select for diffs], Sat Mar 28 23:47:31 2009 UTC (15 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.77: +3 -3 lines
Diff to previous 1.77 (colored)

Verbiage tweaks from jmc@ and millert@.

Revision 1.77 / (download) - annotate - [select for diffs], Sat Mar 28 14:40:20 2009 UTC (15 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.76: +1 -11 lines
Diff to previous 1.76 (colored)

the CAVEAT about -B is described earlier; ok jmc

Revision 1.76 / (download) - annotate - [select for diffs], Sat Mar 28 14:03:21 2009 UTC (15 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.75: +7 -2 lines
Diff to previous 1.75 (colored)

point out that -B does not exist on some machines, and installboot(8) is
used instead, ok krw jmc

Revision 1.75 / (download) - annotate - [select for diffs], Sat Mar 28 13:54:15 2009 UTC (15 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.74: +6 -25 lines
Diff to previous 1.74 (colored)

As Tobias Ulmer pointed out on tech@, Tahoe behaviour no longer is
of concern so BUGS need not mention it. The other BUGS are also now
irrelevant or not bugs at all. So delete entire BUGS section. Also
tweak a bit of verbiage.

ok deraadt@

Revision 1.74 / (download) - annotate - [select for diffs], Mon Mar 23 16:36:38 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.73: +3 -4 lines
Diff to previous 1.73 (colored)

tweak the description of -A a little more;
feedback/ok krw

Revision 1.73 / (download) - annotate - [select for diffs], Sun Mar 22 20:51:58 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.72: +5 -5 lines
Diff to previous 1.72 (colored)

tweak previous;

Revision 1.72 / (download) - annotate - [select for diffs], Sun Mar 22 19:01:32 2009 UTC (15 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.71: +7 -1 lines
Diff to previous 1.71 (colored)

Add 'A' command to Editor mode, and -A flag to automatically execute it
on disks without an existing label. The 'A' command allocates all space
on the disk into a reasonable partition scheme for a root disk.

Feedback from several, time to work on it in-tree.

Prodded (repeatedly) by and ok deraadt@

Revision 1.71 / (download) - annotate - [select for diffs], Sun Aug 10 13:00:25 2008 UTC (15 years, 10 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.70: +3 -3 lines
Diff to previous 1.70 (colored)

spacing; remove non-existent flag from synopsis.

Revision 1.70 / (download) - annotate - [select for diffs], Sun Aug 10 11:22:40 2008 UTC (15 years, 10 months ago) by sobrado
Branch: MAIN
Changes since 1.69: +2 -4 lines
Diff to previous 1.69 (colored)

add missing space.

ok krw@

Revision 1.69 / (download) - annotate - [select for diffs], Wed Jun 25 18:31:07 2008 UTC (15 years, 11 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.68: +5 -3 lines
Diff to previous 1.68 (colored)

In interactive mode, always suggest offsets and sizes inside the
OpenBSD area and change the 'p' command to only print the boundaries
and size of the OpenBSD area and the free space within that area.
Introduce a 'l' command to print the header only. With krw@; ok krw@
deraadt@; jmc@ for the man page bits

Revision 1.68 / (download) - annotate - [select for diffs], Sun Apr 6 20:18:54 2008 UTC (16 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.67: +2 -7 lines
Diff to previous 1.67 (colored)

Remove stray '-r' reference that survived the nuke of -r.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Mar 23 19:42:17 2008 UTC (16 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.66: +14 -58 lines
Diff to previous 1.66 (colored)

Nuke disklabel -r. All labels come from the kernel via ioctl.

"make sense" miod@ ok deraadt@

Revision 1.66 / (download) - annotate - [select for diffs], Fri Jan 25 15:30:11 2008 UTC (16 years, 4 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.65: +6 -3 lines
Diff to previous 1.65 (colored)

document maximum partition size; ok jmc@ krw@

Revision 1.65 / (download) - annotate - [select for diffs], Tue Jan 8 23:46:54 2008 UTC (16 years, 5 months ago) by krw
Branch: MAIN
Changes since 1.64: +4 -3 lines
Diff to previous 1.64 (colored)

Beef up the (r)ecalculate command in -E mode by having it display the
details of the free space it calculates. Gives an easy way to see all
the chunks of free sectors on the disk.

ok beck@

Revision 1.64 / (download) - annotate - [select for diffs], Sun Dec 16 14:58:27 2007 UTC (16 years, 5 months ago) by sobrado
Branch: MAIN
Changes since 1.63: +4 -4 lines
Diff to previous 1.63 (colored)

add missing arguments to "-b" and "-s"

ok jmc@

Revision 1.63 / (download) - annotate - [select for diffs], Sat Jun 2 08:02:51 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

installboot not just for i386; ok krw

Revision 1.62 / (download) - annotate - [select for diffs], Thu May 31 19:19:43 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

convert to new .Dd format;

Revision 1.61 / (download) - annotate - [select for diffs], Thu Apr 26 22:42:11 2007 UTC (17 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.60: +3 -4 lines
Diff to previous 1.60 (colored)

Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS
geometry in the disklabel when there is a BIOS geometry to provide.
This removes the option to set a disklabel to 'BIOS' geometry via the
'g b' command in the editor.

Makes reported geometry more consistant and moves MD code to MD land
where it should be.

Doc help from jmc@, Feedback from millert@, marco@, weingart@,
kettenis@.

ok deraadt@

Revision 1.60 / (download) - annotate - [select for diffs], Tue May 16 05:41:25 2006 UTC (18 years, 1 month ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

change only use of slice to 'partition letter' to be consistent with
use of partition everywhere else; ok jmc@

Revision 1.59 / (download) - annotate - [select for diffs], Mon Mar 7 23:41:53 2005 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (colored)

more macro simplification;

Revision 1.58 / (download) - annotate - [select for diffs], Mon Oct 25 08:14:46 2004 UTC (19 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

typo, from Nathan Rickerby

Revision 1.57 / (download) - annotate - [select for diffs], Tue Dec 30 10:54:33 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

s/inadvertantly/inadvertently;

Revision 1.56 / (download) - annotate - [select for diffs], Mon Dec 29 19:51:34 2003 UTC (20 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.55: +6 -1 lines
Diff to previous 1.55 (colored)

Add support for % and & units to indicate percent of total space and
percent of available space respectively.  From Sebastian Horzela.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Dec 20 09:29:27 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.54: +243 -202 lines
Diff to previous 1.54 (colored)

make disklabel docs more readable: more logical SYNOPSIS; sort options;
make internal editor help and usage() match the docs; make sure all the
forms described in SYNOPSIS are explained; various other tweaks.

input from millert@; ok deraadt;

Revision 1.54 / (download) - annotate - [select for diffs], Tue Sep 2 18:30:27 2003 UTC (20 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

escape punctuation;
ok deraadt@

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jun 21 23:14:23 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.52: +19 -1 lines
Diff to previous 1.52 (colored)

add CAVEATS: disklabel only supports 15 partitions, excluding `c';
from a thread on misc@;

wording, help, and ok nick@

Revision 1.52 / (download) - annotate - [select for diffs], Tue Jun 3 13:16:08 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.51: +12 -12 lines
Diff to previous 1.51 (colored)

- section reorder
- some mdoc fixes

Revision 1.51 / (download) - annotate - [select for diffs], Mon Jun 2 20:06:14 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.50: +2 -6 lines
Diff to previous 1.50 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Mar 12 20:12:36 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.49: +7 -7 lines
Diff to previous 1.49 (colored)

more .Li

Revision 1.49 / (download) - annotate - [select for diffs], Thu Feb 13 00:10:39 2003 UTC (21 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.48: +8 -1 lines
Diff to previous 1.48 (colored)

add support for printing disklabels in units other than sectors from
the cmdline
based on a patch by mho at mho.nu
ok and input by millert@

Revision 1.48 / (download) - annotate - [select for diffs], Sat Feb 1 16:29:52 2003 UTC (21 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

typos;
chat(8): removed reference to uucico(8)

ok deraadt@

Revision 1.47 / (download) - annotate - [select for diffs], Tue Dec 31 16:22:25 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform
to keep them lying in the tree.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Nov 14 02:57:27 2002 UTC (21 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.45: +7 -7 lines
Diff to previous 1.45 (colored)

use $ or # before commands in examples

Revision 1.45 / (download) - annotate - [select for diffs], Wed Sep 18 07:33:47 2002 UTC (21 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

fix Xr refs; frisco@blackant.net

Revision 1.44 / (download) - annotate - [select for diffs], Sat Jul 27 13:31:30 2002 UTC (21 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Typo; similates -> simulates

Revision 1.43 / (download) - annotate - [select for diffs], Thu Dec 13 20:16:48 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored)

o) start new sentence on a new line;
o) wrap long lines;
o) fix bogus .Xr usage;
o) we don't like blank lines;
o) always close .Bl tags;
o) OpenBSD -> .Ox;
o) don't like .Pp before .Ss;

millert@ ok;

Revision 1.42 / (download) - annotate - [select for diffs], Fri Aug 17 11:13:57 2001 UTC (22 years, 9 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.41: +7 -4 lines
Diff to previous 1.41 (colored)

o) {Open,Net,Free}BSD -> .{O,N,F}x;
o) "start sentence on new line" issues;
o) minimal -mdoc improvements;

millert@ ok

Revision 1.41 / (download) - annotate - [select for diffs], Tue Aug 7 01:46:12 2001 UTC (22 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.40: +27 -2 lines
Diff to previous 1.40 (colored)

o Fix a typo (heko@iki.fi)
o Add text about default labels

Revision 1.40 / (download) - annotate - [select for diffs], Sun Feb 4 15:06:05 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored)

mention scan_ffs; map@infinitum.ch

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jan 24 09:52:24 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.38: +4 -1 lines
Diff to previous 1.38 (colored)

mention that sparc & amiga have weird partition tables

Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 9 17:52:53 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jun 4 18:19:45 2000 UTC (24 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.36: +8 -1 lines
Diff to previous 1.36 (colored)

Add 'D' and 'z' commands to editor to use the default partition and
to zero out the partition table respectively.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Apr 4 16:29:27 2000 UTC (24 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.35: +6 -1 lines
Diff to previous 1.35 (colored)

Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert

next_offset() now takes a pointer to the partition size as its second
argument instead of a pointer to the partition.  This allows us to
get the offset earlier on and sort_partitions() will not try and
include the partition we are trying to create in its list.

In free_chunks() start looking for things at starting_sector, not 0,
to avoid getting starting offsets that precede the start of the OpenBSD
part of the disk.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Mar 18 22:55:55 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.34: +147 -97 lines
Diff to previous 1.34 (colored)

Remove hard sentence breaks, and some other cleanup along the way.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Oct 10 16:49:28 1999 UTC (24 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.33: +10 -9 lines
Diff to previous 1.33 (colored)

Tweak.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Oct 9 21:05:57 1999 UTC (24 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.32: +132 -177 lines
Diff to previous 1.32 (colored)

Reformat. Aaron will probably change this three-times over, but it's a
start.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Aug 14 15:11:11 1999 UTC (24 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.31: +13 -7 lines
Diff to previous 1.31 (colored)

Add -c flag that uses DIOCRLDINFO to clear (and update) the in-core label.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jul 4 18:59:38 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.30: +42 -25 lines
Diff to previous 1.30 (colored)

trash some old leftover macros and replace them with -mdoc macros

Revision 1.30 / (download) - annotate - [select for diffs], Sun May 23 14:11:14 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 7 22:57:25 1999 UTC (25 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.28: +4 -10 lines
Diff to previous 1.28 (colored)

Kill -F option, it is not needed and just plain wrong anyway

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 25 15:34:54 1999 UTC (25 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

typo

Revision 1.27 / (download) - annotate - [select for diffs], Tue Mar 23 05:18:49 1999 UTC (25 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.26: +27 -8 lines
Diff to previous 1.26 (colored)

Rename -F option to -f and add a new -F (full disk) option to use in -E mode.
When checking for an MBR, only say we have an mbr if there is a signature *or*
there is an fdisk partition with an {Open,Free,Net}BSD ID.
When setting the bounds in -E mode add hueristics to deal with disks
bigger than the BIOS geometry would indicate.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Mar 16 04:47:15 1999 UTC (25 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.25: +25 -1 lines
Diff to previous 1.25 (colored)

Add -F flag to cause editor to prompt for mount points and save the resulting info in fstab format.  To be used by the install script.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Mar 13 19:07:35 1999 UTC (25 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.24: +4 -2 lines
Diff to previous 1.24 (colored)

Add support for delete "*"

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 1 01:50:45 1999 UTC (25 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.23: +33 -5 lines
Diff to previous 1.23 (colored)

Change undocumented '-p' flag to '-d' and document.  Also document '-v'.
Make 'disklabel -ed' not overwrite your label if you make no changes
in the editor (added a cmplabel function to compare two labels).

Revision 1.23 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:28 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.22: +10 -10 lines
Diff to previous 1.22 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.22 / (download) - annotate - [select for diffs], Sat Nov 28 19:56:17 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.21: +22 -22 lines
Diff to previous 1.21 (colored)

kill redundant .Nm macro arguments; other misc fixes

Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 11 22:19:56 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.20: +51 -18 lines
Diff to previous 1.20 (colored)

more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes

Revision 1.20 / (download) - annotate - [select for diffs], Wed Sep 23 01:20:22 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

alphabetize SEE ALSO entries and order them numerically according to section

Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 17 04:14:51 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
Changes since 1.18: +15 -11 lines
Diff to previous 1.18 (colored)

sbin/ man page fixes

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 6 18:08:09 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.17: +15 -13 lines
Diff to previous 1.17 (colored)

Mention new extened help and some minor cleanups

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jul 24 17:40:43 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.16: +12 -12 lines
Diff to previous 1.16 (colored)

fix typos; Aaron Campbell <aaron@ug.cs.dal.ca>

Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 8 03:00:44 1998 UTC (26 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.15: +4 -1 lines
Diff to previous 1.15 (colored)

mention 'r' in -E mode

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 1 06:43:27 1998 UTC (26 years, 3 months ago) by johns
Branch: MAIN
Changes since 1.14: +8 -8 lines
Diff to previous 1.14 (colored)

disklabel.8 man page fixes submitted by Aaron Jackson,
jackson@msrce.howard.edu
2 formatting changes, and 2 grammar changes.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 20 20:57:50 1998 UTC (26 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

' is special in column 0

Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 20 10:29:00 1998 UTC (26 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

grammar

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 20 22:35:19 1997 UTC (26 years, 5 months ago) by rees
Branch: MAIN
Changes since 1.11: +10 -1 lines
Diff to previous 1.11 (colored)

Refer i386 users to installboot(8).

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 25 00:36:23 1997 UTC (26 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.10: +7 -1 lines
Diff to previous 1.10 (colored)

Add -t flag to output in disktab format.  From Christos Zoulas
<christos@deshaw.com> plus correct code for outputing d_drivedata.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 28 06:01:09 1997 UTC (26 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Replace a set of "'s with `` '' so that manual.c will build.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 28 05:58:17 1997 UTC (26 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.8: +11 -2 lines
Diff to previous 1.8 (colored)

Document -E bugs

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 28 05:52:26 1997 UTC (26 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.7: +10 -11 lines
Diff to previous 1.7 (colored)

Fix a few typos.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 28 05:22:51 1997 UTC (26 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.6: +142 -69 lines
Diff to previous 1.6 (colored)

First cut at -E docs.  Perhaps this should go at the end?

Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 15 09:08:26 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5 (colored)

provide a few hints to indicate that -r is evil

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 2 00:09:06 1997 UTC (26 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.4: +13 -1 lines
Diff to previous 1.4 (colored)

document disklabel -n

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 30 07:48:44 1997 UTC (27 years ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
	grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 11 21:50:16 1997 UTC (27 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)

document that -B may blow away important bits (on i386 it blows away MBR)

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 23 14:30:05 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

update rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:27 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:27 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.