OpenBSD CVS

src/sbin/pdisk/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / pdisk


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Makefile  1.24   5 years  tedu   use $OpenBSD marker
[TXT] dump.c  1.75   8 years  krw   Fix display of pdisk partition sizes by casting the 32-bit number of blocks to (...
[TXT] dump.h  1.17   8 years  krw   Move dump_block() declaration from io.h to io.c since it is not used anywhere el...
[TXT] file_media.c  1.48   8 years  krw   Move last three lines (#define's) from dpme.h to partition_map.h and tweak #incl...
[TXT] file_media.h  1.20   8 years  krw   Fold struct dpme into struct entry. Same reasons as for folding struct block0 in...
[TXT] io.c  1.31   8 years  krw   Use printf("%s",prompt) rather than printf(prompt) just for paranoia's sake.
[TXT] io.h  1.12   8 years  krw   Rework and simplify string argument parsing. All string arguments are at most DP...
[TXT] partition_map.c  1.99   4 years  krw   Allow sbBlkCount to be less than the number of physical sectors on the disk. Fi...
[TXT] partition_map.h  1.42   8 years  krw   Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which is set ...
[TXT] pdisk.8  1.31   8 years  krw   A disk name of /dev/wd0c doesn't work. Correct verbiage and example. Discovered...
[TXT] pdisk.c  1.87   8 years  tb   Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is called in order to...