summaryrefslogtreecommitdiff
path: root/misc-utils/blkid.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-08blkid: simple typoPhillip Susi1-1/+1
2013-11-07blkid: escape quotes in the outputKarel Zak1-4/+8
2013-06-13blkid: export ID_PART_TABLE_UUIDKarel Zak1-0/+3
2013-05-14blkid: fix typo in ID_FS_AMBIVALEN=Karel Zak1-1/+1
2013-04-26blkid, hwclock, ldattach: use program_invocation_short_nameSami Kerola1-3/+1
2013-04-10blkid: use xalloc everywhereKarel Zak1-22/+4
2013-04-03blkid: use O_CLOEXECKarel Zak1-1/+1
2013-03-26blkid: use xalloc.h when possibleSami Kerola1-4/+5
2013-03-20blkid: also accept -V for displaying version informationBenno Schulenberg1-2/+3
2013-01-25textual: standardize reporting of program name plus package versionBenno Schulenberg1-2/+3
2012-12-12blkid: fix double free [coverity scan]Karel Zak1-0/+1
2012-07-26blkid: fix shadow declarationSami Kerola1-4/+4
2012-07-26blkid: use err_exclusive_options()Karel Zak1-8/+10
2012-06-17blkid: use exclusive_option()Sami Kerola1-8/+12
2012-06-11blkid: fix realloc memory leak [cppcheck]Sami Kerola1-1/+3
2012-05-23blkid: stop device probing if error is detectedPetr Uzel1-1/+4
2012-05-23blkid: introduce symbolic names for different blkid exit codesPetr Uzel1-14/+18
2012-05-23blkid: use symbolic exit codePetr Uzel1-1/+1
2012-05-15misc-utils: cleanup strtoxx_or_err()Karel Zak1-2/+2
2012-05-15include/ttyutils: more robust get_terminal_width()Karel Zak1-2/+4
2012-05-15blkid: use get_terminal_width() from ttyutils.hPetr Uzel1-28/+1
2012-04-23Fix typos found by misspellingsBernhard Voelker1-1/+1
2012-04-04misc-utils: verify writing to streams was successfulSami Kerola1-0/+2
2012-03-30blkid: use strtosize_or_err()Karel Zak1-8/+4
2012-03-26docs: mark udev and list blkid(8) output formats deprecatedKarel Zak1-4/+4
2012-03-02blkid: add DEVNAME= to export output formatKarel Zak1-0/+2
2012-02-02blkid: remove dead assigmentKarel Zak1-1/+2
2012-01-31blkid: add comment to keep static analysers happyKarel Zak1-0/+1
2012-01-31blkid: check fd before use [coverity scan]Karel Zak1-2/+2
2012-01-25blkid: move cache to /run on new systemsKarel Zak1-1/+2
2012-01-25blkid: remove -w option from man page and usage() outputKarel Zak1-9/+2
2011-10-21blkid: print ID_PART_ENTRY_* for small devicesKarel Zak1-5/+3
2011-09-27misc: use %m in format string instead of %s and strerror(errno)Petr Uzel1-1/+1
2011-09-12blkid: potential null derefence [smatch scan]Karel Zak1-3/+3
2011-08-16blkid: fix typoKarel Zak1-3/+2
2011-08-16blkid: indent usage()Karel Zak1-27/+27
2011-08-01blkid: fix compiler warnings [-Wunused-parameter]Karel Zak1-2/+2
2011-06-20blkid: list all known filesystems/RAIDs (add -k option)Karel Zak1-1/+11
2011-06-08blkid: don't free() uninitialized variableKarel Zak1-1/+1
2011-03-29blkid: small fix for safe_print()Sergey Gusarov1-1/+1
2011-03-29blkid: add -d option to print non-printable charsKarel Zak1-8/+16
2011-03-11blkid: fix double free [coverity scan]Karel Zak1-3/+2
2011-03-08blkid: don't ignore -iKarel Zak1-0/+1
2011-03-08blkid: uniformize the synopsis, remove "the the"Benno Schulenberg1-5/+5
2011-02-08blkid: dynamically allocate devicename arrayEric Sandeen1-1/+12
2011-02-03blkid: add new return code 8 for ambivalent low-level probing resultKarel Zak1-1/+7
2011-02-03blkid: don't return PART_ENTRY_* if partition is emptyKarel Zak1-0/+14
2011-02-03blkid: don't print devname if nothing detectedKarel Zak1-2/+3
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso1-1/+1
2010-06-02blkid: remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variablesKarel Zak1-4/+1