summaryrefslogtreecommitdiff
path: root/parted
Commit message (Expand)AuthorAgeFilesLines
* 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-283-2/+14
* maint: Update copyright statements to 2021Brian C. Lane2021-01-189-9/+9
* maint: Update copyright statements to 2020Brian C. Lane2020-12-119-13/+17
* ui: Fix gcc 10 warning about snprintf truncating an intBrian C. Lane2020-11-201-2/+2
* ui: Fix command_line_get_disk_flagBrian C. Lane2020-11-201-1/+1
* 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-129-9/+13
* Remove trailing whitespaceBrian C. Lane2019-08-091-2/+2
* 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
* Fix potential command line buffer overflowSimon Xu2018-10-161-1/+1
* 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
* Fix set and disk_set to not crash when no flags are supportedPhillip Susi2018-06-051-2/+16
* Add support for NVDIMM devicesSebastian Parschauer2017-12-191-1/+2
* parted/ui: remove unneccesary information of command lineWang Dong2017-05-011-0/+1
* 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-012-5/+17
* parted: fix wrong error label jump in mkpartWang Dong2017-05-011-4/+5
* parted: fix crash due to improper partition number inputWang Dong2017-05-011-4/+22
* 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
* UI: Avoid memory leaks.Amarnath Valluri2015-08-031-1/+5
* 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: Allow undocumented commandsPhillip Susi2014-06-151-0/+2
* 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-259-9/+9
* parted: don't reload partition table on every commandPhillip Susi2014-05-225-159/+160
* ui: switch to new-style readline typedefGustavo Zacarias2014-03-051-1/+1
* Fix help text for disk_{set,toggle}Phillip Susi2014-02-241-2/+21
* parted: fix EOF and ctrl-c handlingPhillip Susi2013-11-231-10/+6
* maint: update all copyright year number rangesJim Meyering2013-01-069-9/+9
* maint: remove unnecessary wcslen useJim Meyering2012-09-121-2/+2
* build: prefer $(AM_CPPFLAGS) over $(INCLUDES)Stefano Lattarini2012-08-301-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-023-0/+98