freebsd-skq/lib/libdisk
John Baldwin 53465bf736 - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().
- In Create_Chunk_DWIM(), if there is a freebsd chunk that has no
  children chunks, then trying to add a child part chunk will fail even
  though there is free space.  Handle this special case by adding an
  unused chunk the full size of the freebsd chunk as a child of the
  freebsd chunk before adding the new part chunk.  This situation can
  happen when changing the type of an existing slice to be a FreeBSD
  slice type or when installing onto a blank disk on Alpha (which has
  no slices.)

Reviewed by:	phk
MFC after:	2 days
2003-01-10 19:25:38 +00:00
..
blocks.c
change.c
chunk.c - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM(). 2003-01-10 19:25:38 +00:00
create_chunk.c - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM(). 2003-01-10 19:25:38 +00:00
disk.c
libdisk.3
libdisk.h - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM(). 2003-01-10 19:25:38 +00:00
Makefile
rules.c
tst01.c
write_alpha_disk.c
write_amd64_disk.c
write_disk.c
write_i386_disk.c
write_ia64_disk.c
write_pc98_disk.c Rename the dos_partition structure for pc98 to pc98_partition. 2003-01-04 08:50:48 +00:00
write_sparc64_disk.c