]> git.ipfire.org Git - thirdparty/util-linux.git/history - fdisks/utils.c
libfdisk: add fdisk_reset_alignment()
[thirdparty/util-linux.git] / fdisks / utils.c
2013-03-11  Karel Zaklibfdisk: add fdisk_reset_alignment()
2013-03-11  Karel Zaklibfdisk: add topology and geometry functions
2013-03-11  Karel Zaklibfdisk: add firstsector utils
2013-03-11  Karel Zakfdisk: remove duplicate code (already in libfdisk)
2013-03-11  Karel Zaklibfdisk: add generic label code
2013-03-11  Karel Zaklibfdisk: add parttype code
2012-12-03  Karel Zakfdisk: move DOS units stuff to fdiskdoslabel.c
2012-12-03  Karel Zakfdisk: use BLKSSZGET as default for io-limits rather...
2012-12-03  Karel Zakfdisk: remove global variable sector_offset
2012-11-30  Davidlohr Buesofdisk: api: move disklabel type to cxt
2012-10-18  Davidlohr Buesofdisk: api: improve some comments
2012-10-18  Davidlohr Buesofdisk: api: propagate partition deletion to users
2012-09-27  Davidlohr Buesofdisk: add GPT support
2012-09-27  Karel Zakfdisk: cleanup debug messages and comments
2012-09-27  Karel Zakfdisk: use fdisk_parttype in add_partition
2012-09-27  Karel Zakfdisk: add fdisk_set_partition_type()
2012-09-27  Karel Zakfdisk: add fdisk_get_partition_type()
2012-09-27  Karel Zakfdisk: add new functions for work with fdisk_parttype
2012-09-04  Bernhard Voelkerfdisk: fix typo in comment
2012-07-26  Davidlohr Buesofdisk: fix menu
2012-07-26  Davidlohr Buesofdisk: API: comment labels array
2012-07-26  Davidlohr Buesofdisk: API: fix fdisk_add_partition comment style
2012-07-26  Karel Zakutmpdump: fix compiler warning [-Wunused-result]
2012-07-24  Karel Zakfdisk: make label API more robust
2012-07-24  Davidlohr Buesofdisk: API: add fdisk_label_change
2012-07-24  Davidlohr Buesofdisk: API: add verify to label operations
2012-07-24  Davidlohr Buesofdisk: API: add new partition to label operations
2012-07-24  Davidlohr Buesofdisk: API: add write to label operations
2012-07-23  Davidlohr Buesofdisk: API: add delete partition to label operations
2012-07-23  Karel Zakfdisk: set label pointer in fdisk_create_default_diskla...
2012-07-23  Davidlohr Buesofdisk: API: add to label operations to context
2012-07-23  Karel Zakfdisk: rename cxt->mbr buffer to cxt->firstsector
2012-07-23  Karel Zakfdisk: move DOS geometry code from generic part to...
2012-07-23  Karel Zakfdisk: fix error message for too small devices
2012-07-23  Karel Zakfdisk: get_boot() has to die (step I.)
2012-07-23  Karel Zakfdisk: move user geometry setting from fdisk.c to API
2012-07-16  Karel ZakMerge branch '2012wk28'
2012-07-16  Davidlohr Buesofdisk: API: add label probing functionality
2012-06-26  Karel Zakbuild-sys: rename fdisk -> fdisks/, convert to module