Age | Commit message (Expand) | Author |
2022-01-02 | Stop writing big-endian checksums into the little-endian GPT | Kenneth R Westerback |
2021-12-29 | Tweak some DEBUG output. | Kenneth R Westerback |
2021-12-28 | Tweak some DEBUG output. | 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-08-24 | Add an #ifdef DEBUG/#endif chunk that dumps the entire GPT header when | Kenneth R Westerback |
2021-08-07 | Nuke unneeded #include's, one param.h -> types.h. | Kenneth R Westerback |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-07-26 | Report write() and ioctl() errors encountered when writing GPT or MBR to disk. | Kenneth R Westerback |
2021-07-21 | Use a dedicated struct mbr to hold the GPT protective MBR, | Kenneth R Westerback |
2021-07-18 | Make GPT_read() obtain and validate the on-disk MBR itself, via | Kenneth R Westerback |
2021-07-16 | Compare pointer to NULL, not 0. | 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 | Disk sector addresses are normally stored/provided in uint64_t | Kenneth R Westerback |
2021-07-13 | Replace a stray use of letoh64() on gh_part_num and | 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 | Move ask_cmd(), ask_num(), ask_pid(), ask_string(), parse_b() | 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-28 | Add another epicycle to -A processing that ensures ONLY the | Kenneth R Westerback |
2021-06-25 | Replace instances of the magic number '64' with a nice #define | Kenneth R Westerback |
2021-06-21 | Add -A option to "safely" initialize a GPT without removing | Kenneth R Westerback |
2021-06-20 | Make -b available to architectures other than amd64 and i386. | Kenneth R Westerback |
2021-06-16 | Ensure that the '-i' command line option and the 'reinit [mbr]' | Kenneth R Westerback |
2021-06-14 | Somewhere in the recent churn a couple of memset()'s | Kenneth R Westerback |
2021-06-13 | Don't ignore a GPT that claims the last usable LBA is located | Kenneth R Westerback |
2021-06-13 | Fix lba_start >= lba_end debug message. | Kenneth R Westerback |
2021-06-12 | Ooops. Managed to typo 'gh' instead of 'gp' when copying | Kenneth R Westerback |
2021-06-12 | Abstract init_gh() and init_gp() from GPT_init(). | Kenneth R Westerback |
2021-06-12 | GPT_get_header() and GPT_get_partition_table() are only used | Kenneth R Westerback |
2021-06-12 | When initializing a GPT always create an EFI SYS partition if the | Kenneth R Westerback |
2021-06-12 | Create add_partition() and use in GPT_init() to initialize GPT | Kenneth R Westerback |
2021-06-12 | Use a new variable 'gpbytes' rather than 'sizeof(gp)' to control | Kenneth R Westerback |
2021-06-11 | Oops. Restore error message when no free space found. | Kenneth R Westerback |
2021-06-11 | Add local function lba_free() to find the bounds of the largest | Kenneth R Westerback |
2021-06-10 | Nuke extraneous blank line. | Kenneth R Westerback |
2021-05-19 | No need to pass the location of the partition table to | Kenneth R Westerback |
2021-05-15 | Nuke some Capt. Obvious and soon to be obsolete comments in | Kenneth R Westerback |
2021-05-15 | Shuffle GPT_read() code into a nice switch{}, eliminating | Kenneth R Westerback |
2021-05-10 | Replace some magic numbers with #define's. Rename GPT_get_gpt() to | Kenneth R Westerback |
2021-05-07 | Replace random mix of u_int* and uint* types with consistent uint* types. | Kenneth R Westerback |
2021-01-30 | Make editing GPT easier/safer by defaulting offet to beginning of largest | Kenneth R Westerback |
2016-03-28 | Remove unused variables | Ricardo Mestre |
2016-01-09 | Revamp the display of GPT information, hiding less important | Kenneth R Westerback |
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | 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-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |