Age | Commit message (Expand) | Author |
2021-08-07 | Comment typo 'mmbr' -> 'mbr'. | 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-22 | mbrfile can be const. | Kenneth R Westerback |
2021-07-22 | Have PRT_protected_guid() return 0/-1 like everything else | Kenneth R Westerback |
2021-07-22 | Tweak some err() verbiage. | 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 | Tweak one comment and nuke a bunch of pointless ones. | Kenneth R Westerback |
2021-07-19 | Abstract reading the built-in MBR or MBR file into | Kenneth R Westerback |
2021-07-19 | MBR_protective_mbr() can take a const struct 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-19 | Revert incorrect tweaks to disk geometry calculations and | Kenneth R Westerback |
2021-07-18 | Don't save the prt_scyl/prt_ecyl values, change them, use them | Kenneth R Westerback |
2021-07-18 | Make GPT_read() obtain and validate the on-disk MBR itself, via | Kenneth R Westerback |
2021-07-18 | Put MBR_parse() invocation inside MBR_read() instead of always | 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-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 | Nuke unused variable. | 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-15 | Consolidate disk geometry fiddling, turning -l/-c/-h/-s values into MBR | Kenneth R Westerback |
2021-07-13 | No need to manually reinvent nitems() 5 times to scan part_types. | 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 | 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 | Add tabs to make struct definitions and function prototypes easier | Kenneth R Westerback |
2021-07-11 | 'return' is not a function call. | Kenneth R Westerback |
2021-07-04 | Fix legacy booting. | 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-23 | The value of -l should be treated as a 512-byte block count. | Kenneth R Westerback |
2021-06-22 | Pp not required before list items; | Jason McIntyre |
2021-06-22 | The values for blocks and offset in -b should be treated as 512-byte block | Kenneth R Westerback |
2021-06-21 | Wrap #define nitems in #ifndef nitems/#endif. | Kenneth R Westerback |
2021-06-21 | Add -A option to "safely" initialize a GPT without removing | Kenneth R Westerback |
2021-06-20 | replace the Oo/Oc block of -chs in SYNOPSIS with a simple Op: the block | Jason McIntyre |
2021-06-20 | few more Ns in the -b option description | Theo de Raadt |
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 | Only use of 'reinited' died in cmd.c r1.100. It is now set in a | Kenneth R Westerback |