index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
fsck_ffs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
9
-48
/
+152
*
If numdirs is zero, print a helpful message instead of divding by zero later.
phk
1998-03-04
1
-0
/
+4
*
opt_diagnostic.h isn't needed anymore.
jhay
1998-02-06
1
-7
/
+2
*
fsdb and fsck use the ffs code which needs opt_diagnostic.h.
jhay
1998-02-05
1
-2
/
+7
*
Guard against a block size of 0 in the label. When the first
bde
1998-01-19
1
-0
/
+5
*
Fixed overflow in chkrange(). Some out of bounds block numbers,
bde
1997-12-21
1
-1
/
+1
*
Fixed style bugs in the printing of statistics after preening. Use
bde
1997-12-20
1
-15
/
+16
*
Don't attempt to print the statistics for a "clean" preened filesystem
bde
1997-12-20
1
-1
/
+1
*
patch up some "int *" vs. "time_t *" (long) mismatches. They could be
peter
1997-03-18
1
-2
/
+4
*
Restore check for ridiculous directory sizes.
peter
1997-03-18
1
-2
/
+2
*
Kill the Lite2 early "filesystem clean abort" check and go back to
peter
1997-03-13
2
-8
/
+6
*
Finished (?) merging with Lite2: cleaned up #include mess.
bde
1997-03-12
4
-10
/
+4
*
Finished (?) merging with Lite2: cleaned up #include mess.
bde
1997-03-12
2
-14
/
+11
*
Finished (?) merging with Lite2: cleaned up #include mess and fixed a
bde
1997-03-12
1
-3
/
+1
*
Finished (?) merging with Lite2: cleaned up #include mess.
bde
1997-03-12
1
-3
/
+2
*
Finished (?) merging with Lite2: cleaned up #include mess.
bde
1997-03-12
1
-7
/
+1
*
Restored lost reference to fsdb(8).
bde
1997-03-12
1
-1
/
+2
*
Merge from Lite2. Note that Lite2 has it's own filesystem clean check
peter
1997-03-11
15
-464
/
+613
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Sort cross references.
wosch
1997-01-13
1
-1
/
+2
*
Submitted by: Archie@whistle.com
julian
1996-11-13
1
-1
/
+9
*
Don't give up just because we cant find the blkdev that corresponds
phk
1996-10-27
1
-2
/
+3
*
Allow the specification of a mountpoint, and resolve it s disk device
joerg
1996-10-25
1
-1
/
+16
*
Fix the case where fsck would not see sparse directories and the kernel would
guido
1996-10-08
6
-2
/
+78
*
ts_sec -> tv_sec
nate
1996-09-20
1
-2
/
+2
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
2
-4
/
+4
*
From: Terry Lambert <terry@lambert.org>
nate
1996-05-09
1
-1
/
+11
*
Correct some man page cross references and some file
mpp
1996-02-05
1
-1
/
+0
*
Remove unneeded ctype.h
ache
1995-10-23
2
-2
/
+0
[next]