summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* UFS2 preparation commit:phk2002-05-128-221/+27
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-122-3/+1
* Minor bug fixes uncovered while working on UFS2.mckusick2002-05-022-2/+2
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* When checking the alternate superblock, we used to copy any fieldsmckusick2002-04-071-61/+25
* Replace __progname with the documented, more acceptable and functionally iden...markm2002-03-241-5/+4
* o __P removedimp2002-03-2014-336/+181
* Remove 'register' keyword.obrien2002-03-2010-71/+71
* declare locally used globals as static.alfred2001-12-221-3/+3
* Ignore the value of fs_active when comparing superblocks.iedowse2001-12-171-0/+1
* Spellingcharnier2001-12-111-1/+1
* mdoc(7) police: section 1 and 8 manpages document their exitru2001-12-041-4/+2
* Actually I haven't enumerated the return values yet (thats why I hadn'tobrien2001-12-041-1/+1
* Default to WARNS=2.obrien2001-12-042-1/+6
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-1711-59/+50
* Give a more useful diagnostic when an extraneous hard link to aiedowse2001-11-171-1/+3
* Silence non-constant format string warnings by marking functionskris2001-08-193-5/+5
* Remove whitespace at EOL.dd2001-07-151-11/+11
* Ignore the new superblock fields fs_pendingblocks and fs_pendinginodesiedowse2001-05-291-0/+2
* Just notify us once when encountering a partially allocated inode.mckusick2001-05-081-1/+1
* Update usage message with new options.mckusick2001-04-301-1/+1
* mdoc(7) police:ru2001-04-271-3/+3
* Add support for the -F flag which determines whether a specifiedmckusick2001-04-245-83/+117
* In fsdb, call sblock_init() which is now necessary to initialiseiedowse2001-04-232-0/+2
* Minor background cleanups:mckusick2001-04-165-30/+87
* mdoc(7) police: prepare for mdocNG.ru2001-04-161-1/+1
* Catch up to the dirpref changes by copying new fields in the alternatejhb2001-04-101-0/+3
* Use fs->fs_ipg rather than cg->cg_niblk as the latter is onlymckusick2001-03-311-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Additions to run checks on live filesystems. This change will notmckusick2001-03-2111-168/+398
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
* Don't allow special devices of type NODEV (NOUDEV as seen from kernel).tegge2001-02-151-0/+5
* Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others.nik2001-02-121-2/+4
* Fsck_ffs did not properly range-check the inode 'di_size'iedowse2001-01-312-3/+8
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-152-4/+5
* Document fsck_ffs's new SIGINFO handler.iedowse2001-01-031-0/+12
* Add a missing period and newline to a message.phk2000-12-181-1/+2
* Prepare for mdoc(7)NG.ru2000-12-181-4/+5
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-159-0/+47
* added growfs(8) including ffsinfo(8) to the freebsd base systemtomsoft2000-12-091-1/+5
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
* .. 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-093-632/+692
* Reviewed by: rwatson, bpadrian2000-10-0911-224/+232
* Format string fix.kris2000-10-061-1/+1
* If the lost+found directory is created by fsck, it will do a cacheino()mckusick2000-07-241-1/+5
* Make a tighter test for valid inode numbers in getnextinode().mckusick2000-07-151-2/+3
* Ensure that block and character devices as well as fifo's and socketsmckusick2000-07-121-0/+6
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-066-15/+121
OpenPOWER on IntegriCloud