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_2


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.58   11 years  krw   Simplify guts and calling of getuint(). Eliminate a useless 'help' capablity by ...
[TXT] cmd.h  1.9   19 years  deraadt   add a swap primitive; ok various, will be polished after by tom
[TXT] disk.c  1.33   11 years  krw   MBR can't handle the truth. When reading disk size/geometry from disklabel, cla...
[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.28   12 years  krw   Don't 'reserve' a head/track if there is only only 1 head and 1 cylinder. If th...
[TXT] mbr.h  1.11   21 years  weingart   Nuke terms 3 & 4.
[TXT] misc.c  1.29   11 years  krw   Simplify guts and calling of getuint(). Eliminate a useless 'help' capablity by ...
[TXT] misc.h  1.17   11 years  krw   Simplify guts and calling of getuint(). Eliminate a useless 'help' capablity by ...
[TXT] part.c  1.52   11 years  otto   do not check ns here, we're supposed to compute it; ok krw@ deraadt@
[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...