| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make a tighter test for valid inode numbers in getnextinode(). | mckusick | 2000-07-15 | 1 | -2/+3 |
* | Ensure that block and character devices as well as fifo's and sockets | mckusick | 2000-07-12 | 1 | -0/+6 |
* | Teach fsck about snapshot files. These changes should have no | mckusick | 2000-07-06 | 6 | -15/+121 |
* | Yesterday I had to fix a badly broken disk, and found that fsck kept dying: | mckusick | 2000-02-28 | 3 | -3/+4 |
* | Fix the use of an uninitialized variable in the previous commit. | peter | 2000-01-10 | 1 | -2/+2 |
* | - Style/bde changes. | peter | 2000-01-10 | 1 | -32/+38 |
* | - Forgot to nuke hotroot completely. | peter | 2000-01-10 | 1 | -1/+1 |
* | Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mounted | peter | 1999-12-30 | 2 | -35/+63 |
* | Make fsck even more char/blk dev tolerant. | phk | 1999-11-27 | 2 | -18/+11 |
* | Allow root-reloading also for chr devices. | phk | 1999-11-27 | 1 | -44/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 13 | -13/+13 |
* | Also check against chardevs when looking for root. | phk | 1999-07-20 | 1 | -1/+3 |
* | Cosmetic and documentation changes brought from earlier FreeBSD versions. | julian | 1998-12-03 | 13 | -32/+91 |
* | Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com> | julian | 1998-12-03 | 14 | -379/+556 |
* | These shouldn't have been checked in here.. | julian | 1998-12-02 | 2 | -406/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r41461, | julian | 1998-12-02 | 2 | -0/+406 |
|\ |
|
| * | Latest version of fsck from the folks at EX-CSRG specifically Kirk Mckusick. | julian | 1998-12-02 | 17 | -345/+1196 |
| * | Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch. | peter | 1997-03-11 | 15 | -346/+680 |
* | | For large filesystems you can run past default resource limits causing | mjacob | 1998-11-05 | 1 | -1/+7 |
* | | - Back out softupdate change that already existed in FreeBSD from V1.6, | nate | 1998-09-23 | 1 | -3/+1 |
* | | Use explicitly sized types when laying out the cylinder groups. This | dfr | 1998-08-15 | 1 | -6/+6 |
* | | There seem to be two messages that were added with soft-updates | phk | 1998-08-04 | 1 | -3/+3 |
* | | Avoid trying to malloc > (1<<32) bytes of memory due to an arithmetic | dfr | 1998-08-01 | 1 | -2/+2 |
* | | Restored rev.1.11, which I somehow clobbered in rev.1.12. | bde | 1998-07-06 | 1 | -1/+4 |
* | | Fixed printf format errors. | bde | 1998-06-28 | 5 | -21/+22 |
* | | Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3). | charnier | 1998-06-15 | 13 | -60/+79 |
* | | Reviewed by: Kirk Mckusick (mckusick@mckusick.com) | julian | 1998-06-05 | 1 | -1/+1 |
* | | Guess the position of the drive number in the device name better so | bde | 1998-04-07 | 1 | -6/+7 |