summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* One question mark per question; everything else is just exaggerating.bz2010-08-031-1/+1
* Note that foreground fsck should be run after a filesystem related panic.mckusick2010-07-231-0/+9
* - Permit zero length directories as a handled inconsistency. This allowsjeff2010-07-061-46/+115
* Improve fsck robustness for SU+J cases:delphij2010-06-222-60/+117
* Add support to background fsck to delete zero-length directories.mckusick2010-05-202-1/+33
* suj.c seems to contain two versions of the code.pjd2010-04-241-2065/+0
* Protect fsck.h from being included twice.pjd2010-04-241-0/+5
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-246-289/+4739
* Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningmckusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediatemckusick2010-01-111-21/+109
* Add some error messages suggested in PR bin/138043. The code tomckusick2010-01-072-3/+12
* This corrects a bug that manifested itself as identifying the lastmckusick2010-01-071-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Correct comment.pjd2009-06-031-1/+1
* - Use volatile for signal variables.lulf2009-06-021-2/+2
* - Use sig_atomic_t for signal handler variables.lulf2009-05-291-2/+2
* Update the actions previously attempted by the -D option to make themmckusick2009-02-046-76/+205
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileobrien2009-01-304-11/+24
* Follow up with previous commit: mention -D, not -C when cg checkdelphij2009-01-271-1/+1
* Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcomingdelphij2009-01-204-28/+28
* Fix typo.delphij2009-01-121-1/+1
* Garbage collect 'fflags'.obrien2008-12-241-6/+2
* Background fsck applies twice some summary totals changes. The nextkib2008-10-131-4/+11
* check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to filekib2008-10-131-15/+27
* Document the -F 's return statement.remko2008-09-171-0/+6
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromrodrigc2008-08-231-2/+3
* - Display '-C' option in usage().stas2008-06-081-1/+1
* Add a new flag, '-C' which enables a special mode that is intended fordelphij2008-04-105-7/+61
* Add comment about specifying "ro" mount option whenrodrigc2008-04-041-0/+4
* For a mounted file system which is read-only, whenrodrigc2008-03-051-1/+3
* Remove hacks to filter out MNT_ROOTFS, since we nowrodrigc2008-03-051-10/+0
* In pass1(), cap inosused to fs_ipg rather than allowing arbitrarydelphij2008-02-261-2/+4
* In pass2check(): Be more strict with the inode information before furtherdelphij2008-02-261-0/+2
* Be more careful when checking superblock. We have already checkeddelphij2008-02-261-1/+1
* Convert fsck_ffs to nmount(). This seems to solverodrigc2007-09-192-21/+55
* Fix fscking gjournaled root file system: root file system is already mountedpjd2007-08-101-19/+36
* Fix -fstrict-aliasing warning.ru2006-11-011-1/+3
* Forgot to add file with gjournal specific fsck code.pjd2006-10-311-0/+774
* Implements gjournal support. If file system has gjournal support enabledpjd2006-10-317-14/+41
* Mention the default location of alternative super block on adelphij2005-09-201-2/+2
* Make background fsck based summary adjustments actually work bydelphij2005-03-073-5/+24
* The recomputation of file system summary at mount time can be adelphij2005-02-202-0/+60
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-102-2/+2
* Added the EXIT STATUS section where appropriate.ru2005-01-171-2/+2
* Do not pass random bits as mount arguments.phk2004-12-121-0/+1
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-201-0/+21
* The got_siginfo = 0 should have been got_sigalarm=0 to match the otherimp2004-10-101-1/+1
OpenPOWER on IntegriCloud