tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
fdisk
/
at
jcs
17 files
Makefile
Neither macppc nor the retired loongson have any remaining useful information in /usr/mdec/mbr. Stop telling fdisk(8) that macppc and loongson HAS_MBR, and don't bother including the file in the base set.
3 years ago
cmd.c
Allow creation/recovery of GPT partitions with arbitrary types.
8 months ago
cmd.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
disk.c
Make DEBUG compile again by removing duplicate declaration of 'i'.
8 months ago
disk.h
Push DISK_[read|write]sectors() down to disk.c local functions and expose new DISK_[read|write]bytes() functions.
4 years ago
fdisk.8
-v and -e work with -R the same as with other initializations.
9 months ago
fdisk.c
-v and -e work with -R the same as with other initializations.
9 months ago
gpt.c
Allow creation/recovery of GPT partitions with arbitrary types.
8 months ago
gpt.h
Consistently apply -v setting to partition displays.
9 months ago
mbr.c
Add -R to recover/create GPT or MBR from a file or partial GPT.
10 months ago
mbr.h
Add -R to recover/create GPT or MBR from a file or partial GPT.
10 months ago
misc.c
Allow creation/recovery of GPT partitions with arbitrary types.
8 months ago
misc.h
Allow creation/recovery of GPT partitions with arbitrary types.
8 months ago
part.c
Fold PRT_uuid_menudflt() and find_gpt_desc() into PRT_uuid_to_desc() to unify translations from UUIDs, remove pointless abstraction and clarify/shrink code.
9 months ago
part.h
Fold PRT_uuid_menudflt() and find_gpt_desc() into PRT_uuid_to_desc() to unify translations from UUIDs, remove pointless abstraction and clarify/shrink code.
9 months ago
user.c
Consistently apply -v setting to partition displays.
9 months ago
user.h
Consistently apply -v setting to partition displays.
9 months ago