]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/blkid.c
libblkid: check status for the current CDROM slot
[thirdparty/util-linux.git] / misc-utils / blkid.c
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