summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/fsutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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