summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | textual: fix various minor typosYuri Chornoivan2015-01-263-12/+12
* | Merge branch 'icc-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2015-01-266-8/+19
|\ \
| * | build: fix printf warnings for icc (-Wformat-security)Ruediger Meier2015-01-213-6/+6
| * | build-sys: fix UL_SCANF_TYPE_MODIFIER for iccRuediger Meier2015-01-201-0/+3
| * | build-sys: free() needs stdlib.hRuediger Meier2015-01-201-0/+1
| * | build-sys: avoid icc warnings "ignoring unknown option"Ruediger Meier2015-01-201-0/+7
| * | tests: python tests should not remove user's LD_LIBRARY_PATHRuediger Meier2015-01-201-2/+2
* | | Merge branch 'opts' of https://github.com/jwpi/util-linuxKarel Zak2015-01-2631-121/+121
|\ \ \
| * | | docs: restore minus symbols in long optsJ William Piggott2015-01-2131-121/+121
| | |/ | |/|
* | | logger: improve usage()Karel Zak2015-01-261-14/+14
* | | docs: fix two "maybe be" duplications in program commentsBenno Schulenberg2015-01-262-21/+16Star
* | | textual: put option and its description into a single translatable stringBenno Schulenberg2015-01-261-2/+2
* | | docs: fix two spellings in man page of loggerBenno Schulenberg2015-01-261-2/+2
* | | ionice: drop the duplicate docstringBenno Schulenberg2015-01-261-2/+0Star
* | | textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-269-32/+32
* | | docs: fix grammar and punctuation and typos in 2.26 release notesBenno Schulenberg2015-01-261-37/+37
* | | dmesg: Enable proper indent for messages containing line breaksIngo Brückl2015-01-261-24/+40
|/ /
* | libfdisk: accept Start offset in {B,M,G..}iB in sfdisk scriptsKarel Zak2015-01-203-7/+19
* | libfdisk: (docs) fix typoKarel Zak2015-01-201-1/+1
* | sfdisk: fix --bytesKarel Zak2015-01-191-4/+6