summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: support static build with readlineKarel Zak2015-03-251-2/+2
* sfdisk: add readline supportKarel Zak2015-03-252-9/+67
* fdisk: fix readline wrapperKarel Zak2015-03-251-1/+2
* fdisk: add GNU Readline support to fdiskKarel Zak2015-03-252-16/+52
* fsck: fix fsck -C {fd} parsingStanislav Brabec2015-03-251-1/+1
* Since 569d1dac7bc64457aac11163b6a91ce9b41a6715 we read device startKarel Zak2015-03-171-2/+3
* build-sys: cleanup realtime lib usageKarel Zak2015-03-061-1/+1
* lib/colors: use libtinfo to check terminal capabilityKarel Zak2015-02-271-3/+3
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-254-7/+15
* sfdisk: add missing --colorKarel Zak2015-02-252-3/+40
* rpmatch: use symbolic value when evaluation return codesSami Kerola2015-02-243-5/+5
* sfdisk: include rpmatch.hSami Kerola2015-02-161-0/+1
* fsck: fix compiler warning [-Wlogical-not-parentheses]Karel Zak2015-02-161-3/+2Star
* cfdisk: improve create-label UIKarel Zak2015-02-101-11/+15
* textual: sort the options in the usage text of sfdisk alphabeticallyBenno Schulenberg2015-02-101-7/+7
* docs: sort the options in the man page of sfdisk alphabeticallyBenno Schulenberg2015-02-101-18/+18
* cfdisk: also recognize a lowercase 'l' for loading a script fileBenno Schulenberg2015-02-101-0/+1
* cfdisk: do not startle the user with a false message when --zero is usedBenno Schulenberg2015-02-101-2/+3
* fsck: use monotonic time to fsck run time measurementSami Kerola2015-02-102-9/+9
* cfdisk: improve ui_get_size() warningsKarel Zak2015-02-031-5/+10
* libfdisk: fix issues with very small partitionsKarel Zak2015-02-031-2/+3
* docs: add info about *_DEBUG= to man pagesKarel Zak2015-02-033-0/+6
* cfdisk: print "wrong order" warning after startup, colorize info messagesKarel Zak2015-02-031-2/+9
* cfdisk: force main menu to default to Quit/New menu itemsKarel Zak2015-02-031-8/+13
* cfdisk: disable some KEY_* in ui_get_wqstring()Karel Zak2015-02-021-0/+9
* cfdisk: default to Quit menu itemKarel Zak2015-02-021-0/+4
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-027-9/+9
* sfdisk: actually translate the table headers by calling gettext()Benno Schulenberg2015-02-021-1/+1
* docs: add the Sort command to the man page of cfdiskBenno Schulenberg2015-02-021-15/+23
* cfdisk: make '?' an alias of 'h', to also show the help screenBenno Schulenberg2015-02-021-0/+1
* cfdisk: punctuate the bottombar messages consistentlyBenno Schulenberg2015-02-021-6/+6
* cfdisk: improve wording and consistency of the size warningsBenno Schulenberg2015-02-021-2/+2
* cfdisk: remove the mistaken B from the explanation of size suffixesBenno Schulenberg2015-02-021-2/+2
* sfdisk: fix --id fallthrough [coverity scan]Karel Zak2015-01-281-0/+1
* fsck: deallocate when no cache [coverity scan]Karel Zak2015-01-281-2/+6
* fdisk: check return and robust label usage [coverity scan]Karel Zak2015-01-282-3/+6
* blockdev: check return when read from sysfs [coverity scan]Karel Zak2015-01-281-1/+4
* cfdisk: fix mem leak and main_menu_action() logic [coverity scan]Karel Zak2015-01-281-6/+9
* libfdisk: support unknown partition types in sfdisk scriptsKarel Zak2015-01-281-2/+2
* libfdisk: don't use off_t in public APIKarel Zak2015-01-262-6/+6
* cfdisk: actually translate the table headers and the bottom lineBenno Schulenberg2015-01-261-2/+2
* cfdisk: shorten the help screen to make it fit within 25 linesBenno Schulenberg2015-01-261-14/+7Star
* cfdisk: don't mess up the help screen by printing the PO file headerBenno Schulenberg2015-01-261-6/+5Star
* textual: fix various minor typosYuri Chornoivan2015-01-261-10/+10
* Merge branch 'opts' of https://github.com/jwpi/util-linuxKarel Zak2015-01-263-18/+18
|\
| * docs: restore minus symbols in long optsJ William Piggott2015-01-213-18/+18
* | textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-264-22/+22
|/
* libfdisk: accept Start offset in {B,M,G..}iB in sfdisk scriptsKarel Zak2015-01-202-4/+9
* sfdisk: fix --bytesKarel Zak2015-01-191-4/+6
* libfdiskL add API to print SIZE field in bytesKarel Zak2015-01-192-3/+16