Age | Commit message (Expand) | Author |
2022-07-10 | Add some anti-feline input protection by refusing to process | Kenneth R Westerback |
2022-07-10 | Use nice #define's for input buf size and output help buf size. | Kenneth R Westerback |
2022-05-09 | Replace a stray 0xA6 with DOSPTYP_OPENBSD. Tweak a ">= 2" to more | Kenneth R Westerback |
2022-05-06 | Rename PRT_uuid_to_[protection|typename] to PRT_uuid_to_[protected|sname], | Kenneth R Westerback |
2022-04-28 | Convert the internal GPT partition entries into host-endian form | Kenneth R Westerback |
2022-04-24 | Use warnx() if errno is not relevant. close() after errno of | Kenneth R Westerback |
2022-04-20 | Simpify code manipulating GPT partition names by coalescing | Kenneth R Westerback |
2022-04-20 | Eliminate some local pointers to gp[pn] and just use gp[pn]. | 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-02-04 | %llu should be enough for anybody, no need to use %lld/(long long) for | Kenneth R Westerback |
2022-02-04 | Remove CHS information from internal representation of MBR partitions. Generate | Kenneth R Westerback |
2022-01-27 | Nuke single use function PRT_fix_BN() and just use the ATA/ATAPI LBA -> CHS | Kenneth R Westerback |
2022-01-22 | Wrap some long lines. | Kenneth R Westerback |
2022-01-21 | Split PRT_print() into PRT_print_parthdr() and PRT_print_part() | Kenneth R Westerback |
2021-10-21 | Remove 'disk' editing command. Determining the disk geometry on startup (from | Kenneth R Westerback |
2021-09-10 | Stop using NULL as a synonym for "s" (SECTORS). Just use "s". | Kenneth R Westerback |
2021-09-09 | Simplify logic in USER_edit() loop to eliminate unnecessary | Kenneth R Westerback |
2021-09-02 | Split part_type into separate types 'mbr_type' and 'gpt_type', | Kenneth R Westerback |
2021-09-01 | Improve editing GPT partition type GUID's by rejecting partition | Kenneth R Westerback |
2021-08-29 | Nuke unused variable and unnecessary initialization. | Kenneth R Westerback |
2021-08-28 | Add hex_octet() so the strtol(..,16) dance is done in just one | Kenneth R Westerback |
2021-08-24 | Trim leading/trailing whitespace from -e input to make command | Kenneth R Westerback |
2021-08-15 | Don't check & errx() after each and every invocation of | Kenneth R Westerback |
2021-08-12 | Further reduce cross-file confusion by adding USER_help() and | Kenneth R Westerback |
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 |