Age | Commit message (Expand) | Author |
2021-08-07 | Nuke a few Capt. Obvious comments. | Kenneth R Westerback |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-07-21 | A couple of missed 'const'. | Kenneth R Westerback |
2021-07-21 | Use a dedicated struct mbr to hold the GPT protective MBR, | Kenneth R Westerback |
2021-07-19 | An MBR knows (mbr_lba_self) where it is supposed to go, no | Kenneth R Westerback |
2021-07-17 | The first think MBR_init() does is memset(0) the gpt header and gpt | Kenneth R Westerback |
2021-07-17 | Nuke a bunch of Capt. Obvious or misleading comments. | Kenneth R Westerback |
2021-07-17 | Change edit/gedit/setpid/gsetpid to return 0/-1 to indicate success or failure | 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-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-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 | 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-21 | Add -A option to "safely" initialize a GPT without removing | Kenneth R Westerback |
2021-06-16 | Ensure that the '-i' command line option and the 'reinit [mbr]' | Kenneth R Westerback |
2021-06-14 | Only use of 'reinited' died in cmd.c r1.100. It is now set in a | Kenneth R Westerback |
2021-06-13 | Have gedit() and gsetpid() both return CMD_CLEAN if no data has | Kenneth R Westerback |
2021-06-13 | Tweak gsetpid() to restore partition info in case of an error, | Kenneth R Westerback |
2021-06-11 | Add local functions edit() and setpid(). | Kenneth R Westerback |
2021-06-11 | Take a bit more obvious care in gedit() to restore original | Kenneth R Westerback |
2021-06-11 | No need to parse partition number more than necessary. Just pass | Kenneth R Westerback |
2021-06-10 | Another hand rolled partition number parsing bites the dust. | Kenneth R Westerback |
2021-06-10 | Missed an occurance of hand rolled partition number parsing. | Kenneth R Westerback |
2021-06-10 | Abstract repeated parsing of partition numbers into parsepn() to | Kenneth R Westerback |
2021-06-10 | Local functions don't need to be in .h files, nor do they need the | Kenneth R Westerback |
2021-06-10 | Rename vars 'oldpart' to 'oldgg' when storing 'gg' value, and | Kenneth R Westerback |
2021-05-15 | Add missing MBR_protective_mbr() check when writing edited GPT. | Kenneth R Westerback |
2021-05-14 | Tweak the two copies of gpt_chk_mbr() to return the index of the MBR | 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-05-02 | Try harder to ensure there are no GPT revenants after | Kenneth R Westerback |
2021-01-30 | Make editing GPT easier/safer by defaulting offet to beginning of largest | Kenneth R Westerback |
2017-11-13 | Constrain MBR partition offsets to 0 .. disk.size - 1. | Kenneth R Westerback |
2016-09-03 | 'reinit' should check the MBR on disk, as the man page says. | Kenneth R Westerback |
2016-08-02 | capitalize a question like all the others | Joshua Stein |
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-01-09 | Revamp the display of GPT information, hiding less important | 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-25 | Try harder to prevent 0-length partitions from being defined. | Kenneth R Westerback |
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 |