1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/sbin/pdisk
krw ddc1a6c2c1 Allow sbBlkCount to be less than the number of physical sectors on the
disk.

Fixes dealing with MacOS 9.2.2 formatted disk, allowing dual boot
again.

Problem reported and fix tested by Donovan Watteau on his B&W
G3. Thanks!
2019-07-31 00:14:10 +00:00
..
dump.c Fix display of pdisk partition sizes by casting the 32-bit number 2016-02-23 02:39:54 +00:00
dump.h Move dump_block() declaration from io.h to io.c since it is not 2016-01-31 14:55:41 +00:00
file_media.c Move last three lines (#define's) from dpme.h to partition_map.h and 2016-01-30 17:21:10 +00:00
file_media.h
io.c Use printf("%s",prompt) rather than printf(prompt) just for paranoia's 2016-02-01 18:55:00 +00:00
io.h
Makefile use $OpenBSD marker 2019-01-17 06:24:15 +00:00
partition_map.c Allow sbBlkCount to be less than the number of physical sectors on the 2019-07-31 00:14:10 +00:00
partition_map.h Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which is 2016-01-31 23:00:11 +00:00
pdisk.8 A disk name of /dev/wd0c doesn't work. Correct verbiage and example. 2016-02-23 03:34:17 +00:00
pdisk.c Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is 2016-05-28 22:26:13 +00:00