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