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