freebsd-dev/lib/libdisk
Sam Leffler 11480fc6ae Another baby step toward getting sysinstall working:
o fillin media s/h/c fields from new XML phk just added; need this because
  sysinstall uses them in the fdisk look-alike
o add new tags to xml parser
o cleanup parser a touch; remove unused tags and move tag parsing stuff to
  a table to simplify future additions
o redo callback to pass 64-bit values since mediasize overflows u_int32_t
o loosen parsing sanity checks a touch to deal with new xml we must handle
o move sector size probing to non-geom handling since we now get it from xml
o remove WHOLE_DISK_SLICE buggery now that we get mediasize from xml
2002-10-20 22:19:37 +00:00
..
blocks.c Modernize my email address. 2002-03-25 13:52:45 +00:00
change.c Fix to check disk geometry. 2002-10-14 13:15:14 +00:00
chunk.c Modernize my email address. 2002-03-25 13:52:45 +00:00
create_chunk.c Fix to support pc98. 2002-10-08 12:13:19 +00:00
disk.c Another baby step toward getting sysinstall working: 2002-10-20 22:19:37 +00:00
disklabel.c Modernize my email address. 2002-03-25 13:52:45 +00:00
libdisk.3 Fixed bitrot in synopsis. The change of the return type of 2001-10-03 03:49:48 +00:00
libdisk.h Modernize my email address. 2002-03-25 13:52:45 +00:00
Makefile NOSHARED is meaningless in the bsd.lib.mk context. 2002-05-13 12:00:45 +00:00
rules.c Fix to support pc98. 2002-10-08 12:13:19 +00:00
tst01.c not sure if this correct, but it compiles again 2002-10-18 00:26:34 +00:00
write_disk.c #include the right thing for PC98 2002-10-02 08:59:28 +00:00