Age | Commit message (Expand) | Author |
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 |
2015-10-26 | tweak previous; | Jason McIntyre |
2015-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | Kenneth R Westerback |
2015-10-26 | Flesh out GPT info and tweak other verbiage to be less MBR specific. | Kenneth R Westerback |
2015-10-07 | Note permissions for the crc32() code adapted from Hacker's Delight. | Kenneth R Westerback |
2015-10-05 | Oops. Missed file in fdisk commit. | Kenneth R Westerback |
2015-10-05 | Tweak man page to describe newly enhanced '-g' operation. | Kenneth R Westerback |
2015-10-05 | Enhance '-g' to create a default GPT label in addition to the protective | Kenneth R Westerback |
2015-09-09 | In the flag command description, mention that a bootable partition | Theo de Raadt |
2015-09-09 | remove 3 paragraphs of useless information at the start, and replace | Theo de Raadt |
2015-09-06 | correct a mistake in my previous commit; | Jason McIntyre |
2015-09-04 | shuffle -b into place; while there, do some general tidy up | Jason McIntyre |
2015-09-04 | Add a -b option, to be used together with -i, that tells fdisk to add a | Mark Kettenis |
2015-08-27 | Nuke some trailing whitespace that keeps coming back. | Kenneth R Westerback |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback |
2015-07-09 | Nuke unused variable. | Kenneth R Westerback |
2015-07-08 | Do not attempt to read a disk sector worth of data from the file | Kenneth R Westerback |
2015-04-02 | Don't printf("offset: ...) before every call to MBR_print(). Do it | Kenneth R Westerback |
2015-03-30 | Even better -- readsector() and writesector() become DISK_readsector() and | Kenneth R Westerback |
2015-03-30 | Nuke declaration of unused and non-existant function MBR_print_disk(). | Kenneth R Westerback |
2015-03-29 | Rename MBR_readsector() and MBR_writesector() to just readsector() | Kenneth R Westerback |
2015-03-29 | A couple of letoh64() to make GPTSIGNATURE test work better on | Kenneth R Westerback |
2015-03-28 | Add a simple crc32() implmentation to avoid pulling in libz, which | Kenneth R Westerback |
2015-03-27 | Wrap some annoying long lines. | Kenneth R Westerback |
2015-03-27 | Use DOSACTIVE define instead of magic number 0x80. | Kenneth R Westerback |
2015-03-26 | Adapt ask_string() from disklabel's getstring(). It will be used | Kenneth R Westerback |
2015-03-26 | Allow input/printing/conversion of terabyte sizes. Which GPT partitons | Kenneth R Westerback |
2015-03-26 | Expand internal representation of partition starting LBA and size | Kenneth R Westerback |
2015-03-19 | When zapping the GPT at the end of the disk, don't use disk.size | Kenneth R Westerback |
2015-03-19 | Nuke now unused variable. | Kenneth R Westerback |
2015-03-18 | Stop passing around little used 'struct mbr tt' parameter. Just | Kenneth R Westerback |
2015-03-17 | Stop passing around little used and superfluous 'offset' parameter. | Kenneth R Westerback |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-16 | Document that -i/-u are mutually exclusive and clean up the related | Kenneth R Westerback |
2015-03-14 | Whitespace & KNF tweaks. Change functions whose return values are | Kenneth R Westerback |
2015-03-14 | Zap unused variable. | Kenneth R Westerback |
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |