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
fan
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
Be more consistent in function naming. Functions taking or returning struct uuid's use 'uuid' in their names.
3 years ago
cmd.h
Add some anti-feline input protection by refusing to process input of excessive length.
3 years ago
disk.c
Push DISK_[read|write]sectors() down to disk.c local functions and expose new DISK_[read|write]bytes() functions.
4 years 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
Synch 'help' command descriptions with man page descriptions.
3 years ago
fdisk.c
Modernize and cleanse fdisk.8, making it more concise and aligned with the code. Tweak usage() to stay in step.
3 years ago
gpt.c
Be more consistent in function naming. Functions taking or returning struct uuid's use 'uuid' in their names.
3 years ago
gpt.h
Sigh. Another forgotten header file.
4 years ago
mbr.c
Use nitems() of source and destination partition arrays rather than assuming they are the same size. Zero destination entries when no source partition available.
3 years ago
mbr.h
Allow editing of an MBR of all zeros.
3 years ago
misc.c
Add some anti-feline input protection by refusing to process input of excessive length.
3 years ago
misc.h
Move LINEBUFSZ to be with its friends in misc.h.
3 years ago
part.c
Adopt a more compact idiom when initializing gpt_types[]. Group entries with attributes together.
3 years ago
part.h
Be more consistent in function naming. Functions taking or returning struct uuid's use 'uuid' in their names.
3 years ago
user.c
Use nitems() in the simple iterations over mbr->mbr_prt[].
3 years ago
user.h
Move LINEBUFSZ to be with its friends in misc.h.
3 years ago