| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-31 | replace fgetln(3) with getline(3) in fdisk |  naddy | 1 | -11/+9 |
| 2021-01-30 | Make editing GPT easier/safer by defaulting offet to beginning of largest |  krw | 3 | -19/+149 |
| 2021-01-30 | document that sizes in fdisk can be input and printed in terabytes |  naddy | 1 | -6/+10 |
| 2020-07-21 | extra garbage line found during archeology |  deraadt | 1 | -2/+1 |
| 2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 1 | -2/+2 |
| 2019-05-11 | socppc makes an extended visit to the bigbucket. |  deraadt | 1 | -2/+2 |
| 2019-04-29 | Add '*' to disklabel(8) editor prompt when in-memory copy of disklabel |  krw | 2 | -8/+11 |
| 2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland |  guenther | 3 | -7/+7 |
| 2017-11-16 | Range check default values so that a range like |  krw | 1 | -3/+5 |
| 2017-11-13 | Constrain MBR partition offsets to 0 .. disk.size - 1. |  krw | 1 | -2/+2 |
| 2017-03-26 | cleanup fdisk(8) partition names used by FAT file systems so they are more |  sobrado | 2 | -18/+18 |
| 2016-12-27 | The "disk too large" and "only LBA values saved" messages are more |  krw | 2 | -11/+2 |
| 2016-09-03 | 'reinit' should check the MBR on disk, as the man page says. |  krw | 1 | -2/+2 |
| 2016-09-03 | no more boot_zaurus.8; |  jmc | 1 | -3/+2 |
| 2016-09-01 | Nuke now unused 'sz' variable. |  krw | 1 | -5/+1 |
| 2016-09-01 | EFI firmware has been encountered that is (from our point of view) confused |  krw | 1 | -6/+9 |
| 2016-08-02 | capitalize a question like all the others |  jcs | 1 | -2/+2 |
| 2016-06-25 | Move pledge after opendev and DIOCGPDINFO. Fixes e.g. fdisk /dev/tty. |  tb | 1 | -5/+5 |
| 2016-03-30 | Dump strdup()/free() dance and just use a local buffer to translate help |  krw | 1 | -9/+7 |
| 2016-03-28 | The GPT versions of help strings that don't contain'MBR' were |  krw | 1 | -9/+7 |
| 2016-03-28 | Remove unused variables |  mestre | 2 | -6/+4 |
| 2016-03-09 | Accept only character special devices rather than generating a core |  krw | 1 | -4/+3 |
| 2016-02-23 | A disk name of /dev/wd0c doesn't work. Correct verbiage and example. |  krw | 1 | -7/+7 |
| 2016-01-09 | Revamp the display of GPT information, hiding less important |  krw | 5 | -78/+76 |
| 2015-12-30 | Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It was |  krw | 1 | -2/+10 |
| 2015-12-27 | Use 'standard' gpt_chk_mbr() to check for protective MBR. |  krw | 1 | -19/+47 |
| 2015-12-12 | In olden times (i + u + e) was considered a clever way to 'or' |  krw | 1 | -3/+3 |
| 2015-12-12 | Open disk READONLY if none of i, e or u are specified. |  krw | 3 | -7/+8 |
| 2015-12-11 | there are no boot_ pages for armish or landisk that i can see, |  jmc | 1 | -4/+2 |
| 2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. |  krw | 6 | -25/+58 |
| 2015-12-01 | Fix inexplicable use of 'disk' instead of 'disk.name' when trying to |  krw | 1 | -2/+2 |
| 2015-12-01 | Make '-i' set 'reinited' flag so that the initial Xwrite() will zap |  krw | 2 | -2/+5 |
| 2015-11-26 | When prompting for a GPT partition type, use the partition's current type as |  tim | 5 | -10/+38 |
| 2015-11-26 | When prompting for an LBA, show the min and max values in the prompt; OK krw@ |  tim | 1 | -2/+3 |
| 2015-11-25 | Try harder to prevent 0-length partitions from being defined. |  krw | 1 | -9/+10 |
| 2015-11-24 | pledge "stdio rpath wpath disklabel proc exec" throughout, after |  deraadt | 1 | -1/+5 |
| 2015-11-21 | Bring GPT partition editing into line with MBR partition editing |  krw | 3 | -13/+14 |
| 2015-11-21 | Nuke long standing annoyance of EDIT() macros and switch both Xedit() |  krw | 1 | -50/+57 |
| 2015-11-19 | When an existing partition is modified in LBA mode, ensure that the partition |  tim | 1 | -7/+12 |
| 2015-11-19 | Oops. Missed a file. |  krw | 1 | -4/+5 |
| 2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is |  krw | 7 | -29/+24 |
| 2015-11-18 | Change #include <memory.h> to #include <string.h> |  krw | 2 | -4/+4 |
| 2015-11-18 | Parse the original on-disk MBR into a local variable. Use the |  krw | 3 | -29/+7 |
| 2015-11-18 | g_flag does not need to be a global. Move it inside main(). |  krw | 1 | -4/+2 |
| 2015-11-18 | Rejig the MBR file reading logic so |  krw | 1 | -21/+16 |
| 2015-11-18 | USER_edit() (a.k.a. -e) edits the on-disk information. So zap GPT |  krw | 1 | -1/+8 |
| 2015-11-18 | Read MBR immediately, and only read the GPT if the MBR is a |  krw | 1 | -9/+8 |
| 2015-11-17 | note that -chs and -l are mutually exclusive; |  jmc | 1 | -2/+14 |
| 2015-11-15 | Move zapping of invalid GPT data into GPT_get_gpt() rather than |  krw | 3 | -12/+15 |
| 2015-11-14 | Since -l is ignored if -c/-h/-s are specified, make that combination |  krw | 2 | -34/+35 |