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