summaryrefslogtreecommitdiff
path: root/sbin/fdisk
AgeCommit message (Expand)Author
2013-10-06Suggest using -b 1023/255/63 for modern disks where the BIOS isapb
2013-04-14Improve support for logical sector sizes greater than 512.jakllsch
2013-02-13Don't produce spurious errors when creating labels on files.christos
2013-02-09CID/979997: missing va_end()christos
2012-10-06Revert my previous commit, I misunderstood the intention.wiz
2012-10-05Previous slightly more consistently.wiz
2012-10-05Fix indented blocks rendering with mandoc. Switch from .in unsupportednjoly
2012-06-05Use ${DESTDIR}/usr/mdec for DEFAULT_BOOTDIR on tools fdisk(8)tsutsui
2012-05-05Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionalstsutsui
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2012-04-06support sector sizes > 512.christos
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-01-04Remove trailing whitespace.wiz
2011-12-31According to most other OSes and documentation sources, an MBR hasriz
2011-12-02Also ignore out of space conditions for -I so we can create overlappingchristos
2011-12-02Add missing -F flag and -I flag in usage. Sort the order to matchenami
2011-12-02put the error check in the conditional where it belongs.christos
2011-12-01Remove trailing whitespace.wiz
2011-12-01Add a flag to support writing overlapping partitions and explain why.christos
2011-08-28fix the sparc buildgson
2011-08-27one static is enough, otherwise you risk zapping yourself.christos
2011-08-27staticfy. __dead.joerg
2011-05-08Fix parsing of -A option so that the [/ptn_0_offset] part is optional, aspgoyette
2011-04-25Use Nx.wiz
2010-04-07Minor punctuation fixes, improve and sort SYNOPSIS, sort flag descriptions.wiz
2009-12-23Add info for -A ptn_alignment[/ptn_0_offset]dsl
2009-12-23Put #endif in correct place - fixes PR/42500dsl
2009-12-22Add support for partition being aligned on non-cylinder boundaries.dsl
2009-12-22Editing partitions larger than 1TB works better if 'decimal' returnsdsl
2009-12-20Add a large comment about disk geometries.dsl
2009-12-17Use implicit -F for regular files, much like disklabel(8).pooka
2009-12-05Remove support for NetBSD/playstation2.pooka
2009-11-29Add a bunch of useful typical examples. Also use appropriate markup there.tsutsui
2009-11-28Update -u usage to follow changes in fdisk.c rev 1.125:tsutsui
2009-11-28Clarify description of -f and -u options.tsutsui
2009-11-27Remove fdisk/mbr for macppc which was blindly pulled from OpenBSD.tsutsui
2009-11-04Allow MB, GB and CYL (not just M, G and C) and lower case.dsl
2009-10-31Make absence of /usr/mdec/mbr only a warning.dsl
2009-10-14Do not use .Xo / .Xc without a good reason.joerg
2009-08-10an example.yamt
2009-08-05Change arguments to decimal() to be int64_t.dsl
2009-07-02Small grammar tweak.snj
2009-06-02make this compile one non mbr machines (move #define to the general section)christos
2009-06-01Delete GPT partitions if we overwrite with MBR to avoid confusion with diskschristos
2009-04-20also fix a comment wrt use of the csysid/cstart/csize varsdrochner
2009-04-20When using -s flag, read start and size as unsigned to allow for largersborrill
2009-04-06remove mispelt WARNS. (it will be set in ../Makefile.inc "soon")lukem
2009-04-06fix sign-compare issueslukem
2009-01-18Remove local definitions of PRIxxxx macros in favour of theapb
2008-03-09mbr_dsn is unsigned, print it as such.tnn