OpenBSD CVS

src/sbin/fdisk/


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 / fdisk

Current tag: OPENBSD_5_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.38   12 years  schwarze   switch to installing source manuals (base part) discussed with lots of people, t...
[TXT] cmd.c  1.46   12 years  krw   A zero-length partition is a non-partition, so reject a partition length of 0. A...
[TXT] cmd.h  1.9   19 years  deraadt   add a swap primitive; ok various, will be polished after by tom
[TXT] disk.c  1.32   12 years  krw   Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the last place it was...
[TXT] disk.h  1.11   13 years  krw   Make 'fdisk -i' start the OpenBSD partition on a power of 2 512-byte block bound...
[TXT] fdisk.8  1.74   13 years  jmc   disklabel now uses "duid", not "uid";
[TXT] fdisk.c  1.53   12 years  krw   printf("msg")/return 1 -> err(1, "msg"), which will also show relevant errno str...
[TXT] mbr.c  1.27   12 years  krw   MBR_read() can be reading from a file as well as a raw partition. And files can ...
[TXT] mbr.h  1.11   21 years  weingart   Nuke terms 3 & 4.
[TXT] misc.c  1.23   13 years  halex   make ^D handling consistant in fdisk by just bailing out instead of returning a ...
[TXT] misc.h  1.12   18 years  krw   Replace default DEV_BSIZE sector conversion factor with disklabel's sector size ...
[TXT] part.c  1.50   15 years  deraadt   code that stank and made me upset
[TXT] part.h  1.13   19 years  otto   Handle geometry parameters as unsigned quantities, getting rid of negative numbe...
[TXT] user.c  1.25   13 years  krw   Honour MBR_read() results and don't pretend we can parse blocks we did not succe...
[TXT] user.h  1.7   21 years  weingart   Nuke terms 3 & 4.
[TXT] mbrcode.h (in the Attic) [Hide]  1.3   20 years  tom   Sync fdisk's internal master boot record with the recent changes to /usr/mdec/mb...