| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore the new superblock fields fs_pendingblocks and fs_pendinginodes | iedowse | 2001-05-29 | 1 | -0/+2 |
* | Just notify us once when encountering a partially allocated inode. | mckusick | 2001-05-08 | 1 | -1/+1 |
* | Update usage message with new options. | mckusick | 2001-04-30 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-04-27 | 1 | -3/+3 |
* | Add support for the -F flag which determines whether a specified | mckusick | 2001-04-24 | 5 | -83/+117 |
* | In fsdb, call sblock_init() which is now necessary to initialise | iedowse | 2001-04-23 | 2 | -0/+2 |
* | Minor background cleanups: | mckusick | 2001-04-16 | 5 | -30/+87 |
* | mdoc(7) police: prepare for mdocNG. | ru | 2001-04-16 | 1 | -1/+1 |
* | Catch up to the dirpref changes by copying new fields in the alternate | jhb | 2001-04-10 | 1 | -0/+3 |
* | Use fs->fs_ipg rather than cg->cg_niblk as the latter is only | mckusick | 2001-03-31 | 1 | -1/+1 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Additions to run checks on live filesystems. This change will not | mckusick | 2001-03-21 | 11 | -168/+398 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Don't allow special devices of type NODEV (NOUDEV as seen from kernel). | tegge | 2001-02-15 | 1 | -0/+5 |
* | Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others. | nik | 2001-02-12 | 1 | -2/+4 |
* | Fsck_ffs did not properly range-check the inode 'di_size' | iedowse | 2001-01-31 | 2 | -3/+8 |
* | The ffs superblock includes a 128-byte region for use by temporary | iedowse | 2001-01-15 | 2 | -4/+5 |
* | Document fsck_ffs's new SIGINFO handler. | iedowse | 2001-01-03 | 1 | -0/+12 |
* | Add a missing period and newline to a message. | phk | 2000-12-18 | 1 | -1/+2 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -4/+5 |
* | Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt of | iedowse | 2000-12-15 | 9 | -0/+47 |
* | added growfs(8) including ffsinfo(8) to the freebsd base system | tomsoft | 2000-12-09 | 1 | -1/+5 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -5/+5 |
* | .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget | adrian | 2000-10-09 | 1 | -1/+1 |
* | Some missed magic in the fsck wrapper commit which is required by other | adrian | 2000-10-09 | 3 | -632/+692 |
* | Reviewed by: rwatson, bp | adrian | 2000-10-09 | 11 | -224/+232 |
* | 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 |
* | 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 |