| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvs | cvs2svn | 2006-05-06 | 6 | -6/+6 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 2 | -5/+5 |
| * | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 1 | -1/+2 |
| * | Deal with double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -1/+1 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+5 |
| * | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 2 | -8/+0 |
| * | Use __printflike() and __dead2 instead of hard-coded gccisms. | Bruce Evans | 2003-12-27 | 1 | -6/+4 |
| * | Garbage-collected hotroot, rawname() and unrawname() again. These | Bruce Evans | 2003-12-27 | 2 | -41/+0 |
| * | fsck_msdosfs/main.c: | Bruce Evans | 2003-12-27 | 2 | -14/+0 |
| * | Bump WARNS level and add a '?' to WARNS=. | Tom Rhodes | 2003-10-29 | 1 | -1/+1 |
| * | Remove redundant declaration of the perror() function, it's provided by stdio.h. | Tom Rhodes | 2003-10-29 | 2 | -2/+0 |
| * | o Fix usage(): remove '-l', add missed '-f', sort. | Maxim Konovalov | 2003-07-26 | 1 | -1/+1 |
| * | Remove references to the '-l' option in synopsis. The rest of the | Simon L. B. Nielsen | 2003-07-26 | 1 | -2/+1 |
| * | Convert fsck and mount to using execvP to find fsck_foo and mount_foo. | Gordon Tetlow | 2003-06-29 | 2 | -63/+7 |
| * | Back out previous delta to fix fsck on filesystems without an fstab entry, | Juli Mallett | 2003-04-25 | 1 | -1/+23 |
| * | Strip out bogus difference from when this came from NetBSD: transliterating | Juli Mallett | 2003-03-03 | 1 | -17/+1 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -2/+2 |
| * | Straighten out a compound if() to improve readability marginally. | Poul-Henning Kamp | 2002-12-17 | 1 | -1/+4 |
| * | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -1/+1 |
| * | Give a meaningfull diagnostic when we cannot determine the filesystem type. | Poul-Henning Kamp | 2002-10-31 | 1 | -1/+3 |
| * | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 3 | -31/+31 |
| * | The .Nm utility | Philippe Charnier | 2002-07-06 | 1 | -1/+1 |
| * | more file system > filesystem | Tom Rhodes | 2002-05-16 | 2 | -5/+5 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
| * | Replace __progname with the functionally identical but more | Mark Murray | 2002-03-24 | 2 | -19/+14 |
| * | o __P removed | Warner Losh | 2002-03-20 | 4 | -222/+67 |
| * | Default to WARNS=2. | David E. O'Brien | 2001-12-04 | 1 | -0/+1 |
| * | mdoc(7) police: Fixed broken xrefs. | Ruslan Ermilov | 2001-08-22 | 1 | -1/+1 |
| * | Silence non-constant format string warnings by marking functions | Kris Kennaway | 2001-08-19 | 1 | -1/+1 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -5/+5 |
| * | Update usage message with new options. | Kirk McKusick | 2001-04-30 | 1 | -1/+1 |
| * | mdoc(7) police: update document date, sort xrefs, fix markup. | Ruslan Ermilov | 2001-04-27 | 1 | -5/+11 |
| * | Add support for running foreground (-F) and background (-B) checks. | Kirk McKusick | 2001-04-25 | 5 | -49/+219 |
| * | Don't make fsck go quite _that_ fast: | Poul-Henning Kamp | 2001-04-07 | 1 | -1/+3 |
| * | mdoc(7) police: use .Nm instead of hardcoded name. | Ruslan Ermilov | 2001-04-04 | 1 | -1/+3 |
| * | This change sanitizes the way fsck deals with pass numbers. | Poul-Henning Kamp | 2001-03-30 | 4 | -61/+64 |
| * | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 |
| * | Set the default manual section for sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -1/+0 |
| * | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -2/+2 |
| * | Use macro API to <sys/queue.h> | Poul-Henning Kamp | 2000-12-30 | 2 | -6/+6 |
| * | When trying to deduce the diskname from the name so we can run | Poul-Henning Kamp | 2000-12-27 | 2 | -8/+13 |
| * | Use official API to <sys/queue.h> instead of groping around inside the | Poul-Henning Kamp | 2000-12-27 | 1 | -17/+16 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-18 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |
| * | mdoc(7) police: fix errors uncovered by the new feature of the Nm macro. | Ruslan Ermilov | 2000-11-18 | 1 | -2/+2 |
| * | We want the FreeBSD ID as the RCS ID, not the NetBSD one. | David E. O'Brien | 2000-10-10 | 1 | -4/+3 |
| * | Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit. | Bruce Evans | 2000-10-10 | 1 | -2/+1 |
| * | .. fsck wrappers aftercommit #1: I don't know how these files got lost, | Adrian Chadd | 2000-10-09 | 2 | -0/+467 |
| * | Reviewed by: rwatson, bp | Adrian Chadd | 2000-10-09 | 25 | -8129/+1004 |
| * | Format string fix. | Kris Kennaway | 2000-10-06 | 1 | -1/+1 |