Age | Commit message (Expand) | Author |
2022-07-17 | Modernize and cleanse fdisk.8, making it more concise and | Kenneth R Westerback |
2022-05-12 | Prevent '-u' when operating on GPT formatted disks, as the | Kenneth R Westerback |
2022-04-24 | Use warnx() if errno is not relevant. close() after errno of | 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 |
2021-12-11 | Start the default OpenBSD partition either immediately following | Kenneth R Westerback |
2021-10-19 | Move get_default_mbr() invocation before DISK_open() invocation and remove | Kenneth R Westerback |
2021-10-13 | Nuke builtin_mbr. | Kenneth R Westerback |
2021-09-29 | Don't constrain -b specified block count or block size to be greater than 63. | Kenneth R Westerback |
2021-09-26 | Revert '-b' change. Forgot required bsd.rd tweak. | Kenneth R Westerback |
2021-09-26 | MBR partitions created with '-b' should be marked DOSACTIVE. | Kenneth R Westerback |
2021-08-28 | Add hex_octet() so the strtol(..,16) dance is done in just one | Kenneth R Westerback |
2021-08-10 | Go back to using Xwrite() during initialization phase to make | Kenneth R Westerback |
2021-08-07 | style(9) says sort getopt() options and the following switch {} | Kenneth R Westerback |
2021-08-07 | Nuke unneeded #include's, one param.h -> types.h. | Kenneth R Westerback |
2021-08-07 | Nuke 'p' that r1.97 snuck into getopt() invocation back in 2015. | Kenneth R Westerback |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-07-22 | mbrfile can be const. | Kenneth R Westerback |
2021-07-21 | Use a dedicated struct mbr to hold the GPT protective MBR, | Kenneth R Westerback |
2021-07-19 | Abstract reading the built-in MBR or MBR file into | 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-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-12 | Add 'dk_' prefix to struct disk 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-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 | The values for blocks and offset in -b should be treated as 512-byte block | Kenneth R Westerback |
2021-06-21 | Add -A option to "safely" initialize a GPT without removing | Kenneth R Westerback |
2021-06-20 | Make -b available to architectures other than amd64 and i386. | 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-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 |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2016-12-27 | The "disk too large" and "only LBA values saved" messages are more | Kenneth R Westerback |
2016-06-25 | Move pledge after opendev and DIOCGPDINFO. Fixes e.g. fdisk /dev/tty. | Theo Buehler |
2016-03-28 | Remove unused variables | Ricardo Mestre |
2015-12-12 | In olden times (i + u + e) was considered a clever way to 'or' | Kenneth R Westerback |
2015-12-12 | Open disk READONLY if none of i, e or u are specified. | Kenneth R Westerback |
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | Kenneth R Westerback |