summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-0810-60/+43
* Move back to WARNS=2scottl2004-09-011-1/+1
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.scottl2004-09-015-40/+59
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-2/+2
* Downgrade WARNS level until GCC 3.4.2 warning have been fixed.kan2004-07-281-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* Improve the delay algorithm used in bgfsck. From the author:scottl2004-05-181-4/+6
* Remove advertising clause from University of California Regent's license,markm2004-04-0919-76/+0
* Remove a stray \n from a setproctitle.dwmalone2004-03-301-1/+1
* In the case of a background fsck, periodically update the process titlescottl2004-02-289-0/+47
OpenPOWER on IntegriCloud