1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/sbin/fdisk
2024-09-29 18:00:38 +00:00
..
cmd.c Allow fdisk(8) to add GPT partitions of protected types. 2024-03-01 17:48:03 +00:00
cmd.h remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
disk.c Push DISK_[read|write]sectors() down to disk.c local functions 2022-04-25 17:10:09 +00:00
disk.h Push DISK_[read|write]sectors() down to disk.c local functions 2022-04-25 17:10:09 +00:00
fdisk.8 add some commas, to aid readability; 2024-09-29 18:00:38 +00:00
fdisk.c Modernize and cleanse fdisk.8, making it more concise and 2022-07-17 12:53:19 +00:00
gpt.c remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
gpt.h Sigh. Another forgotten header file. 2022-04-20 17:14:35 +00:00
Makefile Neither macppc nor the retired loongson have any remaining useful 2022-05-23 16:58:10 +00:00
mbr.c Make function and symmetry obvious by renaming PRT_make() to 2023-05-17 12:59:37 +00:00
mbr.h Allow editing of an MBR of all zeros. 2022-07-26 14:30:37 +00:00
misc.c Add some anti-feline input protection by refusing to process 2022-07-10 20:34:31 +00:00
misc.h Move LINEBUFSZ to be with its friends in misc.h. 2023-03-25 20:34:28 +00:00
part.c "%-Ns\n" is more appropriately "%s\n" to avoid adding extraneous 2023-06-19 23:11:57 +00:00
part.h If an MBR partition start or end can be represented by CHS, set 2023-05-21 17:29:33 +00:00
user.c Use nitems() in the simple iterations over mbr->mbr_prt[]. 2023-03-04 21:22:51 +00:00
user.h Move LINEBUFSZ to be with its friends in misc.h. 2023-03-25 20:34:28 +00:00