Age | Commit message (Expand) | Author |
2016-09-01 | Nuke now unused 'sz' variable. | Kenneth R Westerback |
2016-09-01 | EFI firmware has been encountered that is (from our point of view) confused | Kenneth R Westerback |
2016-08-02 | capitalize a question like all the others | Joshua Stein |
2016-06-25 | Move pledge after opendev and DIOCGPDINFO. Fixes e.g. fdisk /dev/tty. | Theo Buehler |
2016-03-30 | Dump strdup()/free() dance and just use a local buffer to translate help | Kenneth R Westerback |
2016-03-28 | The GPT versions of help strings that don't contain'MBR' were | Kenneth R Westerback |
2016-03-28 | Remove unused variables | Ricardo Mestre |
2016-03-09 | Accept only character special devices rather than generating a core | Kenneth R Westerback |
2016-02-23 | A disk name of /dev/wd0c doesn't work. Correct verbiage and example. | Kenneth R Westerback |
2016-01-09 | Revamp the display of GPT information, hiding less important | Kenneth R Westerback |
2015-12-30 | Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It was | Kenneth R Westerback |
2015-12-27 | Use 'standard' gpt_chk_mbr() to check for protective MBR. | Kenneth R Westerback |
2015-12-12 | In olden times (i + u + e) was considered a clever way to 'or' | Kenneth R Westerback |
2015-12-12 | Open disk READONLY if none of i, e or u are specified. | Kenneth R Westerback |
2015-12-11 | there are no boot_ pages for armish or landisk that i can see, | Jason McIntyre |
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | Kenneth R Westerback |
2015-12-01 | Fix inexplicable use of 'disk' instead of 'disk.name' when trying to | Kenneth R Westerback |
2015-12-01 | Make '-i' set 'reinited' flag so that the initial Xwrite() will zap | Kenneth R Westerback |
2015-11-26 | When prompting for a GPT partition type, use the partition's current type as | Tim van der Molen |
2015-11-26 | When prompting for an LBA, show the min and max values in the prompt; OK krw@ | Tim van der Molen |
2015-11-25 | Try harder to prevent 0-length partitions from being defined. | Kenneth R Westerback |
2015-11-24 | pledge "stdio rpath wpath disklabel proc exec" throughout, after | Theo de Raadt |
2015-11-21 | Bring GPT partition editing into line with MBR partition editing | Kenneth R Westerback |
2015-11-21 | Nuke long standing annoyance of EDIT() macros and switch both Xedit() | Kenneth R Westerback |
2015-11-19 | When an existing partition is modified in LBA mode, ensure that the partition | Tim van der Molen |
2015-11-19 | Oops. Missed a file. | Kenneth R Westerback |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-11-18 | Change #include <memory.h> to #include <string.h> | Kenneth R Westerback |
2015-11-18 | Parse the original on-disk MBR into a local variable. Use the | Kenneth R Westerback |
2015-11-18 | g_flag does not need to be a global. Move it inside main(). | Kenneth R Westerback |
2015-11-18 | Rejig the MBR file reading logic so | Kenneth R Westerback |
2015-11-18 | USER_edit() (a.k.a. -e) edits the on-disk information. So zap GPT | Kenneth R Westerback |
2015-11-18 | Read MBR immediately, and only read the GPT if the MBR is a | Kenneth R Westerback |
2015-11-17 | note that -chs and -l are mutually exclusive; | Jason McIntyre |
2015-11-15 | Move zapping of invalid GPT data into GPT_get_gpt() rather than | Kenneth R Westerback |
2015-11-14 | Since -l is ignored if -c/-h/-s are specified, make that combination | Kenneth R Westerback |
2015-11-14 | Consolidate usage() checking for -c/-h/-s with other checks. Tweak | Kenneth R Westerback |
2015-11-14 | pledge("stdio", NULL) for code path that just prints the MBR or GPT. i.e. | Kenneth R Westerback |
2015-11-14 | If none of -i, -u or -e are specified exit immediately after the | Kenneth R Westerback |
2015-11-13 | No need to supplement usage() with extra messages about -b needing -i, or | Kenneth R Westerback |
2015-11-13 | No need to zero a global variable before use. | Kenneth R Westerback |
2015-11-13 | Make usage() output fit on a 'normal' 80-character line. Tweak some | Kenneth R Westerback |
2015-11-13 | Move from opening/closing disk for every i/o to opening the disk once | Kenneth R Westerback |
2015-11-12 | 'reinit mbr' must zero existing MBR and GPT partition information | Kenneth R Westerback |
2015-11-12 | Refresh the in-kernel copy of the disklabel from the disk *after* writing | Kenneth R Westerback |
2015-11-12 | Simplify string_from_line(). No functional change. | Tim van der Molen |
2015-11-12 | Avoid problems with pathological input during edit operations. i.e. never | Kenneth R Westerback |
2015-11-11 | Display full disk size when editing GPT, not the truncated MBR size. Display | Kenneth R Westerback |
2015-11-10 | Use UINT32_MAX for the size of the EFI System partition on disks larger than | Kenneth R Westerback |
2015-11-03 | Don't allow the user to enter GPT partition names too large to fit | Kenneth R Westerback |