summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mount: Add documentation of FAT mount option time_offsetJan Kara2015-02-021-0/+12
* whereis: lookup also info docsKarel Zak2015-02-022-4/+6
* 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
* build-sys: improve wording and punctuation of several messagesBenno Schulenberg2015-02-021-9/+9
* libfdisk: actually translate the human-readable name of the partition typeBenno Schulenberg2015-02-021-1/+1
* lib/strutils: accept not just 'B' but also lowercase 'b' in a size suffixBenno Schulenberg2015-02-021-2/+2
* 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
* libfdisk: (dos) delete also logical with extendedKarel Zak2015-02-021-1/+8
* wipefs: fix FD leak on error [coverity scan]Karel Zak2015-01-291-2/+1Star
* lsblk: implement SOMEOK (=64) return codeKarel Zak2015-01-292-13/+38
* findmnt: fix mem leaks [coverity scan]Karel Zak2015-01-291-10/+16
* utmpdump: don't pass parameter of type "struct utmp" by value [coverity scan]Karel Zak2015-01-291-15/+15
* sulogin: make sure that fallback FD is valid [coverity scan]Karel Zak2015-01-291-1/+1
* su: fix mem leak in modify_environ() [coverity scan]Karel Zak2015-01-291-2/+4
* login: fix mem leak in init_environ() [coverity scan]Karel Zak2015-01-291-3/+5
* libsmartcols: remove unnecessary check [coverity scan]Karel Zak2015-01-291-1/+1
* libmount: fix possible mem leak in has_utab_entry() [coverity scan]Karel Zak2015-01-291-3/+10
* libmount: fix mem leak in do_mount_by_types() [coverity scan]Karel Zak2015-01-292-5/+7
* libfdisk: make fdisk_partition_to_string() more robust [coverity scan]Karel Zak2015-01-291-5/+8
* libfdisk: (gpt) check return from GUID parser [coverity scan]Karel Zak2015-01-281-3/+7
* libfdisk: fix possible mem leak [coverity scan]Karel Zak2015-01-281-1/+4
* libblkid: (hfs) avoid overflow [coverity scan]Karel Zak2015-01-281-1/+1
* libblkid: fix macro redefinition [coverity scan]Karel Zak2015-01-281-2/+7
* lib/sysfs: use ssize_t for sysfs_readlink() [coverity scan]Karel Zak2015-01-281-4/+3Star
* 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-282-4/+4
* Merge branch 'fix-tests-ppc' of https://github.com/rudimeier/util-linuxKarel Zak2015-01-283-5/+10
|\
| * tests: fix fdisk/bsd again for big endianRuediger Meier2015-01-261-1/+1
| * tests: fix swaplabel test for 9a83b03cRuediger Meier2015-01-262-2/+3
| * Revert "tests: simplify and update swaplabel test"Ruediger Meier2015-01-262-4/+8
* | more: fix repeat search crashSami Kerola2015-01-281-0/+3
* | setarch: fix --listKarel Zak2015-01-281-1/+1
* | libblkid: improve MBR vs. FAT + boot sector detectionKarel Zak2015-01-272-13/+29
|/
* chrt: add note about zero priority for IDLE and BATCHKarel Zak2015-01-261-2/+2
* libfdisk: don't use off_t in public APIKarel Zak2015-01-267-13/+17
* libmount: add options map to docsKarel Zak2015-01-263-5/+12
* Merge branch 'timex' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-01-262-1/+9
|\
| * logger: check availability of ntp_gettime()Samuel Thibault2015-01-232-1/+9
* | 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
* | switch_root: document that maintains /run tooKarel Zak2015-01-261-1/+1