Age | Commit message (Expand) | Author |
2022-08-29 | Print warning when an MBR partition starts or extends past the | Kenneth R Westerback |
2022-05-08 | Rename gt_protected field of struct gpt_type to gt_attr and | Kenneth R Westerback |
2022-05-08 | Shuffle local helper function declarations and definitions into | Kenneth R Westerback |
2022-05-07 | Now that the internal versions of GPT partitions are host-endian, | Kenneth R Westerback |
2022-05-06 | Rename PRT_uuid_to_[protection|typename] to PRT_uuid_to_[protected|sname], | Kenneth R Westerback |
2022-05-06 | When printing the GPT table, display "Microsoft basic data" instead of | Kenneth R Westerback |
2022-05-03 | Rework display of partition types, removing unnecessary trailing | Kenneth R Westerback |
2022-04-28 | Convert the internal GPT partition entries into host-endian form | Kenneth R Westerback |
2022-04-18 | Convert the GPT header read from disk into a host-endian version, | Kenneth R Westerback |
2022-03-16 | The 'status' parameter to uuid_* functions is uint32_t, not int. | Kenneth R Westerback |
2022-03-15 | Always use letoh32(gh.gh_part_num) instead of NGPTPARTITIONS when | Kenneth R Westerback |
2022-03-14 | Abstract duplicated code scanning gpt_types[] into a helper | Kenneth R Westerback |
2022-03-14 | PRT_uuid_to_typename() can return const char *. | Kenneth R Westerback |
2022-03-14 | Nuke extraneous blank line. | Kenneth R Westerback |
2022-03-11 | Simple hack to preserve the EFI System partition when | Kenneth R Westerback |
2022-02-04 | Wrap some annoyingly long lines. | Kenneth R Westerback |
2022-02-04 | Remove CHS information from internal representation of MBR partitions. Generate | Kenneth R Westerback |
2022-02-03 | fdisk(8): Make -A preserve BIOS boot partition | Visa Hankala |
2022-01-27 | Nuke single use function PRT_fix_BN() and just use the ATA/ATAPI LBA -> CHS | Kenneth R Westerback |
2022-01-21 | Split PRT_print() into PRT_print_parthdr() and PRT_print_part() | Kenneth R Westerback |
2022-01-18 | PRT_make() can just zap the destination dos_partition if the | Kenneth R Westerback |
2021-10-18 | Don't bother decoding a partition's c/h/s start or end from the MBR read from | Kenneth R Westerback |
2021-10-18 | r1.66 (May 2014) introduced a two #if 0/#else/#endif chunks to avoid "over | Kenneth R Westerback |
2021-10-10 | No need to assign dl.d_nsectors to disk.dk_sectors twice. | Kenneth R Westerback |
2021-09-13 | disk.dk_size can't be 0 as we errx() if that happens during | Kenneth R Westerback |
2021-09-12 | Stop taking detour through unit_types[SECTORS] to find | Kenneth R Westerback |
2021-09-02 | Split part_type into separate types 'mbr_type' and 'gpt_type', | Kenneth R Westerback |
2021-08-27 | Replace stray hand-rolled nitems() with nitems(). | Kenneth R Westerback |
2021-08-12 | Further reduce cross-file confusion by adding USER_help() and | Kenneth R Westerback |
2021-07-22 | Have PRT_protected_guid() return 0/-1 like everything else | Kenneth R Westerback |
2021-07-19 | Tweak one comment and nuke a bunch of pointless ones. | Kenneth R Westerback |
2021-07-18 | Don't save the prt_scyl/prt_ecyl values, change them, use them | Kenneth R Westerback |
2021-07-16 | Change PRT_protected_guid() to take native order uuid's instead of little endian | Kenneth R Westerback |
2021-07-16 | Be consistent and always return -1 to indicate failure. | Kenneth R Westerback |
2021-07-15 | No need for separate b_sectors, b_offset and b_type variables. We have struct | Kenneth R Westerback |
2021-07-13 | No need to manually reinvent nitems() 5 times to scan part_types. | Kenneth R Westerback |
2021-07-13 | Disk sector addresses are normally stored/provided in uint64_t | Kenneth R Westerback |
2021-07-12 | Toss 'const' in anywhere the compiler doesn't complain about, thus identifying | Kenneth R Westerback |
2021-07-12 | Final batch of struct field name tweaks. 'cmd_' for cmd, ut_' for | Kenneth R Westerback |
2021-07-12 | Add 'dk_' prefix to struct disk field names. | Kenneth R Westerback |
2021-07-11 | Add 'prt_' prefix to struct prt field names. | Kenneth R Westerback |
2021-07-11 | Add 'mbr_' prefix to struct mbr field names. | Kenneth R Westerback |
2021-07-11 | Add tabs to make variable declarations easier | Kenneth R Westerback |
2021-07-11 | 'return' is not a function call. | Kenneth R Westerback |
2021-06-21 | Wrap #define nitems in #ifndef nitems/#endif. | Kenneth R Westerback |
2021-06-21 | Add -A option to "safely" initialize a GPT without removing | Kenneth R Westerback |
2021-06-13 | There is no '!' in HiFive. | Kenneth R Westerback |
2021-06-13 | UUID_STR_LEN+1 is less mysterious than '37'. | Kenneth R Westerback |
2021-06-12 | Recognize "HiFive! FSBL" and "HiFive! BBL" GPT partitions. | Kenneth R Westerback |
2021-06-10 | Local functions don't need to be in .h files, nor do they need the | Kenneth R Westerback |