summaryrefslogtreecommitdiff
path: root/libparted/disk.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* libparted: Add UEFI System Partition flag.Brian C. Lane2014-03-021-0/+2
* libparted: Add Intel Rapid Start Technology partition flag.Brian C. Lane2014-03-021-0/+2
* libparted: allow some common errors to be ignoredPhillip Susi2013-11-231-64/+25
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* doc: libparted/disk.c: correct doxygen comment typoBob Beers2012-10-041-1/+1
* add support for a new Linux-specific GPT partition type codeRoderick W. Smith2012-09-291-0/+2
* gpt: add commands to manipulate pMBR boot flagMatthew Garrett2012-02-021-1/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: mark functions with "const" or "pure" attribute, per gcc warningsJim Meyering2011-12-031-3/+3
* libparted: check return value from ped_geometry_initPetr Uzel2011-10-011-1/+2
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-147/+140
* gpt: add legacy_boot partition flagBrian C. Lane2011-02-261-0/+2
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-2/+1
* dos: add a partition flag for diagnostics / recovery partitionsHans de Goede2010-04-291-0/+2
* maint: remove unneeded #includeJim Meyering2010-03-301-1/+0
* libparted: copy the needs_clobber value in ped_disk_duplicate()Hans de Goede2010-02-221-0/+3
* libparted: remove unreachable codeJim Meyering2010-01-151-1/+0
* libparted: avoid double-free on an OOM failure pathJim Meyering2010-01-151-0/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+2
* libparted: push/pop update mode around ped_disk_set_flagHans de Goede2009-12-181-1/+12
* libparted: missing pop update mode in ped_disk_delete_all error pathHans de Goede2009-12-101-1/+3
* libparted: make pop/push update mode propagate sanity check errorsHans de Goede2009-12-101-29/+58
* libparted: add missing update mode pop in duplicate error pathJoel Granados Moreno2009-12-101-1/+3
* gpt: Add support for appletv partitionsJoel Granados Moreno2009-12-101-0/+2
* libparted: add disk flag functions and PED_DISK_CYLINDER_ALIGNMENT flagHans de Goede2009-12-101-0/+124
* libparted: new interfaces: max start sector, max partition lengthJim Meyering2009-12-081-0/+20
* libparted: ped_disk_clobber_exclude: remove now-unused functionJim Meyering2009-11-271-16/+2
* ped_disk_clobber: change semanticsJim Meyering2009-11-271-20/+47
* ped_disk_type_get_next: fix a const-correctness bugJim Meyering2009-11-131-1/+1
* libparted: add ped_disk_get_partition_alignment() functionHans de Goede2009-11-011-0/+20
* dvh: document an as-yet-unplugged (but not serious) leakJim Meyering2009-10-291-0/+6
* check: plug an even smaller (formatted "unit") leakJim Meyering2009-10-281-1/+2
* check: plug a geometry-sized leakJim Meyering2009-10-281-5/+7
* make PED_ASSERT handling sane: abort on false conditionJim Meyering2009-10-011-8/+2
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-291-2/+1
* parted: avoid unnecessary open/close on commit, and thus udev activityHans de Goede2009-08-281-2/+18
* disk.c: add assertionsJim Meyering2009-07-241-1/+4
* put partition-table-specific logic in the corresponding filesJoel Granados Moreno2009-07-241-62/+2
* start to make things work with 2048-byte sector size.Jim Meyering2009-07-241-0/+7
* remove all trailing blanksJim Meyering2009-03-051-36/+36
* Properly sync partitions with operating systemJoel Granados Moreno2009-03-051-1/+16
* remove ped_(register|unregister)_disk_type since they were deprecatedOtavio Salvador2009-02-061-18/+0
* Use free, not ped_free.Jim Meyering2008-05-291-6/+6
* Add support for GRUB / BIOS partition in GPT.Robert Millan2008-04-121-0/+2
* Enforce inherent limitations of dos and dvh partition table formats.Jim Meyering2008-02-041-1/+66
* Move PedArchitecture and ped_set_architecture to privateOtavio Salvador2007-11-031-0/+2
* Removing unnecessary type-casts and eerie comments.Debarshi Ray2007-11-021-3/+2
* Really duplicate the disk instead of readd every partitionOtavio Salvador2007-08-311-8/+9
* Revert "History with undo and redo capabilities."David Cantrell2007-08-091-11/+0