Age | Commit message (Expand) | Author |
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-05-10 | Microsoft GPT partition attributes can appear on partitions other | Kenneth R Westerback |
2023-05-07 | GPT partitions with the 'Required' attribute are not deleted by -A. | 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 | Oops. Missed files in last commit. | 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 | Move LINEBUFSZ to be with its friends in misc.h. | 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 |
2023-03-06 | Use nitems() of source and destination partition arrays | Kenneth R Westerback |
2023-03-04 | Don't whine about invalid start/end values when | Kenneth R Westerback |
2023-03-04 | Use nitems() in the simple iterations over mbr->mbr_prt[]. | Kenneth R Westerback |
2023-03-04 | Toss in some const's to ensure that static data pointed to | Kenneth R Westerback |
2022-09-15 | Short names make for shorter and prettier lines. | Kenneth R Westerback |
2022-09-15 | Add GPTPARTATTR_MS_* defines for Microsoft basic data attributes | Kenneth R Westerback |
2022-09-11 | Add #define's for GPT partition attribute bits REQUIRED, IGNORE | Kenneth R Westerback |
2022-08-29 | Print warning when a GPT partition start or end is outside the | Kenneth R Westerback |
2022-08-29 | Print warning when an MBR partition starts or extends past the | Kenneth R Westerback |
2022-07-26 | Allow editing of an MBR of all zeros. | Kenneth R Westerback |
2022-07-25 | Only MBR and GPT structures can be edited by fdisk. | Kenneth R Westerback |
2022-07-18 | Synch 'help' command descriptions with man page descriptions. | Kenneth R Westerback |
2022-07-18 | 'quit' and 'exit' descriptions were reversed. | Kenneth R Westerback |
2022-07-17 | Modernize and cleanse fdisk.8, making it more concise and | Kenneth R Westerback |