]> git.ipfire.org Git - thirdparty/util-linux.git/history - disk-utils/fsck.c
fsck: use PATH or fallback to /sbin
[thirdparty/util-linux.git] / disk-utils / fsck.c
2015-04-27  Karel Zakfsck: use PATH or fallback to /sbin
2015-03-25  Stanislav Brabecfsck: fix fsck -C {fd} parsing
2015-02-16  Karel Zakfsck: fix compiler warning [-Wlogical-not-parentheses]
2015-02-10  Karel ZakMerge branch 'hwman' of github.com:jwpi/util-linux
2015-02-10  Sami Kerolafsck: use monotonic time to fsck run time measurement
2015-01-28  Karel Zakfsck: deallocate when no cache [coverity scan]
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-06  Benno Schulenbergtextual: add a docstring to most of the utilities
2014-07-28  Benno Schulenbergvarious: erase all traces of the long-obsolete xiafs
2014-07-01  Karel Zakfsck: uninitialized argument value [clang-analyze]
2014-06-09  Karel ZakMerge branch 'travis-functions' of https://github.com...
2014-06-09  Karel ZakMerge branch 'tests-hwclock' of https://github.com...
2014-06-09  Karel Zakfsck: use private lock file rather than whole-disk...
2014-06-09  Karel Zaklib/fileutils: add mkdir_p() from libmount
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-02-10  Karel ZakMerge branch 'master' of https://github.com/micha137...
2014-02-06  Karel Zakfsck: don't return error if fsck.<type> does not exist
2013-10-14  Benno Schulenbergtextual: equalize four error messages with already...
2013-10-09  Benno Schulenbergtextual: standardize some "cannot read" and "seek faile...
2013-10-01  Karel Zakfsck: don't print warning if there is no /etc/fstab...
2013-08-21  Karel Zakmisc: use libmnt_table reference counter
2013-08-21  Karel Zakmisc: use libmnt_cache reference counting
2013-08-21  Karel Zakfsck: use libmount fs reference counter
2013-04-05  Karel ZakMerge branch 'shell-completion' of git://github.com...
2013-04-05  Karel Zakfsck: cleanup usage()
2013-01-30  Karel Zakfsck: add "--" to usage()
2013-01-30  Benno Schulenbergtextual: slice the help text of fsck into strips, for...
2013-01-30  Benno Schulenbergfsck: mark file descriptor for -C as optional in help...
2013-01-25  Karel Zaktextual: use UTIL_LINUX_VERSION everywhere
2012-08-24  Karel Zakfsck: use less aggressive method to detect mounted...
2012-07-16  Karel ZakMerge branch '2012wk28'
2012-07-16  Sami Kerolatranslation: unify file open error messages
2012-05-24  Ludwig Nusselmerge coreutils' last GPL2 version of su.c
2012-04-11  Karel ZakMerge branch 'close_stream' of git://github.com/kerolas...
2012-04-10  Dave Reisnerfsck: don't free fstab table on parse failure
2012-04-04  Sami Keroladisk-utils: verify writing to streams was successful
2012-03-20  Karel Zakfsck: tiny coding style fix
2012-03-20  Karel Zakfsck: use gettimeofday() for real elapsed time statistic
2012-03-20  Frank Mayharfsck: Add a -r option to report memory and runtime...
2012-03-20  Karel Zakfsck: move to disk-utils directory