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