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
/
fsutil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate linked list used to track inodes with an initial link
truckman
2004-10-08
1
-3
/
+1
*
Improve the delay algorithm used in bgfsck. From the author:
scottl
2004-05-18
1
-4
/
+6
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Spell "file system" correctly.
ru
2003-08-01
1
-1
/
+1
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
1
-4
/
+4
*
Slow down the operation of background fsck so as to leave some disk
iedowse
2002-12-07
1
-1
/
+46
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
1
-2
/
+2
*
Clear the pending counts in the superblock after a successful run
mckusick
2002-10-19
1
-1
/
+4
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-3
/
+3
*
Fix a bunch of format string warnings which broke
mux
2002-07-31
1
-5
/
+6
*
Warning cleanup.
phk
2002-07-30
1
-14
/
+14
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-13
/
+15
*
UFS2 preparation commit:
phk
2002-05-12
1
-2
/
+2
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
1
-0
/
+1
*
Minor bug fixes uncovered while working on UFS2.
mckusick
2002-05-02
1
-1
/
+1
*
o __P removed
imp
2002-03-20
1
-81
/
+17
*
Remove 'register' keyword.
obrien
2002-03-20
1
-8
/
+8
*
Fix a large number of -Wall, -Wformat and -W compiler warnings.
iedowse
2001-11-17
1
-15
/
+2
*
Silence non-constant format string warnings by marking functions
kris
2001-08-19
1
-1
/
+1
*
Add support for the -F flag which determines whether a specified
mckusick
2001-04-24
1
-9
/
+11
*
Minor background cleanups:
mckusick
2001-04-16
1
-2
/
+26
*
Additions to run checks on live filesystems. This change will not
mckusick
2001-03-21
1
-14
/
+35
*
The ffs superblock includes a 128-byte region for use by temporary
iedowse
2001-01-15
1
-1
/
+1
*
.. 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
1
-0
/
+691