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
...
*
suj.c seems to contain two versions of the code.
pjd
2010-04-24
1
-2065
/
+0
*
Protect fsck.h from being included twice.
pjd
2010-04-24
1
-0
/
+5
*
- Merge soft-updates journaling from projects/suj/head into head. This
jeff
2010-04-24
6
-289
/
+4739
*
Cast 64-bit quantity to intptr_t rather than int so as to work properly
mckusick
2010-01-11
1
-2
/
+2
*
This update utilizes new fsck sysctl commands that allow fsck running
mckusick
2010-01-11
1
-7
/
+82
*
When renaming a directory it passes through several intermediate
mckusick
2010-01-11
1
-21
/
+109
*
Add some error messages suggested in PR bin/138043. The code to
mckusick
2010-01-07
2
-3
/
+12
*
This corrects a bug that manifested itself as identifying the last
mckusick
2010-01-07
1
-1
/
+1
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Correct comment.
pjd
2009-06-03
1
-1
/
+1
*
- Use volatile for signal variables.
lulf
2009-06-02
1
-2
/
+2
*
- Use sig_atomic_t for signal handler variables.
lulf
2009-05-29
1
-2
/
+2
*
Update the actions previously attempted by the -D option to make them
mckusick
2009-02-04
6
-76
/
+205
*
Add the '-C' "check clean" flag. If the FS is marked clean, skip file
obrien
2009-01-30
4
-11
/
+24
*
Follow up with previous commit: mention -D, not -C when cg check
delphij
2009-01-27
1
-1
/
+1
*
Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming
delphij
2009-01-20
4
-28
/
+28
*
Fix typo.
delphij
2009-01-12
1
-1
/
+1
*
Garbage collect 'fflags'.
obrien
2008-12-24
1
-6
/
+2
*
Background fsck applies twice some summary totals changes. The next
kib
2008-10-13
1
-4
/
+11
*
check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to file
kib
2008-10-13
1
-15
/
+27
*
Document the -F 's return statement.
remko
2008-09-17
1
-0
/
+6
*
Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD from
rodrigc
2008-08-23
1
-2
/
+3
*
- Display '-C' option in usage().
stas
2008-06-08
1
-1
/
+1
*
Add a new flag, '-C' which enables a special mode that is intended for
delphij
2008-04-10
5
-7
/
+61
*
Add comment about specifying "ro" mount option when
rodrigc
2008-04-04
1
-0
/
+4
*
For a mounted file system which is read-only, when
rodrigc
2008-03-05
1
-1
/
+3
*
Remove hacks to filter out MNT_ROOTFS, since we now
rodrigc
2008-03-05
1
-10
/
+0
*
In pass1(), cap inosused to fs_ipg rather than allowing arbitrary
delphij
2008-02-26
1
-2
/
+4
*
In pass2check(): Be more strict with the inode information before further
delphij
2008-02-26
1
-0
/
+2
*
Be more careful when checking superblock. We have already checked
delphij
2008-02-26
1
-1
/
+1
*
Convert fsck_ffs to nmount(). This seems to solve
rodrigc
2007-09-19
2
-21
/
+55
*
Fix fscking gjournaled root file system: root file system is already mounted
pjd
2007-08-10
1
-19
/
+36
*
Fix -fstrict-aliasing warning.
ru
2006-11-01
1
-1
/
+3
*
Forgot to add file with gjournal specific fsck code.
pjd
2006-10-31
1
-0
/
+774
*
Implements gjournal support. If file system has gjournal support enabled
pjd
2006-10-31
7
-14
/
+41
*
Mention the default location of alternative super block on a
delphij
2005-09-20
1
-2
/
+2
*
Make background fsck based summary adjustments actually work by
delphij
2005-03-07
3
-5
/
+24
*
The recomputation of file system summary at mount time can be a
delphij
2005-02-20
2
-0
/
+60
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
2
-2
/
+2
*
Added the EXIT STATUS section where appropriate.
ru
2005-01-17
1
-2
/
+2
*
Do not pass random bits as mount arguments.
phk
2004-12-12
1
-0
/
+1
*
Explicitly break out NETA license from Berkeley license to clearly
rwatson
2004-10-20
1
-0
/
+21
*
The got_siginfo = 0 should have been got_sigalarm=0 to match the other
imp
2004-10-10
1
-1
/
+1
*
Eliminate linked list used to track inodes with an initial link
truckman
2004-10-08
10
-60
/
+43
*
Move back to WARNS=2
scottl
2004-09-01
1
-1
/
+1
*
Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.
scottl
2004-09-01
5
-40
/
+59
*
Generalize the UFS bad magic value used to determine when a filesystem
jhb
2004-08-19
1
-2
/
+2
*
Downgrade WARNS level until GCC 3.4.2 warning have been fixed.
kan
2004-07-28
1
-1
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-2
/
+4
*
Improve the delay algorithm used in bgfsck. From the author:
scottl
2004-05-18
1
-4
/
+6
[prev]
[next]