summaryrefslogtreecommitdiff
path: root/shlibs/blkid/src/partitions/unixware.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18libblkid: add support for partition flags/attributesKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-18libblkid: add blkid_partition_set_type()Karel Zak1-1/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-01-21libblkid: don't probe for GPT and Unixware PT on floppiesKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-16libblkid: add missing packed attributesKarel Zak1-2/+2
This patch add __attribute__((packed)) to almost all superblock and disk label definitions. Well, in many cases this is not necessary, but it's a cheap way how to keep the code robust... Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-16libblkid: add UNIXWARE partitions supportKarel Zak1-0/+187
Signed-off-by: Karel Zak <kzak@redhat.com>