Up to [cvs.NetBSD.org] / src / sbin / fdisk
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.80 / (download) - annotate - [select for diffs], Sat Oct 6 09:11:34 2012 UTC (8 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.79: +3 -2
lines
Diff to previous 1.79 (colored)
Revert my previous commit, I misunderstood the intention. Noted by njoly.
Revision 1.79 / (download) - annotate - [select for diffs], Fri Oct 5 21:30:29 2012 UTC (8 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.78: +2 -3
lines
Diff to previous 1.78 (colored)
Previous slightly more consistently.
Revision 1.78 / (download) - annotate - [select for diffs], Fri Oct 5 18:07:46 2012 UTC (8 months, 1 week ago) by njoly
Branch: MAIN
Changes since 1.77: +7 -10
lines
Diff to previous 1.77 (colored)
Fix indented blocks rendering with mandoc. Switch from .in unsupported macro to .Bd/.Ed ones. While here kill some unneeded .Pp/.br macros.
Revision 1.77 / (download) - annotate - [select for diffs], Sun Apr 8 22:00:37 2012 UTC (14 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.76: +1 -19
lines
Diff to previous 1.76 (colored)
Remove unnecessary Bk/Ek pairs from SYNOPSIS. No effective change except where I used the opportunity to sort options and/or option descriptions.
Revision 1.76 / (download) - annotate - [select for diffs], Fri Apr 6 20:09:26 2012 UTC (14 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.75: +9 -2
lines
Diff to previous 1.75 (colored)
support sector sizes > 512.
Revision 1.75 / (download) - annotate - [select for diffs], Wed Jan 4 10:57:40 2012 UTC (17 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.74: +3 -3
lines
Diff to previous 1.74 (colored)
Remove trailing whitespace.
Revision 1.74 / (download) - annotate - [select for diffs], Sat Dec 31 22:18:56 2011 UTC (17 months, 2 weeks ago) by riz
Branch: MAIN
Changes since 1.73: +11 -9
lines
Diff to previous 1.73 (colored)
According to most other OSes and documentation sources, an MBR has one "extended" partition and the partitions inside that are "logical" partitions. Make fdisk(8) man page follow suit. Patch from Julian Fagir in PR#45695.
Revision 1.73 / (download) - annotate - [select for diffs], Thu Dec 1 23:14:06 2011 UTC (18 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.72: +2 -2
lines
Diff to previous 1.72 (colored)
Remove trailing whitespace.
Revision 1.72 / (download) - annotate - [select for diffs], Thu Dec 1 22:24:29 2011 UTC (18 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.71: +11 -3
lines
Diff to previous 1.71 (colored)
Add a flag to support writing overlapping partitions and explain why.
Revision 1.71 / (download) - annotate - [select for diffs], Mon Apr 25 22:23:47 2011 UTC (2 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.70: +4 -3
lines
Diff to previous 1.70 (colored)
Use Nx.
Revision 1.70 / (download) - annotate - [select for diffs], Wed Apr 7 09:40:58 2010 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.69: +54 -55
lines
Diff to previous 1.69 (colored)
Minor punctuation fixes, improve and sort SYNOPSIS, sort flag descriptions. From Bug Hunting in PR 43130.
Revision 1.69 / (download) - annotate - [select for diffs], Wed Dec 23 20:56:18 2009 UTC (3 years, 5 months ago) by dsl
Branch: MAIN
Changes since 1.68: +29 -5
lines
Diff to previous 1.68 (colored)
Add info for -A ptn_alignment[/ptn_0_offset]
Revision 1.68 / (download) - annotate - [select for diffs], Thu Dec 17 14:27:49 2009 UTC (3 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.67: +7 -2
lines
Diff to previous 1.67 (colored)
Use implicit -F for regular files, much like disklabel(8).
Revision 1.67 / (download) - annotate - [select for diffs], Sat Dec 5 16:29:11 2009 UTC (3 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
Remove support for NetBSD/playstation2.
Revision 1.66 / (download) - annotate - [select for diffs], Sun Nov 29 04:19:55 2009 UTC (3 years, 6 months ago) by tsutsui
Branch: MAIN
CVS Tags: playstation2-eol-2009
Changes since 1.65: +44 -5
lines
Diff to previous 1.65 (colored)
Add a bunch of useful typical examples. Also use appropriate markup there.
Revision 1.65 / (download) - annotate - [select for diffs], Sat Nov 28 17:25:45 2009 UTC (3 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.64: +5 -3
lines
Diff to previous 1.64 (colored)
Update -u usage to follow changes in fdisk.c rev 1.125: >> Allow MB, GB and CYL (not just M, G and C) and lower case. >> Don't output a splurious 'd' before "cyl". >> Fixes PR/37414. XXX "NNcy" is also allowed?
Revision 1.64 / (download) - annotate - [select for diffs], Sat Nov 28 16:45:20 2009 UTC (3 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.63: +40 -28
lines
Diff to previous 1.63 (colored)
Clarify description of -f and -u options. (-u means updating partition data, not interactive mode)
Revision 1.63 / (download) - annotate - [select for diffs], Wed Oct 14 22:00:55 2009 UTC (3 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.62: +4 -14
lines
Diff to previous 1.62 (colored)
Do not use .Xo / .Xc without a good reason.
Revision 1.62 / (download) - annotate - [select for diffs], Mon Aug 10 02:56:23 2009 UTC (3 years, 10 months ago) by yamt
Branch: MAIN
Changes since 1.61: +7 -2
lines
Diff to previous 1.61 (colored)
an example.
Revision 1.61 / (download) - annotate - [select for diffs], Thu Jul 2 00:49:58 2009 UTC (3 years, 11 months ago) by snj
Branch: MAIN
Changes since 1.60: +3 -3
lines
Diff to previous 1.60 (colored)
Small grammar tweak.
Revision 1.60 / (download) - annotate - [select for diffs], Mon Jun 1 19:57:33 2009 UTC (4 years ago) by christos
Branch: MAIN
Changes since 1.59: +11 -2
lines
Diff to previous 1.59 (colored)
Delete GPT partitions if we overwrite with MBR to avoid confusion with disks that have both MBR and a secondary left over GPT partition signature. From Mike M. Volokhov
Revision 1.59 / (download) - annotate - [select for diffs], Sun Jan 20 15:04:09 2008 UTC (5 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
mjf-devfs-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Changes since 1.58: +9 -6
lines
Diff to previous 1.58 (colored)
Note the existance of mbr_com0 and mbr_com0_9600.
Revision 1.58 / (download) - annotate - [select for diffs], Sun Dec 23 10:47:42 2007 UTC (5 years, 5 months ago) by apb
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.57: +4 -3
lines
Diff to previous 1.57 (colored)
Remove note about the first track being reserved for the BIOS (it's not), and replace it with a note about the first partition traditionally beginning in the second track of the first cylinder.
Revision 1.57 / (download) - annotate - [select for diffs], Sun Dec 23 08:58:34 2007 UTC (5 years, 5 months ago) by apb
Branch: MAIN
Changes since 1.56: +3 -2
lines
Diff to previous 1.56 (colored)
Report the first active partition.
Revision 1.56 / (download) - annotate - [select for diffs], Sun May 20 22:27:46 2007 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: mjf-devfs,
matt-armv6
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
Plural fix.
Revision 1.55 / (download) - annotate - [select for diffs], Sun Mar 11 10:51:03 2007 UTC (6 years, 3 months ago) by apb
Branch: MAIN
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Bump date for previous.
Revision 1.54 / (download) - annotate - [select for diffs], Sat Mar 10 14:19:46 2007 UTC (6 years, 3 months ago) by apb
Branch: MAIN
Changes since 1.53: +67 -9
lines
Diff to previous 1.53 (colored)
Document the new checks for whether a PBR is bootable. Also add more detail in the introduction, and a few more references.
Revision 1.53 / (download) - annotate - [select for diffs], Sun Sep 24 15:52:12 2006 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.52: +7 -3
lines
Diff to previous 1.52 (colored)
Use more macros. New sentence, new line.
Revision 1.52 / (download) - annotate - [select for diffs], Sun Sep 24 15:22:01 2006 UTC (6 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.51: +5 -3
lines
Diff to previous 1.51 (colored)
PR# 28660: how to remove bootmenu text from some partition
Revision 1.51 / (download) - annotate - [select for diffs], Thu Apr 7 20:23:13 2005 UTC (8 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.50: +5 -4
lines
Diff to previous 1.50 (colored)
Allow partition sizes to be input in GB
Revision 1.50 / (download) - annotate - [select for diffs], Tue Jul 13 19:24:03 2004 UTC (8 years, 11 months ago) by uwe
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
s/Nm/Nx/, as it's NetBSD that has ports, not fdisk.
Revision 1.49 / (download) - annotate - [select for diffs], Tue Jul 13 13:38:39 2004 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.48: +7 -5
lines
Diff to previous 1.48 (colored)
Bump date for previous; new sentence, new line; sort list of ports where fdisk is available.
Revision 1.48 / (download) - annotate - [select for diffs], Tue Jul 13 10:45:49 2004 UTC (8 years, 11 months ago) by darcy
Branch: MAIN
Changes since 1.47: +7 -1
lines
Diff to previous 1.47 (colored)
Add note top man page explaining that fdisk is not used on all platforms and list the ones that is is. Partial fix to PR#25943
Revision 1.47 / (download) - annotate - [select for diffs], Mon Mar 22 05:07:56 2004 UTC (9 years, 2 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.46: +9 -9
lines
Diff to previous 1.46 (colored)
Use .Pp instead of .br as appropriate. (This needs more work)
Revision 1.46 / (download) - annotate - [select for diffs], Sat Mar 20 18:49:33 2004 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.45: +4 -4
lines
Diff to previous 1.45 (colored)
Nm needs no argument; also, correct wrong Nm usage.
Revision 1.45 / (download) - annotate - [select for diffs], Fri Mar 19 22:21:36 2004 UTC (9 years, 3 months ago) by snj
Branch: MAIN
Changes since 1.44: +21 -14
lines
Diff to previous 1.44 (colored)
Bump date for last. Use Sq for single quotes. Drop trailing space. New sentence, new line. Sort xrefs. Fix a spelling error.
Revision 1.44 / (download) - annotate - [select for diffs], Fri Mar 19 18:19:17 2004 UTC (9 years, 3 months ago) by dyoung
Branch: MAIN
Changes since 1.43: +34 -2
lines
Diff to previous 1.43 (colored)
Add flag -F, options -t disktab and -T disktype to fdisk. Flag -F indicates that the target of the fdisk operation is a file, not a disk. With -t and -T, the user tells fdisk the geometry for the file If the default geometry that fdisk will "fake up" for a file are not satisfactory, the user may tell the geometry to fdisk using -t disktab -T disktype.
Revision 1.43 / (download) - annotate - [select for diffs], Mon Oct 6 12:02:52 2003 UTC (9 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.42: +4 -4
lines
Diff to previous 1.42 (colored)
be consistent about "MS-DOS"
Revision 1.42 / (download) - annotate - [select for diffs], Tue Jun 3 12:35:54 2003 UTC (10 years ago) by joda
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
add missing . before Fl
Revision 1.41 / (download) - annotate - [select for diffs], Tue May 6 07:56:03 2003 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.40: +3 -3
lines
Diff to previous 1.40 (colored)
MBR, not mbr.
Revision 1.40 / (download) - annotate - [select for diffs], Thu May 1 13:36:25 2003 UTC (10 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.39: +4 -4
lines
Diff to previous 1.39 (colored)
Change a couple of .Em to .Ar
Revision 1.39 / (download) - annotate - [select for diffs], Thu May 1 13:01:17 2003 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.38: +3 -10
lines
Diff to previous 1.38 (colored)
Replace some raw roff with mdoc.
Revision 1.38 / (download) - annotate - [select for diffs], Thu May 1 12:55:52 2003 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.37: +8 -7
lines
Diff to previous 1.37 (colored)
Improve formatting for [/bootmenu], requested by dsl; add some commas.
Revision 1.37 / (download) - annotate - [select for diffs], Thu May 1 10:43:58 2003 UTC (10 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
a mbr -> an mbr
Revision 1.36 / (download) - annotate - [select for diffs], Thu May 1 09:50:12 2003 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
Drop trailing space.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Apr 30 19:47:10 2003 UTC (10 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.34: +291 -112
lines
Diff to previous 1.34 (colored)
Rototilled fdisk that supports: - editing of the extended partition list - user friendly default start/size for new partitions - partition start/size input in sectors, cylinders or MB - bootsel menu names configured with paritition bounds - partition update loop asks used which partition to change (instead of asking about each partition in turn). - detection (and erroring) of overlapped partitions. - automatic installation of correct mbr_xxx code (after prompting user)
Revision 1.34 / (download) - annotate - [select for diffs], Tue Feb 25 10:34:55 2003 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
Revision 1.33 / (download) - annotate - [select for diffs], Sun Feb 9 21:56:19 2003 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Drop trailing space (in last).
Revision 1.32 / (download) - annotate - [select for diffs], Sun Feb 9 20:46:29 2003 UTC (10 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.31: +8 -2
lines
Diff to previous 1.31 (colored)
Slightly clarify/improve the documentation for the -B (boot selector) option
Revision 1.31 / (download) - annotate - [select for diffs], Tue Oct 1 13:40:29 2002 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.30: +3 -2
lines
Diff to previous 1.30 (colored)
New sentence, new line. By Robert Elz with minimal fixes.
Revision 1.30 / (download) - annotate - [select for diffs], Tue Mar 26 23:56:05 2002 UTC (11 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Changes since 1.29: +8 -2
lines
Diff to previous 1.29 (colored)
PR/16073: Jachym _Freza_ Holecek: Add the ability to list known partition types. While I am here, KNF a bit.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Mar 5 15:11:11 2002 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
Drop duplicate .Pp.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Feb 8 01:30:43 2002 UTC (11 years, 4 months ago) by ross
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Jan 13 08:02:14 2002 UTC (11 years, 5 months ago) by fair
Branch: MAIN
Changes since 1.26: +7 -3
lines
Diff to previous 1.26 (colored)
Cross-link fdisk(8), mbr(8), and mbrlabel(8) in the SEE ALSO sections, as suggested in PR 14288. Also add a little white space to mbr(8) to make it a little more readable.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Nov 16 10:25:44 2001 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.25: +6 -6
lines
Diff to previous 1.25 (colored)
Whitespace nits
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 5 11:22:44 2001 UTC (12 years ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Drop arguments of .Os.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Dec 18 23:42:40 2000 UTC (12 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.23: +94 -94
lines
Diff to previous 1.23 (colored)
list the options in a specific options list (as per the `traditional' man page). i find this much easier to read than option descriptions scattered amongst paragraphs of text.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 14 11:06:20 2000 UTC (12 years, 7 months ago) by abs
Branch: MAIN
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored)
xref (disklabel.8, fdisk.8, mbrlabel.8) as appropriate
Revision 1.22 / (download) - annotate - [select for diffs], Wed Jun 7 22:40:59 2000 UTC (13 years ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Note that sysid 0 marks a partition as unused.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Oct 11 01:04:57 1999 UTC (13 years, 8 months ago) by hubertf
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
minoura-xpg4dl-base,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: minoura-xpg4dl
Changes since 1.20: +6 -3
lines
Diff to previous 1.20 (colored)
Add note that "fdisk -i" is the same as "fdisk /mbr" on MSDOS.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Sep 21 12:09:25 1999 UTC (13 years, 9 months ago) by simonb
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
Fix tyop and clean up usage of commas a little.
Revision 1.19 / (download) - annotate - [select for diffs], Sun May 2 12:17:13 1999 UTC (14 years, 1 month ago) by fvdl
Branch: MAIN
Changes since 1.18: +1 -7
lines
Diff to previous 1.18 (colored)
Remove confusing entry about cylinder boundaries.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 17 01:38:00 1999 UTC (14 years, 2 months ago) by fvdl
Branch: MAIN
Changes since 1.17: +16 -12
lines
Diff to previous 1.17 (colored)
Make the bootselector configurable by fdisk. Add a -B flag to this effect (i386 only of course). Also change one branch in the bootselector code to an explicit 16 bit one, and check both the boot menu and partition tables to see if the partition requested by the user should be booted. This check just in case, should the bootselector menu and partition table get out of sync somehow. (mmm, bytesqueezing)
Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 7 11:02:05 1999 UTC (14 years, 3 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.16: +12 -2
lines
Diff to previous 1.16 (colored)
Clean up SYNOPSIS formatting.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 15 15:23:23 1998 UTC (14 years, 8 months ago) by ws
Branch: MAIN
Changes since 1.15: +16 -1
lines
Diff to previous 1.15 (colored)
Separate master bootcode from fdisk.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Sep 28 15:44:18 1998 UTC (14 years, 8 months ago) by ws
Branch: MAIN
Changes since 1.14: +15 -19
lines
Diff to previous 1.14 (colored)
Automagically initialize boot code and partition table if not yet valid. Don't touch the partition table on -i, if previously valid.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 19 15:15:29 1998 UTC (15 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.13: +5 -5
lines
Diff to previous 1.13 (colored)
update for new partition ID
Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 6 06:03:41 1998 UTC (15 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.12: +13 -6
lines
Diff to previous 1.12 (colored)
macroize BSD, NetBSD, FreeBSD and misc cleanup
Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 26 04:26:27 1997 UTC (15 years, 6 months ago) by ross
Branch: MAIN
Changes since 1.11: +7 -6
lines
Diff to previous 1.11 (colored)
Typos, English.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Sep 14 14:05:34 1997 UTC (15 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.10: +25 -15
lines
Diff to previous 1.10 (colored)
correct use of various mdoc macros to cleanup resultant man page
Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 5 21:26:59 1997 UTC (15 years, 9 months ago) by phil
Branch: MAIN
Changes since 1.9: +21 -8
lines
Diff to previous 1.9 (colored)
-- add -b flag for setting fdisk's idea of BIOS geometry from command line -- cleanup so WARNS=1 works -- man page updated to reality.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 11 23:31:41 1997 UTC (15 years, 10 months ago) by phil
Branch: MAIN
Changes since 1.8: +63 -24
lines
Diff to previous 1.8 (colored)
Upgrade for non-interactive use. Interactive use is nearly unchanged. -i no longer implies -u, -i now does not use the entire first track because some BIOSes refuse to boot from a partition in the first track. -s renamed to -S, new -s for non-interactive setting of a partition's id, offset and size. Updated documentation to match.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 18 14:55:34 1995 UTC (18 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
convert to new RCS Id conventions; reduce my headache
Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 23 05:30:09 1994 UTC (18 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.6: +15 -15
lines
Diff to previous 1.6 (colored)
Clean up a bit more.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 23 04:30:13 1994 UTC (18 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.5: +49 -55
lines
Diff to previous 1.5 (colored)
Clean this up a bit.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 28 20:07:17 1994 UTC (19 years, 4 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
More spelling errors.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 14 02:05:47 1994 UTC (19 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.3: +7 -7
lines
Diff to previous 1.3 (colored)
Fix spelling errors
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 6 09:32:27 1993 UTC (19 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
386bsd -> NetBSD
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 2 17:51:02 1993 UTC (19 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (colored)
Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 9 19:24:00 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1,
netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9,
netbsd-0-8
added a 386bsd fdisk program, by julian elischer. (patch 111)