| Commit message (Expand) | Author | Age | Files | Lines |
* | Make editing GPT easier/safer by defaulting offet to beginning of largest |  krw | 2021-01-30 | 1 | -9/+6 |
* | Constrain MBR partition offsets to 0 .. disk.size - 1. |  krw | 2017-11-13 | 1 | -2/+2 |
* | 'reinit' should check the MBR on disk, as the man page says. |  krw | 2016-09-03 | 1 | -2/+2 |
* | capitalize a question like all the others |  jcs | 2016-08-02 | 1 | -2/+2 |
* | 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 |
* | Revamp the display of GPT information, hiding less important |  krw | 2016-01-09 | 1 | -5/+5 |
* | When prompting for a GPT partition type, use the partition's current type as |  tim | 2015-11-26 | 1 | -2/+3 |
* | Try harder to prevent 0-length partitions from being defined. |  krw | 2015-11-25 | 1 | -9/+10 |
* | Bring GPT partition editing into line with MBR partition editing |  krw | 2015-11-21 | 1 | -8/+7 |
* | 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 |
* | Reduce overburden of unnecessary #include's. Note that param.h is |  krw | 2015-11-19 | 1 | -7/+5 |
* | Change #include <memory.h> to #include <string.h> |  krw | 2015-11-18 | 1 | -2/+2 |
* | Move from opening/closing disk for every i/o to opening the disk once |  krw | 2015-11-13 | 1 | -14/+5 |
* | Don't allow the user to enter GPT partition names too large to fit |  krw | 2015-11-03 | 1 | -1/+7 |
* | Add GPT editing. Based on GSOC 2014 work by Markus Muller. |  krw | 2015-10-26 | 1 | -31/+199 |
* | Don't printf("offset: ...) before every call to MBR_print(). Do it |  krw | 2015-04-02 | 1 | -3/+1 |
* | Adapt ask_string() from disklabel's getstring(). It will be used |  krw | 2015-03-26 | 1 | -3/+3 |
* | Expand internal representation of partition starting LBA and size |  krw | 2015-03-26 | 1 | -8/+8 |
* | When zapping the GPT at the end of the disk, don't use disk.size |  krw | 2015-03-19 | 1 | -2/+2 |
* | Stop passing around little used 'struct mbr tt' parameter. Just |  krw | 2015-03-18 | 1 | -21/+20 |
* | Stop passing around little used and superfluous 'offset' parameter. |  krw | 2015-03-17 | 1 | -21/+21 |
* | Stop passing around a pointer to the stack variable 'disk' in main(). |  krw | 2015-03-16 | 1 | -58/+43 |
* | Whitespace & KNF tweaks. Change functions whose return values are |  krw | 2015-03-14 | 1 | -14/+11 |
* | Switch all the license blocks to the standard OpenBSD/ISC license. |  krw | 2015-03-14 | 1 | -20/+11 |
* | If 'write' is issued after a 'reinit' command, and the MBR to be |  krw | 2015-02-10 | 1 | -2/+10 |
* | Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Rename |  krw | 2015-02-09 | 1 | -2/+2 |
* | Use return value constants to make effects clearer than the use |  krw | 2014-03-31 | 1 | -18/+12 |
* | Whitespace rectification. |  krw | 2014-03-31 | 1 | -4/+1 |
* | Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h to |  krw | 2014-03-20 | 1 | -1/+4 |
* | Nuke pointless blank lines, defines, comments and casts. Eliminate |  krw | 2014-03-17 | 1 | -10/+12 |
* | Un-revert, being careful to not break snap building. Add paranoia check |  krw | 2014-03-17 | 1 | -17/+16 |
* | Revert last -- broke building snaps. |  krw | 2014-03-14 | 1 | -16/+17 |
* | Remove some lint -- ARGSUSED. |  krw | 2014-03-13 | 1 | -15/+1 |
* | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't |  krw | 2014-03-13 | 1 | -17/+16 |
* | No need to pass the name of the command to the function that is |  krw | 2014-03-10 | 1 | -31/+29 |
* | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around |  krw | 2014-03-09 | 1 | -16/+10 |
* | Relieve the code of an overburden of unnecessary typedef |  krw | 2014-03-07 | 1 | -25/+35 |
* | more substantial include cleanup |  deraadt | 2013-03-21 | 1 | -3/+4 |
* | I don't feel great about adding an include for <sys/param.h>, but I feel |  deraadt | 2013-03-21 | 1 | -2/+1 |
* | Simplify guts and calling of getuint(). Eliminate a useless 'help' |  krw | 2012-07-11 | 1 | -27/+5 |
* | We always want to do unit conversions. So flags parameter of getuint() |  krw | 2012-07-09 | 1 | -3/+3 |
* | I want some of what kjell was smoking 10 years ago when he added |  krw | 2012-07-09 | 1 | -6/+3 |
* | Make 'swap' command work like fdisk(8) says -- you must supply two valid |  krw | 2012-07-09 | 1 | -5/+17 |
* | Use strtonum() instead of strtol() inside ask_num(). Many overflows |  krw | 2012-07-09 | 1 | -6/+2 |
* | set_pid() does not need prompt string, low or high parameters. These |  krw | 2012-07-08 | 1 | -2/+2 |
* | Split out an ask_pid() function rather than over-parameterizing the |  krw | 2012-07-08 | 1 | -12/+10 |
* | Call Xsetpid() to edit the partition type from Xedit() rather than |  krw | 2012-07-08 | 1 | -20/+14 |
* | Nuke useless EDIT() #define in Xsetpid. |  krw | 2012-07-08 | 1 | -9/+8 |