summaryrefslogtreecommitdiff
path: root/parted/parted.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
* docs: Update documentation to be consistentBrian C. Lane2021-10-061-3/+1
* parted: Add --json cmdline switch to output JSONArvin Schnell2021-08-251-12/+158
* parted: Escape colons and backslashes in machine outputBrian C. Lane2021-08-101-4/+38
* parted: Fix memory leaks in do_resizepartBrian C. Lane2021-06-111-2/+4
* parted: Free tmp usage inside do_printBrian C. Lane2021-06-111-0/+1
* parted: Fix end_input leak in do_mkpartBrian C. Lane2021-06-111-2/+3
* parted: add --fix to "fix" in script modeCristian Klein2021-01-281-2/+6
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-1/+2
* parted: Preserve resizepart End when prompted for busy partitionBrian C. Lane2020-08-311-0/+15
* Fix end_input usage in do_resizepartBrian C. Lane2019-12-161-1/+1
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+1
* Remove unnecessary if before free checksBrian C. Lane2019-08-091-9/+4
* Fix align-check help outputBrian C. Lane2019-02-111-1/+1
* parted: Remove PED_ASSERT from ped_partition_set_nameBrian C. Lane2019-01-311-1/+3
* parted.c: Make sure dev_name is freedBrian C. Lane2018-08-221-6/+4
* parted.c: Always free peek_wordBrian C. Lane2018-08-221-1/+2
* Fix resizepart iec unit end sectorPhillip Susi2018-06-051-1/+4
* mkpart: Allow negative start value when FS-TYPE is not givenNiklas Hambüchen2018-06-051-1/+1
* Add support for NVDIMM devicesSebastian Parschauer2017-12-191-1/+2
* parted: check the name of partition first when to name a partitionWang Dong2017-05-011-0/+7
* Add support for RAM drivesSebastian Parschauer2017-05-011-1/+1
* clean the disk information when commands fail in interactive mode.Wang Dong2017-05-011-4/+10
* parted: fix wrong error label jump in mkpartWang Dong2017-05-011-4/+5
* Fix crash when localizedPhillip Susi2017-04-171-1/+1
* Add support for NVMe devicesPetr Uzel2016-06-231-1/+1
* parted: Display details of partition alignment failure (#726856)Brian C. Lane2016-04-121-13/+51
* parted: fix the rescue commandPhillip Susi2016-04-101-0/+4
* parted: Fix crash with name command and no disklabel (#1226067)Brian C. Lane2015-07-131-1/+1
* parted: don't crash in disk_set when disk label not foundPhillip Susi2015-01-131-1/+1
* parted: Add stub resize command for backward compatibilityPhillip Susi2014-06-151-0/+16
* parted: make _partition_warn_busy actually a warning instead of an errorPhillip Susi2014-06-151-7/+10
* parted: add resizepart commandPetr Uzel2014-06-151-0/+86
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* parted: don't reload partition table on every commandPhillip Susi2014-05-221-146/+145
* Fix help text for disk_{set,toggle}Phillip Susi2014-02-241-2/+21
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* ui: rewrite disk_print_flags and partition_print_flagsJim Meyering2012-02-031-59/+41
* parted: when printing, also print the new disk flagsBrian C. Lane2012-02-021-2/+42
* gpt: add commands to manipulate pMBR boot flagMatthew Garrett2012-02-021-0/+66
* libparted: gpt: avoid invalid free with many (~100) partitionsJim Meyering2012-01-231-1/+0
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: avoid new float-to-double warningsJim Meyering2011-12-031-1/+1
* parted: exit nonzero for certain failures already diagnosed as "Error"Jim Meyering2011-11-031-3/+14
* parted: mkpart: DWIM for IEC ending sector numbers like 2MiB and 9GiBPetr Uzel2011-11-021-4/+82
* parted: write a few errors and warnings to stderr instead of stdoutRichard W.M. Jones2011-10-141-2/+2
* parted: make a warning message more informativePetr Uzel2011-10-121-3/+7
* parted: remove obsolete commentsPetr Uzel2011-10-011-7/+0
* libparted: differentiate between plain files and loop devicesPetr Uzel2011-09-291-1/+1