aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromCraig Rodrigues2008-08-231-2/+3
* - Display '-C' option in usage().Stanislav Sedov2008-06-081-1/+1
* Add a new flag, '-C' which enables a special mode that is intended forXin LI2008-04-105-7/+61
* Add comment about specifying "ro" mount option whenCraig Rodrigues2008-04-041-0/+4
* For a mounted file system which is read-only, whenCraig Rodrigues2008-03-051-1/+3
* Remove hacks to filter out MNT_ROOTFS, since we nowCraig Rodrigues2008-03-051-10/+0
* In pass1(), cap inosused to fs_ipg rather than allowing arbitraryXin LI2008-02-261-2/+4
* In pass2check(): Be more strict with the inode information before furtherXin LI2008-02-261-0/+2
* Be more careful when checking superblock. We have already checkedXin LI2008-02-261-1/+1
* Convert fsck_ffs to nmount(). This seems to solveCraig Rodrigues2007-09-192-21/+55
* Fix fscking gjournaled root file system: root file system is already mountedPawel Jakub Dawidek2007-08-101-19/+36
* Fix -fstrict-aliasing warning.Ruslan Ermilov2006-11-011-1/+3
* Forgot to add file with gjournal specific fsck code.Pawel Jakub Dawidek2006-10-311-0/+774
* Implements gjournal support. If file system has gjournal support enabledPawel Jakub Dawidek2006-10-317-14/+41
* Mention the default location of alternative super block on aXin LI2005-09-201-2/+2
* Make background fsck based summary adjustments actually work byXin LI2005-03-073-5/+24
* The recomputation of file system summary at mount time can be aXin LI2005-02-202-0/+60
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
* Do not pass random bits as mount arguments.Poul-Henning Kamp2004-12-121-0/+1
* Explicitly break out NETA license from Berkeley license to clearlyRobert Watson2004-10-201-0/+21
* The got_siginfo = 0 should have been got_sigalarm=0 to match the otherWarner Losh2004-10-101-1/+1
* Eliminate linked list used to track inodes with an initial linkDon Lewis2004-10-0810-60/+43
* Move back to WARNS=2Scott Long2004-09-011-1/+1
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.Scott Long2004-09-015-40/+59
* Generalize the UFS bad magic value used to determine when a filesystemJohn Baldwin2004-08-191-2/+2
* Downgrade WARNS level until GCC 3.4.2 warning have been fixed.Alexander Kabaev2004-07-281-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Improve the delay algorithm used in bgfsck. From the author:Scott Long2004-05-181-4/+6
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-0919-76/+0
* Remove a stray \n from a setproctitle.David Malone2004-03-301-1/+1
* In the case of a background fsck, periodically update the process titleScott Long2004-02-289-0/+47
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,Colin Percival2004-01-262-2/+7
* Add manual page links from fsck_ufs.8 and fsck_4.2bsd.8 to fsck_ffs.8,Simon L. B. Nielsen2004-01-101-0/+1
* Catch and report on filesystems that were interrupted during newfs,Wes Peters2003-11-161-0/+12
* Change the default mode for lost+found from 01777 to 0700. TheIan Dowse2003-10-191-1/+1
* Create a .snap directory mode 770 group operator in the root of eachKirk McKusick2003-10-081-1/+30
* Spell "file system" correctly.Ruslan Ermilov2003-08-013-3/+3
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-0313-47/+43
* Correct lines incorrectly added to the copyright message. Add missing period.Kirk McKusick2003-02-141-4/+1
* MFp4: Make ifs consistant with rest of file.Warner Losh2002-12-131-3/+3
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Slow down the operation of background fsck so as to leave some diskIan Dowse2002-12-071-1/+46
* Verify that alternate superblocks have a correct magic number beforeKirk McKusick2002-12-021-9/+10
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-272-4/+3
* Fsck needs to check each CG's rotor values to ensure thay are not -ve.Julian Elischer2002-11-241-3/+3
* Clear the pending counts in the superblock after a successful runKirk McKusick2002-10-191-1/+4
* When verifying a superblock, the lower bound on block size is MINBSIZEKirk McKusick2002-10-101-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-253-10/+13