Age | Commit message (Expand) | Author |
2023-06-19 | "%-Ns\n" is more appropriately "%s\n" to avoid adding extraneous | Kenneth R Westerback |
2023-05-21 | If an MBR partition start or end can be represented by CHS, set | Kenneth R Westerback |
2023-05-17 | Make function and symmetry obvious by renaming PRT_make() to | Kenneth R Westerback |
2023-05-10 | Display correct type name for Microsoft basic data GPT | Kenneth R Westerback |
2023-04-12 | Simplify code by folding uuid_attr() into PRT_protected_uuid(). | Kenneth R Westerback |
2023-04-12 | Clarify logic in PRT_uuid_to_menudflt() by using find_gpt_menuitem(). | Kenneth R Westerback |
2023-04-11 | Abstract find_[gpt|mbr]_menuitem() to simplify code and | Kenneth R Westerback |
2023-04-11 | Simplify code by passing pointers to the appropriate type to | Kenneth R Westerback |
2023-04-11 | Shuffle mbr and gpt function prototypes and declarations together. | Kenneth R Westerback |
2023-04-10 | Make GPT display of menu hex octet the same as the MBR display. | Kenneth R Westerback |
2023-04-09 | Refactor and simplify GPT menu selection logic. | Kenneth R Westerback |
2023-04-08 | A bit more guid vs uuid naming consistency. | Kenneth R Westerback |
2023-04-07 | Add helper functions find_mbr_desc() and find_gpt_desc() to allow | Kenneth R Westerback |
2023-04-05 | Add (inside #if 0 blocks) #define's and gpt_types[] entries for | Kenneth R Westerback |
2023-04-04 | Adopt a more compact idiom when initializing gpt_types[]. Group | Kenneth R Westerback |
2023-04-02 | Use #define instead of `char * const' for the repeated GUID strings. Ugly, | Miod Vallat |
2023-04-01 | Use char * const for the rest of the repeated GUID strings. More | Kenneth R Westerback |
2023-03-31 | Refactor partition type menu code, disentangling mbr and gpt | Kenneth R Westerback |
2023-03-31 | Oops. Missed eliminating unneeded double quotes in previous. | Kenneth R Westerback |
2023-03-31 | Be more consistent in function naming. Functions taking or | Kenneth R Westerback |
2023-03-30 | Use 'char * const' instead of #define for repeated | Kenneth R Westerback |
2023-03-30 | Remove needless memset() call, 'entries' variable and | Kenneth R Westerback |
2023-03-29 | Change 'type' to 'menuid' in various struct's, functions and | Kenneth R Westerback |
2023-03-29 | No need to assume a nil GUID can be found at gpt_types[0]. Just | Kenneth R Westerback |
2023-03-29 | Simplify code by having PRT_uuid_to_type() return -1 when | Kenneth R Westerback |
2023-03-26 | Pass lbuf/lbuflen to PRT_print_[mbr|gpt]_menu() to allow changes | Kenneth R Westerback |
2023-03-26 | Add EFI_SYSTEM_PARTITION_GUID #define and use it to check for | Kenneth R Westerback |
2023-03-26 | Add MICROSOFT_BASIC_DATA_GUID #define to make clear what menu | Kenneth R Westerback |
2023-03-25 | Add comments documenting possible sources for MBR partition types | Kenneth R Westerback |
2023-03-25 | Rename ascii_id() find_mbr_type(), make it a bit more like its | Kenneth R Westerback |
2023-03-25 | Make *_name fields char * instead of char[]. Specify desired | Kenneth R Westerback |
2023-03-25 | Rename *_sname fields/functions to *_name to remove implied | Kenneth R Westerback |
2023-03-06 | Use GPT_UUID_NBSD_UFS, not GPT_UUID_FBSD_DATA, for NetBSD GPT | Kenneth R Westerback |
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 |