freebsd-skq/lib/libdisk
marcel 38f942a4e1 Add support for gpart:
o  Correct for gpart's 1-based index, versus 0-based index used by
   legacy slicers.
o  Parse and understand the xs and xt parameters.
2008-04-24 00:11:15 +00:00
..
blocks.c
change.c Add over 32GB disk support on pc98 (userland part). 2005-03-30 13:03:33 +00:00
chunk.c Don't barf when we encounter an UUID for GPT partitions. Instead, add 2004-10-31 01:28:59 +00:00
create_chunk.c Remove an unnecessary defination of New_Chunk, which has been 2005-01-05 14:07:31 +00:00
disk.c - Make Disk_Names() behave as documented in libdisk(3): return an array 2008-02-15 21:19:15 +00:00
libdisk.3 Hmmm, must get reading glasses or else change the font on my terminal. That 2007-11-24 11:58:54 +00:00
libdisk.h Enclose entire header in #ifndef _LIBDISK_H_ 2007-11-20 22:48:32 +00:00
Makefile unbreak build for sparc64 etc. 2006-10-09 05:12:54 +00:00
open_disk.c Add support for gpart: 2008-04-24 00:11:15 +00:00
open_ia64_disk.c Correct an off-by-1 for GPART. The literal partition type (i.e. 2008-04-23 03:00:26 +00:00
rules.c Make libdisk WARNS=4 clean. 2004-03-30 01:39:00 +00:00
tst01.c
write_amd64_disk.c Handle read_block() failures by ignoring the disk rather than 2004-06-04 11:49:11 +00:00
write_arm_disk.c Add a dummy arm Write_Disk() function, and compile libdisk on arm. 2006-01-25 11:24:37 +00:00
write_disk.c
write_i386_disk.c Handle read_block() failures by ignoring the disk rather than 2004-06-04 11:49:11 +00:00
write_ia64_disk.c Fix a bug in the size of the PMBR partition. Since the partition starts 2006-08-09 20:19:15 +00:00
write_pc98_disk.c Handle read_block() failures by ignoring the disk rather than 2004-06-04 11:49:11 +00:00
write_powerpc_disk.c PowerPC support. 2004-04-21 23:21:13 +00:00
write_sparc64_disk.c