summaryrefslogtreecommitdiff
path: root/fdisks/utils.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-11libfdisk: add context functionsKarel Zak1-115/+0
2013-03-11libfdisk: add probing functionKarel Zak1-81/+1
2013-03-11libfdisk: add fdisk_reset_alignment()Karel Zak1-33/+0
2013-03-11libfdisk: add topology and geometry functionsKarel Zak1-258/+2
2013-03-11libfdisk: add firstsector utilsKarel Zak1-41/+3
2013-03-11fdisk: remove duplicate code (already in libfdisk)Karel Zak1-27/+0
2013-03-11libfdisk: add generic label codeKarel Zak1-101/+0
2013-03-11libfdisk: add parttype codeKarel Zak1-206/+0
2012-12-03fdisk: move DOS units stuff to fdiskdoslabel.cKarel Zak1-1/+0
2012-12-03fdisk: use BLKSSZGET as default for io-limits rather than hardcoded limitKarel Zak1-6/+6
2012-12-03fdisk: remove global variable sector_offsetKarel Zak1-3/+112
2012-11-30fdisk: api: move disklabel type to cxtDavidlohr Bueso1-2/+14
2012-10-18fdisk: api: improve some commentsDavidlohr Bueso1-14/+34
2012-10-18fdisk: api: propagate partition deletion to usersDavidlohr Bueso1-2/+1
2012-09-27fdisk: add GPT supportDavidlohr Bueso1-2/+4
2012-09-27fdisk: cleanup debug messages and commentsKarel Zak1-13/+40
2012-09-27fdisk: use fdisk_parttype in add_partitionKarel Zak1-3/+4
2012-09-27fdisk: add fdisk_set_partition_type()Karel Zak1-0/+17
2012-09-27fdisk: add fdisk_get_partition_type()Karel Zak1-2/+17
2012-09-27fdisk: add new functions for work with fdisk_parttypeKarel Zak1-0/+132
2012-09-04fdisk: fix typo in commentBernhard Voelker1-1/+1
2012-07-26fdisk: fix menuDavidlohr Bueso1-2/+0
2012-07-26fdisk: API: comment labels arrayDavidlohr Bueso1-1/+3
2012-07-26fdisk: API: fix fdisk_add_partition comment styleDavidlohr Bueso1-1/+1
2012-07-26utmpdump: fix compiler warning [-Wunused-result]Karel Zak1-1/+1
2012-07-24fdisk: make label API more robustKarel Zak1-9/+27
2012-07-24fdisk: API: add fdisk_label_changeDavidlohr Bueso1-12/+28
2012-07-24fdisk: API: add verify to label operationsDavidlohr Bueso1-0/+16
2012-07-24fdisk: API: add new partition to label operationsDavidlohr Bueso1-0/+19
2012-07-24fdisk: API: add write to label operationsDavidlohr Bueso1-0/+16
2012-07-23fdisk: API: add delete partition to label operationsDavidlohr Bueso1-1/+21
2012-07-23fdisk: set label pointer in fdisk_create_default_disklabel()Karel Zak1-0/+5
2012-07-23fdisk: API: add to label operations to contextDavidlohr Bueso1-11/+11
2012-07-23fdisk: rename cxt->mbr buffer to cxt->firstsectorKarel Zak1-12/+12
2012-07-23fdisk: move DOS geometry code from generic part to label specificKarel Zak1-20/+22
2012-07-23fdisk: fix error message for too small devicesKarel Zak1-1/+4
2012-07-23fdisk: get_boot() has to die (step I.)Karel Zak1-0/+35
2012-07-23fdisk: move user geometry setting from fdisk.c to APIKarel Zak1-5/+53
2012-07-16fdisk: API: add label probing functionalityDavidlohr Bueso1-0/+35
2012-06-26build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak1-0/+290