summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.cramfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused utime.h headerRosen Penev2019-08-081-1/+0Star
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+2Star
* fsck.cramfs: fix utimes() usageKarel Zak2019-01-151-3/+3
* fsck.cramfs: use utimes() instead of utime() that is obsoleteSami Kerola2019-01-121-4/+4
* misc: fix typos using codespellRuediger Meier2018-02-161-1/+1
* fsck.cramfs: fix error messageRuediger Meier2018-01-241-1/+6
* fsck.cramfs: fix crash when superblock size is too smallRuediger Meier2018-01-241-1/+1
* Revert "fsck.cramfs: Fix bus error on broken file system."Ruediger Meier2018-01-241-7/+6Star
* fsck.cramfs: Fix bus error on broken file system.Tobias Stoeckmann2017-11-021-6/+7
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(ERROR)Ruediger Meier2017-06-261-8/+8
* misc: fix more strutils related exit codesRuediger Meier2017-06-221-0/+2
* misc: fix some broken exit codesRuediger Meier2017-06-221-1/+1
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-2/+2
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-9/+9
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* cramfs: revert crc32 changesKarel Zak2016-10-191-7/+12
* cramfs: add missing includesKarel Zak2016-10-191-0/+1
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-191-6/+6
* fsck.cramfs: don't ignore read() result [coverity scan]Karel Zak2016-10-041-1/+1
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-7/+4Star
* include: move sys/sysmacros.h to c.hKarel Zak2016-03-081-4/+1Star
* include: check for sys/sysmacros.hRuediger Meier2016-02-181-0/+2
* sys-utils/disk-utils/lib: fix printf format types [cppcheck]Boris Egorov2015-06-251-3/+3
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* maint: fix shadow declarationSami Kerola2015-01-071-23/+24
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-1/+1
* build: fix some compiler warningsRuediger Meier2014-05-301-2/+2
* fsck.cramfs: cleanup usage() and warning messagesKarel Zak2014-05-201-7/+5Star
* fsck.cramfs: remove define INCLUDE_FS_TESTSRuediger Meier2014-05-191-24/+5Star
* fsck.cramfs: refactor option -x/--extractRuediger Meier2014-05-191-14/+17
* fsck.cramfs: add option --blocksizeRuediger Meier2014-05-191-3/+12
* fsck.cramfs: rename variable page_size to blksizeRuediger Meier2014-05-191-11/+11
* fsck.cramfs: ifdef unused outbuffer and page_sizeRuediger Meier2014-05-191-5/+4Star
* fsck.cramfs: allow smaller superblock sizesRuediger Meier2014-05-191-1/+2
* fsck.cramfs: add LC_CTYPEKarel Zak2013-10-181-0/+1
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-091-7/+7
* fsck.cramfs: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+2
* fsck.cramfs: check returns [coverity scan]Karel Zak2013-03-271-4/+8
* fsck.cramfs: fix compiler warningsKarel Zak2013-03-151-4/+9
* fsck.cramfs: add dummy -a -y for compatibilityKarel Zak2013-02-181-2/+9
* fsck.cramfs: fix compiler warning [-Wpointer-arith]Karel Zak2012-09-041-2/+2
* fsck.cramfs: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
* translation: unify file open error messagesSami Kerola2012-07-161-2/+2
* translation: unify stat error messagesSami Kerola2012-07-161-1/+1
* fsck.cramfs: disallow unknown command line optionsSami Kerola2012-06-171-0/+2
* disk-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2