summaryrefslogtreecommitdiffstats
path: root/fdisks/fdiskbsdlabel.h
Commit message (Collapse)AuthorAgeFilesLines
* fdisk: add support for the Xtensa architectureKarel Zak2013-01-301-1/+1
| | | | | | Based on patch from Chris Zankel <chris@zankel.net>. Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: add AArch64 supportMarcin Juszkiewicz2012-10-091-0/+1
| | | | | Attached patch fixed build problem when util-linux is built for AArch64 architecture.
* fdisk: move partition types to label specific partKarel Zak2012-09-271-1/+1
| | | | | | | | | | - move MBR partition types to dos_part_types.h - make dos_part_types.h independent on datetypes to keep it useful in all fdisks - add struct fdisk_parrtype - move label specific partition types to context->label Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: API: add label probing functionalityDavidlohr Bueso2012-07-161-1/+0Star
| | | | | | | | | | | | | | | | This patch sets the initial layout for label specific operations. A new fdisk_label structure is created that will hold all these ops, like new, delete, write and probe, among others. For now only probing is implemented. Once this design is established, a copy of the probed label will be copied to the main context structure, where calling the specific functions will save 'disklabel' checks. Debugging support is added as well. This patch passes regression tests and manually passes bsd, sun, dos and sgi labels probes. Reviewed-by: Petr Uzel <petr.uzel@suse.cz> Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak2012-06-261-0/+246
Signed-off-by: Karel Zak <kzak@redhat.com>