summaryrefslogtreecommitdiff
path: root/parted
Commit message (Expand)AuthorAgeFilesLines
* maint: remove empty lines at end of fileJim Meyering2010-04-284-4/+0
* doc: use a valid http:.../AUTHORS URLJim Meyering2010-04-271-1/+1
* ui: get version number from a separately-compiled fileJim Meyering2010-04-272-2/+27
* libparted: add support for Linux software RAID arrays (mdraid)Petr Uzel2010-04-161-1/+2
* build: prepare for gnulib's updated lib-ignoreJim Meyering2010-03-301-0/+3
* Add support for ATA over Ethernet (AoE) devicesPetr Uzel2010-02-261-1/+1
* parted: change default alignment to "optimal"Hans de Goede2010-02-101-1/+1
* parted: change warnings when initial constrained mkpart failsHans de Goede2010-02-101-7/+52
* parted: honor --align option also in mkpartfs, resize and print cmdsHans de Goede2010-02-101-1/+25
* Fix minor spelling errorsOtavio Salvador2010-02-041-2/+2
* build: avoid -Wshadow warningsJim Meyering2010-01-311-3/+2
* maint: remove unreachable codeJim Meyering2010-01-181-1/+0
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-089-9/+13
* ui: Do not truncate flag names when printingHans de Goede2009-12-181-1/+1
* ui: mkpart: avoid double freeJim Meyering2009-12-121-1/+2
* ui: add --align command-line option to specify mkpart alignmentHans de Goede2009-12-101-5/+52
* ui: new command: align-check TYPE NJim Meyering2009-11-303-1/+110
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-073-6/+6
* maint: remove stray "types and" in the big FS-op warningJim Meyering2009-11-061-2/+2
* ui: plug multiple command_line_get_word leaksJim Meyering2009-10-281-3/+8
* ui: plug a constraint leak in do_mkpartJim Meyering2009-10-271-2/+5
* ui: plug a leak (partition_print_flags)Jim Meyering2009-10-271-5/+5
* parted: issue a warning upon any use of a file-system opJim Meyering2009-10-011-0/+22
* maint: avoid false-positive NULL-deref warning from clangJim Meyering2009-10-011-6/+5
* maint: function returning "int", did not return a value.Jim Meyering2009-10-012-1/+3
* maint: remove more dead stores and fix a bug in do_mkpartfsJim Meyering2009-10-012-2/+4
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-297-8/+7
* tests: enable a few syntax-checksJim Meyering2009-09-291-1/+2
* ui: do not initialize readline (which would output!) in --script modeJim Meyering2009-09-243-7/+17
* Fix 2 typos.Gilles Espinasse2009-08-211-1/+1
* build: enable many warningsJim Meyering2009-07-241-0/+1
* ui: avoid infloop in testingJim Meyering2009-07-241-1/+5
* parted/ui.c: Include <config.h> before everything elseJim Meyering2009-07-241-0/+1
* ui: avoid NULL dereference on realloc failureJim Meyering2009-07-111-2/+2
* Rationalise linux-swap fs names, and add a "linux-swap" aliasColin Watson2009-07-102-3/+43
* parted-ui: ensure cmd-line buffer is empty before ped_exception_throwJoel Granados Moreno2009-06-101-5/+5
* libparted: link with gnulibJim Meyering2009-06-031-1/+0
* Correctly name virtio devices.Joel Granados Moreno2009-05-261-1/+1
* remove all trailing blanksJim Meyering2009-03-057-84/+84
* portability: use last_component, not basenameJim Meyering2009-03-051-1/+1
* adjust "parted -s dev print" not to emit trailing spacesJim Meyering2009-03-051-4/+14
* * parted/ui.c: Include <config.h> before any other file.Jim Meyering2009-01-261-2/+3
* Add support for SD/MMC storage cards on LinuxHarald Welte2008-10-101-4/+4
* Remove obsolete 'i' from parted optstring (--interactive/-i option is not sup...Petr Uzel2008-08-201-1/+1
* * parted/parted.c (options): Remove redundant "const" in declaration.Jim Meyering2008-07-071-1/+1
* Fix the script mode for mkpart and mkpartfs.Joel Andres Granados2008-06-201-10/+26
* use gnulib's progname moduleJim Meyering2008-06-051-3/+2
* plug leaks in do_printJim Meyering2008-05-311-9/+14
* plug leaks in parted.cJim Meyering2008-05-301-15/+11
* remove more useless "if" tests before freeJim Meyering2008-05-291-34/+17