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
*
Correct lines incorrectly added to the copyright message. Add missing period.
mckusick
2003-02-14
1
-4
/
+1
*
MFp4: Make ifs consistant with rest of file.
imp
2002-12-13
1
-3
/
+3
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
Slow down the operation of background fsck so as to leave some disk
iedowse
2002-12-07
1
-1
/
+46
*
Verify that alternate superblocks have a correct magic number before
mckusick
2002-12-02
1
-9
/
+10
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
2
-4
/
+3
*
Fsck needs to check each CG's rotor values to ensure thay are not -ve.
julian
2002-11-24
1
-3
/
+3
*
Clear the pending counts in the superblock after a successful run
mckusick
2002-10-19
1
-1
/
+4
*
When verifying a superblock, the lower bound on block size is MINBSIZE
mckusick
2002-10-10
1
-1
/
+1
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
3
-10
/
+13
*
Add support to fsck_ffs to account for storage for extended
mckusick
2002-09-24
1
-1
/
+19
*
Add a source file where EXTATTR checks will happen and hook it in even
phk
2002-09-16
4
-2
/
+93
*
Fix some 'SYNOPSIS' and 'usage' messages.
trhodes
2002-08-27
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
2
-11
/
+13
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
12
-241
/
+241
*
Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.
bmilekic
2002-08-16
1
-0
/
+1
*
Don't '#define DKTYPENAMES', we don't use the variable it exposes from
alfred
2002-08-16
1
-1
/
+0
*
preen.c was a stragler after the fsck/fsck_ffs divorce.
phk
2002-08-09
1
-282
/
+0
*
Fix a bunch of format string warnings which broke
mux
2002-07-31
6
-35
/
+43
*
Remove some additional paranoia which Kirk forgot to remove from his
phk
2002-07-30
2
-4
/
+2
*
Warning cleanup.
phk
2002-07-30
10
-71
/
+71
*
Remove the kernel file-size limit for UFS2, so that only the limit
iedowse
2002-06-26
1
-1
/
+4
*
Fix an integer overflow that causes fsck_ffs to crash when it
iedowse
2002-06-26
1
-1
/
+1
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
11
-374
/
+477
*
more file system > filesystem
trhodes
2002-05-16
8
-187
/
+187
*
UFS2 preparation commit:
phk
2002-05-12
8
-221
/
+27
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
2
-3
/
+1
*
Minor bug fixes uncovered while working on UFS2.
mckusick
2002-05-02
2
-2
/
+2
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
When checking the alternate superblock, we used to copy any fields
mckusick
2002-04-07
1
-61
/
+25
*
Replace __progname with the documented, more acceptable and functionally iden...
markm
2002-03-24
1
-5
/
+4
*
o __P removed
imp
2002-03-20
14
-336
/
+181
*
Remove 'register' keyword.
obrien
2002-03-20
10
-71
/
+71
*
declare locally used globals as static.
alfred
2001-12-22
1
-3
/
+3
*
Ignore the value of fs_active when comparing superblocks.
iedowse
2001-12-17
1
-0
/
+1
*
Spelling
charnier
2001-12-11
1
-1
/
+1
*
mdoc(7) police: section 1 and 8 manpages document their exit
ru
2001-12-04
1
-4
/
+2
*
Actually I haven't enumerated the return values yet (thats why I hadn't
obrien
2001-12-04
1
-1
/
+1
*
Default to WARNS=2.
obrien
2001-12-04
2
-1
/
+6
*
Fix a large number of -Wall, -Wformat and -W compiler warnings.
iedowse
2001-11-17
11
-59
/
+50
*
Give a more useful diagnostic when an extraneous hard link to a
iedowse
2001-11-17
1
-1
/
+3
*
Silence non-constant format string warnings by marking functions
kris
2001-08-19
3
-5
/
+5
*
Remove whitespace at EOL.
dd
2001-07-15
1
-11
/
+11
*
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
[next]