summaryrefslogtreecommitdiff
path: root/sbin/fsck
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-20Add a -q (quiet) option to print nothing for clean filesystems.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-28Make vmsg non-static, so it can be used directly by fsck_lfs.perseant
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz
2002-08-23if RESCUEDIR is defined, set _PATH_RESCUE to thatlukem
2002-08-23if _PATH_RESCUE is defined, try that before _PATH_SBIN & _PATH_USRSBINlukem
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-11-16Sort SEE ALSO.wiz
2001-11-09use MAXPATHLEN instead of 32 as the size of the rawbuflukem
2001-11-01fix a couple of -Wshadow warningslukem
2001-06-18- Don't attempt to fsck a file system that is mounted read-write unless -flukem
2001-06-18use TAILQ_xxx instead of referencing tqe_xxx elements directlylukem
2001-06-18ansi knflukem
2001-06-18use TAILQ_xxx instead of referencing tqh_xxx elements directlylukem
2001-06-18-d is always compiled in; there's no specific #define to remove itlukem
2001-06-05Drop arguments of .Os.wiz
2001-04-03Xref exit 3, not 2. Whitespace fixes while I'm here.wiz
2001-03-07Clarify the description of "preen" mode, per PR 12110fair
2001-02-19convert to use getprogname()cgd
2001-02-04remove redundant declarations and nested externs.christos
2000-10-10Format string cleanups by Bill Sommerfeld.is
1999-04-22Copy code across from newfs so that 'fsck sd0a' and similar will work.abs
1999-03-10Add missing .Elerh
1999-03-07Clean up SYNOPSIS formatting.mycroft
1998-11-12Adjust for DKTYPENAME changes.christos
1998-08-25from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-07-30Cast pointer diffs to int for use in printf format width specifiers.thorpej
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-03-18This is now in libutil.bouyer
1997-10-31Rewrite catopt(), as in mount(8).mycroft
1997-10-31Format police.mycroft
1997-10-29PR/4384: Brian Grayson: Use real name for exec'ed child's argv[0]christos
1997-10-13The number of fs types is FSMAXTYPES not DKMAXTYPES.bouyer
1997-10-09Ext2 metadata are always stored on disk in little-endian byte order,bouyer
1997-09-16resolve conflicts from lite-2 mergelukem
1997-09-14* cleanup for WARNS=1lukem
1997-06-23eliminate excess errx() argumentmikel
1997-06-20Move fscknames to <sys/disklabel.h> where they belong logically.christos
1996-12-07PR/3002: bug in my previous commit.christos
1996-12-05PR/2975: fsck lies to children about their program namechristos
1996-11-09Fix more cosmetic problems -- changed .Nm fsck to just .Nm (thats theperry
1996-11-09fixed typos, from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp> in [misc/2924]lukem
1996-10-22Fix varyadic non ansi functions.christos
1996-10-22- Move some pieces from the fsck_ffs manual page that are appropriate forchristos
1996-10-03Document -f flag.christos
1996-10-03- Null terminate the argv vector [from ws]christos