Age | Commit message (Expand) | Author |
2023-05-17 | Make function and symmetry obvious by renaming PRT_make() to | Kenneth R Westerback |
2023-03-06 | Use nitems() of source and destination partition arrays | Kenneth R Westerback |
2023-03-04 | Use nitems() in the simple iterations over mbr->mbr_prt[]. | 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-04-25 | Push DISK_[read|write]sectors() down to disk.c local functions | Kenneth R Westerback |
2022-02-04 | Wrap some annoyingly long lines. | 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-21 | Split PRT_print() into PRT_print_parthdr() and PRT_print_part() | Kenneth R Westerback |
2021-12-11 | Start the default OpenBSD partition either immediately following | Kenneth R Westerback |
2021-12-07 | Don't truncate the default OpenBSD partition at the end of the | Kenneth R Westerback |
2021-12-01 | Remove the MBR_init() "#ifdef defined(__macppc__) || | Kenneth R Westerback |
2021-11-25 | Honour /usr/mdec/mbr or -f partition 0 information even outside | Kenneth R Westerback |
2021-11-20 | Gather the setup of the initial OpenBSD MBR partition into one | Kenneth R Westerback |
2021-11-20 | No need for intermediate 'adj' variable. Add 'disksz' | Kenneth R Westerback |
2021-11-20 | Sectors-per-cylinder (spc) is a constant value, so make it const | Kenneth R Westerback |
2021-11-14 | Calculate initial OpenBSD partition start/size using LBA values | Kenneth R Westerback |
2021-11-10 | Set correct prt_flag to 0. | Kenneth R Westerback |
2021-11-09 | Try this again, with (__powerpc__ || __mips__) chunk actually | Kenneth R Westerback |
2021-11-09 | no, that breaks architectures | Theo de Raadt |
2021-11-08 | Use a couple of local 'struct prt' variables to make MBR_init() | Kenneth R Westerback |
2021-10-29 | Tweak code to make it clear that MBR_init() uses just the boot code and | 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-09-10 | Stop using NULL as a synonym for "s" (SECTORS). Just use "s". | Kenneth R Westerback |
2021-08-07 | Nuke unneeded #include's, one param.h -> types.h. | Kenneth R Westerback |
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-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 | 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 | Put MBR_parse() invocation inside MBR_read() instead of always | Kenneth R Westerback |
2021-07-17 | Nuke a bunch of Capt. Obvious or misleading comments. | 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 | 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 | Add tabs to make variable declarations 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-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-10 | Shift zeroing of gpt header and partition table to top of | Kenneth R Westerback |