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_7_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.45   3 years  deraadt   extra garbage line found during archeology
[TXT] cmd.c  1.154   2 years  krw   The 'status' parameter to uuid_* functions is uint32_t, not int. No intentional...
[TXT] cmd.h  1.26   2 years  krw   Nuke a bunch of pointless #ifndef _<.h file>/#endif guards.
[TXT] disk.c  1.74   2 years  krw   No need to assign dl.d_nsectors to disk.dk_sectors twice. Two statements on one...
[TXT] disk.h  1.32   2 years  krw   Nuke a bunch of pointless #ifndef _<.h file>/#endif guards.
[TXT] fdisk.8  1.112   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] fdisk.c  1.143   2 years  krw   Simple hack to preserve the EFI System partition when auto-allocating the space ...
[TXT] gpt.c  1.61   2 years  krw   The 'status' parameter to uuid_* functions is uint32_t, not int. No intentional...
[TXT] gpt.h  1.18   2 years  krw   Use a dedicated struct mbr to hold the GPT protective MBR, either the one read f...
[TXT] mbr.c  1.118   2 years  krw   Wrap some annoyingly long lines.
[TXT] mbr.h  1.42   2 years  krw   Nuke a bunch of pointless #ifndef _<.h file>/#endif guards.
[TXT] misc.c  1.86   2 years  krw   disk.dk_size can't be 0 as we errx() if that happens during DISK_open(). So elim...
[TXT] misc.h  1.47   2 years  krw   Nuke a bunch of pointless #ifndef _<.h file>/#endif guards.
[TXT] part.c  1.122   2 years  krw   The 'status' parameter to uuid_* functions is uint32_t, not int. No intentional...
[TXT] part.h  1.36   2 years  krw   Abstract duplicated code scanning gpt_types[] into a helper function find_gpt_ty...
[TXT] user.c  1.79   2 years  krw   Remove 'disk' editing command. Determining the disk geometry on startup (from -l...
[TXT] user.h  1.22   2 years  krw   Nuke a bunch of pointless #ifndef _<.h file>/#endif guards.