summaryrefslogtreecommitdiff
path: root/sbin/fsck
AgeCommit message (Expand)Author
2013-04-13Make getdiskinfo() always return correct dkwedge_info for the raw partition.jakllsch
2013-01-13Support symlinks to a block device to resolve the name of themlelstv
2012-04-08Don't re-use the same buffer that we pass in for newname in the cooked->rawchristos
2012-04-07factor out rawname() from dump, fsck, savecore.christos
2012-04-07use getfsspecname()christos
2011-11-13use getfstypenamechristos
2011-08-27Use __dead and __printflike.joerg
2011-06-09fix compilation.christos
2011-06-09share more code.christos
2011-04-28New sentence, new line. Sort sections.wiz
2010-03-06- use warn/err properlychristos
2010-02-24Dont pass option -x down to fsck_xxxfs.hannken
2010-02-18Use Dq for double quotes; remove trailing whitespace.wiz
2010-02-17Add -x <mountpoint> ``exclude'' option.christos
2010-02-04Centralize time printing and deal with ctime possibly returning NULL.christos
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-07-16Callers expect getdiskinfo() to return -1 on error, so do that.dyoung
2009-06-14Remove bogus warn, which was printed when DIOCGDISKINFO failed.haad
2009-06-06Add support for devices which do not support DIOCGDISKINFO ioctl yet. Thishaad
2009-06-06Remove debug printfs.haad
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-04-11fix sign-compare issueslukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-16errexit() now provides the trailing \n (since fsck_ffs assumed thatlukem
2008-02-24Fix typo.reed
2008-02-23Make sure that the exit values are always sane, and use symbolic insteadchristos
2008-02-23Say what our exit values mean (this is not correct right now, because notchristos
2007-09-15__attribute -> __attribute__.ragge
2007-07-17kill MFSNAMELENchristos
2007-02-23Cross-reference fsck_lfs and fsck_ext2fs.rumble
2006-12-13Sprinkle volatile, instead of using the (void)&foo; which does not work onchristos
2006-11-14Improve the progress bar displayed by fsck_ffs -p -P.apb
2006-10-16- add volatilechristos
2006-08-27add a constchristos
2006-08-26- make preen recognize wedges and insert their parent disks in the disk listchristos
2006-08-26Programs that use efun.christos
2006-06-05s/perror/perr/ so that we can make it varyadic. Overloading stdio's perror()christos
2006-03-20Coverity CID 1745: Fix memory leak.christos
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-05-10If progress is disabled, don't clear the progress bar.atatat
2005-01-19Add 'P' (progress meter flag) to getopt()'s optstring, removextraeme
2005-01-19Sync usage with reality.wiz
2005-01-19Sort options.wiz
2005-01-13When we run with 'fsck -f -n' we should go over all the filesystems, notchristos
2005-01-13Add a progress meter to fsck_ffs based on the work by thorpej presentedchristos
2004-10-28Add (unsigned char) to isdigit() calldsl
2004-09-25Try the DIOCGWEDGEINFO ioctl first. If that succeeds (i.e. the blockthorpej
2004-08-19Remove special case for RESCUEDIRchristos
2004-08-19Deal with RESCUEDIRchristos
2004-04-21Replace the statfs() family of system calls with statvfs().christos