]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/blkid.c
blkid: use exclusive_option()
[thirdparty/util-linux.git] / misc-utils / blkid.c
2012-06-17  Sami Kerolablkid: use exclusive_option()
2012-06-15  Karel ZakMerge branch '2012wk23' of git://github.com/kerolasa...
2012-06-11  Sami Kerolablkid: fix realloc memory leak [cppcheck]
2012-05-24  Ludwig Nusselmerge coreutils' last GPL2 version of su.c
2012-05-23  Petr Uzelblkid: stop device probing if error is detected
2012-05-23  Petr Uzelblkid: introduce symbolic names for different blkid...
2012-05-23  Petr Uzelblkid: use symbolic exit code
2012-05-23  Karel ZakMerge branch 'master' of https://github.com/jhuntwork...
2012-05-15  Karel Zakmisc-utils: cleanup strtoxx_or_err()
2012-05-15  Karel Zakinclude/ttyutils: more robust get_terminal_width()
2012-05-15  Petr Uzelblkid: use get_terminal_width() from ttyutils.h
2012-04-23  Bernhard VoelkerFix typos found by misspellings
2012-04-11  Karel ZakMerge branch 'close_stream' of git://github.com/kerolas...
2012-04-05  Karel ZakMerge branch 'eject'
2012-04-04  Sami Kerolamisc-utils: verify writing to streams was successful
2012-03-30  Karel Zakblkid: use strtosize_or_err()
2012-03-26  Karel Zakdocs: mark udev and list blkid(8) output formats deprecated
2012-03-02  Karel Zakblkid: add DEVNAME= to export output format
2012-02-02  Karel Zakblkid: remove dead assigment
2012-01-31  Karel Zakblkid: add comment to keep static analysers happy
2012-01-31  Karel Zakblkid: check fd before use [coverity scan]
2012-01-25  Karel Zakblkid: move cache to /run on new systems
2012-01-25  Karel Zakblkid: remove -w option from man page and usage() output
2011-10-20  Karel Zakblkid: print ID_PART_ENTRY_* for small devices
2011-09-27  Petr Uzelmisc: use %m in format string instead of %s and strerro...
2011-09-27  Karel ZakMerge branch 'sys-utils' of https://github.com/kerolasa...
2011-09-12  Karel Zakblkid: potential null derefence [smatch scan]
2011-08-31  Karel ZakMerge branch 'chcpu' of git://git.kernel.org/pub/scm...
2011-08-31  Karel ZakMerge branch 'docs-dir' of https://github.com/kerolasa...
2011-08-30  Karel ZakMerge branch 'lscpu' of git://git.kernel.org/pub/scm...
2011-08-16  Karel Zakblkid: fix typo
2011-08-16  Karel Zakblkid: indent usage()
2011-08-01  Karel Zakblkid: fix compiler warnings [-Wunused-parameter]
2011-06-25  Sami KerolaMerge branch 'master' into sfdisk
2011-06-20  Sami KerolaMerge branch 'master', remote-tracking branch 'upstream...
2011-06-20  Karel Zakblkid: list all known filesystems/RAIDs (add -k option)
2011-06-16  Sami KerolaMerge branch 'master', remote-tracking branch 'upstream...
2011-06-08  Karel Zakblkid: don't free() uninitialized variable
2011-03-29  Sergey Gusarovblkid: small fix for safe_print()
2011-03-29  Karel Zakblkid: add -d option to print non-printable chars
2011-03-11  Karel Zakblkid: fix double free [coverity scan]
2011-03-08  Karel Zakblkid: don't ignore -i
2011-03-08  Benno Schulenbergblkid: uniformize the synopsis, remove "the the"
2011-02-08  Eric Sandeenblkid: dynamically allocate devicename array
2011-02-03  Karel Zakblkid: add new return code 8 for ambivalent low-level...
2011-02-03  Karel Zakblkid: don't return PART_ENTRY_* if partition is empty
2011-02-03  Karel Zakblkid: don't print devname if nothing detected
2010-11-23  Davidlohr Buesolib: [strutils] general purpose string handling functions
2010-06-02  Karel Zakblkid: remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variables
2010-05-14  Karel Zakblkid: add 'export' output format
2010-05-13  Karel Zakblkid: add -i option to print I/O limits
2010-05-13  Karel Zakblkid: update man page/usage()
2010-04-22  Karel Zakblkid: improve RAIDs and tiny devices probing
2010-04-15  Karel Zakblkid: add \n to the "-o udev" output when probe more...
2010-03-30  Karel Zakblkid: support suffixes for -O <offset> and -S <size>
2010-03-23  Karel Zakblkid: add -n <list> option
2010-03-22  Karel Zakblkid: cleanup -u <list> parsing
2010-02-19  Karel Zakblkid: fix blkid_probe_lookup_value() usage
2010-02-18  Karel Zakblkid: encode PART_ENTRY_TYPE
2010-02-18  Karel Zakblkid: export ID_PART_ENTRY_* variables for udev
2010-02-16  Karel Zakblkid: report open() errors in low-level probing
2010-02-12  Karel Zakblkid: fix #ifdef HAVE_TERMIO[S]_H
2010-01-27  Karel Zakblkid: add newline when only one value is printed
2010-01-20  Karel Zakblkid: probe for PT, don't probe for FS on small whole...
2009-11-11  Karel Zakblkid: add ID_FS_AMBIVALENT for udev output
2009-10-14  Karel Zakblkid: add pretty output, document -L incompatibility...
2009-10-05  Karel ZakMerge branch 'for_upstream' of git://git.kernel.org...
2009-09-24  Karel Zakblkid: allow to use -s <TAG> for low-level probing...
2009-09-16  Karel Zaklibblkid: use the new API in whole u-l-ng
2009-07-02  Karel Zakblkid: move to misc-utils/ directory