| Age | Commit message (Expand) | Author |
| 2022-04-02 | Avoid crashes with invalid or tiny sector sizes. | mlelstv |
| 2021-11-03 | fdisk(8): Convert realloc(x * y) to reallocarr. Eliminate temp variables. | nia |
| 2020-05-24 | Add -g to usage. | wiz |
| 2020-05-24 | Add -g flag to preserve GPT headers when updating MBR. | jmcneill |
| 2019-10-07 | print the name of the disk causing the error. | christos |
| 2018-11-14 | In validate_bootsel, the code assumed that arr[j][i] can be accessed | mlelstv |
| 2018-08-27 | Add missing -z flag to usage() | sevan |
| 2017-10-02 | Really don't include ioctl code for tools build. | joerg |
| 2015-11-22 | explain how to clear an entry (without reading the source) | christos |
| 2015-06-16 | a few more \n's in errors | christos |
| 2015-06-16 | fix error messages containing \n | christos |
| 2014-04-04 | remove debugging. | christos |
| 2014-04-03 | instead of using ugly -1's make args optional | christos |
| 2014-04-01 | default to something reasonable (like the interactive mode does) instead | christos |
| 2014-03-30 | Allow -1 values in the -s <sysid>/<start>/<size> indicate use the previous | christos |
| 2014-03-10 | Always print the MBR drive serial number, even if it's 0. | jakllsch |
| 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-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-06 | support sector sizes > 512. | christos |
| 2012-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg |
| 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 | 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 |
| 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-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-08-05 | Change arguments to decimal() to be int64_t. | dsl |
| 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 | 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 |
| 2008-01-25 | Add support for mbr code with ascii keycodes | dsl |
| 2008-01-20 | - add a sanity check to avoid possible division by zero | tsutsui |
| 2007-12-23 | Track zero is not strictly reserved for the BIOS, that's just a | apb |
| 2007-12-23 | Report the first active partition. | apb |