Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-26 | cleanup fdisk(8) partition names used by FAT file systems so they are more | Igor Sobrado | |
consistent and easier to identify, as outlined here: - FAT12: FAT12 (01h) - FAT16: FAT16S (04h), FAT16B (06h), FAT16L (0Eh) - FAT32: FAT32 (0Bh), FAT32L (0Ch) nothing in our tree is looking to the strings being replaced for anything but printing them out, only to the numerical ids taken from disklabel.h ok krw@, jmc@ | |||
2016-09-03 | no more boot_zaurus.8; | Jason McIntyre | |
2016-02-23 | A disk name of /dev/wd0c doesn't work. Correct verbiage and example. | Kenneth R Westerback | |
Discovered by rpe@. Tweaked by schwarze@. ok rpe@ schwarze@ jmc@ deraadt@ | |||
2016-01-09 | Revamp the display of GPT information, hiding less important | Kenneth R Westerback | |
information under the '-v' flag. This brings the GPT display more into line with the MBR display and simplifies and hardens the parsing of the partition info in the install scripts. Original problem with install scripts parsing hand edited GPT information reported by Valere Monseur via bugs@. Man page fixes and tweaks from jmc@. Install script changes tested & ok rpe@. | |||
2015-12-11 | there are no boot_ pages for armish or landisk that i can see, | Jason McIntyre | |
so remove their references; while here undo a predefined string (as mandoc_char(7) calls them); | |||
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | Kenneth R Westerback | |
Useful for seeing exactly what is currently on the disk. Suggested by a request from kettenis@. Man page & usage ok jmc@ | |||
2015-11-17 | note that -chs and -l are mutually exclusive; | Jason McIntyre | |
from jan stary | |||
2015-10-26 | tweak previous; | Jason McIntyre | |
2015-10-26 | Flesh out GPT info and tweak other verbiage to be less MBR specific. | Kenneth R Westerback | |
2015-10-05 | Tweak man page to describe newly enhanced '-g' operation. | Kenneth R Westerback | |
2015-09-09 | In the flag command description, mention that a bootable partition | Theo de Raadt | |
is marked with '*' due to comments from sthen and kettenis | |||
2015-09-09 | remove 3 paragraphs of useless information at the start, and replace | Theo de Raadt | |
with the simple facts a user needs. ok kettenis krw | |||
2015-09-06 | correct a mistake in my previous commit; | Jason McIntyre | |
2015-09-04 | shuffle -b into place; while there, do some general tidy up | Jason McIntyre | |
of SYNOPSIS and usage(); | |||
2015-09-04 | Add a -b option, to be used together with -i, that tells fdisk to add a | Mark Kettenis | |
special boot partition on architectures that need it. For now those architectures are amd64 and i386, where this option will create an EFI system partition to store our new UEFI bootloader. ok deraadt@, krw@ | |||
2015-03-16 | Document that -i/-u are mutually exclusive and clean up the related | Kenneth R Westerback | |
code a bit. ok deraadt@ igor@ (with suggested tweak that is coming) | |||
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback | |
With the permission of Toby. ok deraadt@ | |||
2015-01-03 | Add support for creating a protective MBR for GPT. | Joel Sing | |
Part of a diff by Markus Mueller, which was derived from Bitrig during Google Summer of Code, with further tweaks by me. ok krw@ miod@ | |||
2014-03-06 | tweak previous; | Jason McIntyre | |
2014-03-02 | -l disksize code, to force LBA mode. code by chris, after I suggested | Theo de Raadt | |
wrapping rows of echo's via fdisk was silly. ok kettenis krw | |||
2010-12-03 | disklabel now uses "duid", not "uid"; | Jason McIntyre | |
2010-11-22 | Update example disk partition info to more current reality. Noticed | Kenneth R Westerback | |
by and diff from Roberth via tech@. ok jmc@ | |||
2010-07-05 | improve description for -i; as a consequence of recent changes, | Igor Sobrado | |
OpenBSD MBR partition does not span from sector 1 after MBR partition data is re-initialized. written with lot of good advice from deraadt@ and jmc@ ok deraadt@ | |||
2010-05-25 | match usage to the manual page, and borrow the description of 'disk' | Theo de Raadt | |
from disklabel(8), since it describes the effect of using opendev() | |||
2010-05-20 | document the optional arg to "flag", as requested by Thomas Pfaff; | Jason McIntyre | |
this version after some feedback from krw and otto; ok otto krw | |||
2010-03-27 | remainer->remainder; from miod | Jason McIntyre | |
2010-03-27 | various improvements from Anders Langworthy, with some tweaks | Jason McIntyre | |
from krw and myself; ok deraadt krw | |||
2009-03-30 | some improvements inspired by a mail on misc@ from frantisek holop: | Jason McIntyre | |
- clarify the terms geometry sectors field and start field - change the fdisk prompt from 0 to 1, and explain its meaning - temper CAVEATS: the note is "common practice", not mandatory from nick and myself | |||
2008-05-13 | fix an error in the example partition table; from Adam Patterson | Jason McIntyre | |
ok nick | |||
2008-02-18 | adjust width of S column to improve printing of the MBR partition table | Igor Sobrado | |
on modern disk geometries; while here, better alignment of column labels ok jmc@, jsing@, krw@, and otto@ | |||
2007-12-30 | sort flags in both synopsis and usage, file not commited in last diff | Igor Sobrado | |
ok jmc@ | |||
2007-11-26 | fix SEE ALSO; from deraadt | Jason McIntyre | |
2007-11-25 | tweak previous; | Jason McIntyre | |
2007-11-25 | document MBR spoofing, very minimally | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-01-12 | make the description match synopsis for -chs; | Jason McIntyre | |
discussed with nick | |||
2007-01-11 | avoid an ugly grammar construction; | Jason McIntyre | |
2007-01-11 | make the description of -e point to the COMMAND MODE section; | Jason McIntyre | |
2007-01-11 | Move options into DESCRIPTION section. This conforms with most | Ray Lai | |
other man pages, where the options are near the top of the page for easy access. OK jmc@. | |||
2006-11-09 | desireable -> desirable; | Jason McIntyre | |
2006-11-08 | add a -y flag, for non-interactive use | Theo de Raadt | |
2006-10-20 | OpenBSD no longer supports using an older FreeBSD MBR partition. | David Hill | |
ok krw@ | |||
2006-08-05 | Mention that `b', `k', `m', and `g' can be specified after the print | Ray Lai | |
command to print partition sizes in units of bytes, kilobytes, megabytes, and gigabytes. Inspired by patch from Hiren Patel <hiren at obsidian dot co dot za>. OK jmc@ and otto@ | |||
2005-05-01 | - better synopsis | Jason McIntyre | |
- sync usage() - add fstab(5) to SEE ALSO - NOTES -> CAVEATS and improve bits ok deraadt@ improvements and ok tom@ | |||
2005-04-30 | correctly use whole disk, pointed out by toby | Theo de Raadt | |
2005-04-30 | various fixes; | Jason McIntyre | |
2005-04-30 | match disklabel change | Theo de Raadt | |
2005-04-30 | make this useable to people busy installing | Theo de Raadt | |
2005-03-29 | Allow setting of partition flag with an optional explicit value. PR 4143. | Otto Moerbeek | |
ok weingart@ deraadr@ |