summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.cramfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fsck.cramfs: add long optionsSami Kerola2012-03-301-12/+20
* include/exitcodes: clean up names, add _EX_ suffixKarel Zak2012-03-201-52/+52
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-1/+1
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* fsck.cramfs: mark usage() as noreturnKarel Zak2012-01-311-1/+2
* include: move fsck return values to exitcodes.hSami Kerola2011-07-221-9/+1Star
* fsck.cramfs: add missed strings to translationSami Kerola2011-07-211-4/+4
* fsck.cramfs: coding styleSami Kerola2011-07-211-219/+180Star
* fsck.cramfs: use xalloc.hSami Kerola2011-07-211-24/+16Star
* fsck.cramfs: retire die functionSami Kerola2011-07-211-69/+53Star
* cramfs: use stdint.h instead of u{8,16,32}Sami Kerola2011-07-201-4/+5
* cramfs: remove cramfs_common.hDavidlohr Bueso2011-05-171-1/+0Star
* Remove now unused <sys/ioctl.h> includesGuillem Jover2009-10-091-1/+0Star