summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs
AgeCommit message (Expand)Author
2014-03-04Make pointer NULL check non-fatal for a bogus condition.joerg
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-11-25Catch up to the kernel with respect to Ext2 huge_file feature.jakllsch
2012-11-25e2di_nblock is (assuming the huge_file feature is not active) stored injakllsch
2012-08-26stdlib.h, not malloc.hdholland
2011-09-16NULL does not need a cast, hereplunky
2011-08-06Avoid -Wno-pointer-sign.dholland
2011-08-06Add static to a private function.dholland
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-06-09share more code.christos
2010-02-21Call the file system "ext2" consistently. Suggested by tsutsui.wiz
2010-02-04Centralize time printing and deal with ctime possibly returning NULL.christos
2010-01-07make this compile again.christos
2010-01-06PR/42568: Pedro F. Giffuni: Better signal handling from OpenBSD, but simplified.christos
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-08-16Ignore the "-P" option as intended to make this work with e.g.tron
2009-04-06fix sign-compare issueslukem
2009-03-15Fix markup.joerg
2009-03-02- add a sanity check for e2fs_inode_size in readsb()tsutsui
2008-11-24Remove unnecessary casts.tsutsui
2008-11-24Handle 32 bit uid field on E2FS_REV1.tsutsui
2008-11-24Add missed byteswap ops against ext2fs_dinode members.tsutsui
2008-11-24Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit.tsutsui
2008-11-24- unsigned -> unsigned inttsutsui
2008-10-12Don't use unicode in usage.wiz
2008-10-09Sync usage with man page.wiz
2008-10-09Standardize.wiz
2008-10-09Disable userid to username lookups by default. Add a -U flag to perform them.christos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-16Remove unused file.lukem
2008-03-16errexit() now provides the trailing \n (since fsck_ffs assumed thatlukem
2008-03-16sync from fsck_ffs/dir.c 1.21:lukem
2008-02-23Make sure that the exit values are always sane, and use symbolic insteadchristos
2007-12-22Use h2fs32() rather than fs2h32() on host to disk conversion.tsutsui
2007-12-22- use MINFREE defiend in <ufs/ext2fs/ext2fs.h>tsutsui
2007-12-22Remove unused macro.tsutsui
2007-11-16Add a workaround for incorrect "SUMMARY INFORMATIONS WRONG FOR CG #N"tsutsui
2007-11-13Fix e2fs_itpg calculation (a rounddown bug).tsutsui
2007-11-13Use more proper aligned format in a debug function print_bmap().tsutsui
2007-07-16Make all mount(2) return value error checks against -1. Some filepooka
2007-07-14Add additional 'sizeof args' parameter to mount(2).dsl
2007-02-08include <signal.h> where signal(3) is useddrochner
2006-10-16use c99 initializerschristos
2006-10-16comment out impossible code.christos
2006-08-26Programs that use efun.christos