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
*
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
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
19
-76
/
+0
*
Remove a stray \n from a setproctitle.
dwmalone
2004-03-30
1
-1
/
+1
*
In the case of a background fsck, periodically update the process title
scottl
2004-02-28
9
-0
/
+47
*
style.Makefile(5):
johan
2004-02-23
1
-1
/
+1
*
Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,
cperciva
2004-01-26
2
-2
/
+7
*
Add manual page links from fsck_ufs.8 and fsck_4.2bsd.8 to fsck_ffs.8,
simon
2004-01-10
1
-0
/
+1
*
Catch and report on filesystems that were interrupted during newfs,
wes
2003-11-16
1
-0
/
+12
*
Change the default mode for lost+found from 01777 to 0700. The
iedowse
2003-10-19
1
-1
/
+1
*
Create a .snap directory mode 770 group operator in the root of each
mckusick
2003-10-08
1
-1
/
+30
*
Spell "file system" correctly.
ru
2003-08-01
3
-3
/
+3
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
13
-47
/
+43
*
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
[next]