freebsd-src/lib/libdisk
Poul-Henning Kamp fcdd2c3c7d Make the target for tst01 more sensible.
Remove bogus targets.
Allocate partition letters as follows:
	lowest offset "flags & CHUNK_IS_ROOT" gets 'a',
	lowest offset "subtype==FS_SWAP" gets 'b'
	the rest is allocated in offset order from this sequence "defghab".
This will generally make sense.
Added rules to complain if more than one CHUNK_IS_ROOT or more than one
FS_SWAP per FreeBSD chunk.
Set CHUNK_IS_ROOT on the 'a' partition in Open_Disk.
Run Fixup_Names in Open_Disk.
1995-05-03 06:30:59 +00:00
..
blocks.c Now we do writes too. 1995-04-30 06:09:29 +00:00
change.c Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning). 1995-04-30 22:51:05 +00:00
chunk.c foo -> unknown. 1995-05-01 21:30:24 +00:00
create_chunk.c Make the target for tst01 more sensible. 1995-05-03 06:30:59 +00:00
disk.c Make the target for tst01 more sensible. 1995-05-03 06:30:59 +00:00
disklabel.c This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuff 1995-04-28 23:57:04 +00:00
libdisk.h Make the target for tst01 more sensible. 1995-05-03 06:30:59 +00:00
Makefile Make the target for tst01 more sensible. 1995-05-03 06:30:59 +00:00
rules.c Make the target for tst01 more sensible. 1995-05-03 06:30:59 +00:00
tst01.c start CHS is 0xff,0xff,0xff if past 1024. 1995-05-01 04:05:27 +00:00
write_disk.c start CHS is 0xff,0xff,0xff if past 1024. 1995-05-01 04:05:27 +00:00