freebsd-dev/lib/libdisk
John Baldwin ba0b471d64 Break up a bunch of crazy if statements to use a case statement instead
to be cleaner.  Also, when deleting a chunk, try to find the mother chunk
as a whole chunk by default if this isn't a BSD partition or a unused or
whole chunk.  Before we just did this for FreeBSD and FAT slices, which
means that other chunk types such as EFI and mbr (mbr is used for slices
that don't have their own chunk type).

Submitted by:	nyan (mostly)
Approved by:	re
2002-12-02 21:42:29 +00:00
..
blocks.c Style(9) improvements. 2002-10-31 07:56:40 +00:00
change.c Fixed style(9) 2002-11-15 13:24:29 +00:00
chunk.c Break up a bunch of crazy if statements to use a case statement instead 2002-12-02 21:42:29 +00:00
create_chunk.c Fixed style(9) 2002-11-15 13:24:29 +00:00
disk.c - Ease sanity check to get cylinders. 2002-11-17 13:51:22 +00:00
libdisk.3 - Document the chunk_name() function that replaces chunk_n[]. 2002-11-11 19:37:19 +00:00
libdisk.h Fixed style(9) 2002-11-15 13:24:29 +00:00
Makefile Use ${MACHINE} variable instead of using '.if .endif' each machines. 2002-10-31 05:43:49 +00:00
rules.c Fixed style(9) 2002-11-15 13:24:29 +00:00
tst01.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_alpha_disk.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_amd64_disk.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_disk.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_i386_disk.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_ia64_disk.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_pc98_disk.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_sparc64_disk.c Fixed style(9) 2002-11-15 13:24:29 +00:00