summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Sync with HEAD.obrien2013-02-081-10/+8
|\
| * - blk_equals() is too strict. If the journal entry defines more fragsjeff2012-11-141-10/+8
| |
| \
| \
| \
*---. \ Sync from headsjg2012-11-049-123/+151
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix some nearby type and style errors.mdf2012-09-283-17/+14
| * | | Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-1/+1
| * | | Fix fsck_ffs build with a 64-bit ino_t.mdf2012-09-278-85/+103
| * | | - Fix a typo in debug message.zont2012-09-131-1/+1
| * | | Remove needless (int) casts of write(2)'s 3rd argument.obrien2012-09-122-5/+5
| * | | Simply printf-like strings and outdent strings so that it is easy to seeobrien2012-09-121-20/+18
| * | | fsck_ffs shall accept the configured journal size, and not refuse tokib2012-08-021-1/+1
| |/ /
| * | For incompleted block allocations or frees, the inode block count usagekib2012-06-121-0/+15
| |/
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
|/
* Be more helpful about alternate superblocks.trasz2012-02-102-2/+7
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Spelling fixes for sbin/uqs2012-01-072-2/+2
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Change the type of real_dev_bsize variable from long to u_int.kib2011-12-202-2/+2
* Forgot this nit in r221107.des2011-09-031-1/+1
* Fix the check in dircheck() on namlen.delphij2011-09-021-2/+2
* Break out the pass 5 inode and block map updating into a separate functionmckusick2011-07-152-28/+45
* - Handle the JOP_SYNC case as appropriate.jeff2011-06-301-0/+1
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-36/+16
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-295-7/+67
* Mechanical whitespace cleanup.des2011-04-276-36/+35
* Fix boo-boo in previous commit.des2011-04-271-7/+7
* Alphabetize the options. No date bump since no actual change to the text.des2011-04-271-4/+4
* In checker, read journal by sectors.kib2011-02-123-12/+19
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-243-5/+6
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-046-2367/+0
* 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
OpenPOWER on IntegriCloud