summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/fsutil.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of 263062:mckusick2014-03-221-7/+11
* MFC r260068, r260069, r260076scottl2014-01-021-0/+19
* Fix the zeroing loop. I must have been drunk when I wrote this...des2013-08-201-6/+6
* Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errorsscottl2013-07-301-1/+12
* Add a -Z option which zeroes unused blocks. It can be combined with -E,des2013-04-291-0/+29
* Note that output is in seconds, not msec.mckusick2013-03-241-2/+3
* Resolve clang compile errors on amd64/i386 for certain by casting.sbruno2013-03-241-4/+4
* Minor formatting fix for printf() to fix clang builds.sbruno2013-03-241-2/+2
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).mckusick2013-03-231-13/+76
* Revert svn r248625sbruno2013-03-231-76/+13
* Speed up fsck by caching the cylinder group maps in pass1 somckusick2013-03-221-13/+76
* Fix ARM build by assigning the computed time here tokientzle2013-02-251-2/+2
* When running with the -d option, instrument fsck_ffs to track the number,mckusick2013-02-241-9/+132
* Update fsck_ffs buffer cache manager to use TAILQ macros.mckusick2013-02-151-24/+21
* Fix fsck_ffs build with a 64-bit ino_t.mdf2012-09-271-1/+2
* Remove needless (int) casts of write(2)'s 3rd argument.obrien2012-09-121-4/+4
* Spelling fixes for sbin/uqs2012-01-071-1/+1
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-291-1/+16
* This corrects a bug that manifested itself as identifying the lastmckusick2010-01-071-1/+1
* Update the actions previously attempted by the -D option to make themmckusick2009-02-041-25/+71
* 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-201-1/+1
* Add a new flag, '-C' which enables a special mode that is intended fordelphij2008-04-101-2/+30
* Implements gjournal support. If file system has gjournal support enabledpjd2006-10-311-5/+5
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-081-3/+1
* 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-091-4/+0
* Spell "file system" correctly.ru2003-08-011-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Slow down the operation of background fsck so as to leave some diskiedowse2002-12-071-1/+46
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-2/+2
* Clear the pending counts in the superblock after a successful runmckusick2002-10-191-1/+4
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-3/+3
* Fix a bunch of format string warnings which brokemux2002-07-311-5/+6
* Warning cleanup.phk2002-07-301-14/+14
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-13/+15
* UFS2 preparation commit:phk2002-05-121-2/+2
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-0/+1
* Minor bug fixes uncovered while working on UFS2.mckusick2002-05-021-1/+1
* o __P removedimp2002-03-201-81/+17
* Remove 'register' keyword.obrien2002-03-201-8/+8
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-171-15/+2
* Silence non-constant format string warnings by marking functionskris2001-08-191-1/+1
* Add support for the -F flag which determines whether a specifiedmckusick2001-04-241-9/+11
* Minor background cleanups:mckusick2001-04-161-2/+26
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-14/+35
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-1/+1
* .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forgetadrian2000-10-091-1/+1
* Some missed magic in the fsck wrapper commit which is required by otheradrian2000-10-091-0/+691
OpenPOWER on IntegriCloud