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

Current tag: OPENBSD_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.23   8 years  krw   Check block 0 signature, physical block size and physical block count when readi...
[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.98   8 years  krw   Un-shorten some lines that don't need breaking anymore. Remove a couple of inden...
[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...