aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass2.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* In pass2check(): Be more strict with the inode information before furtherXin LI2008-02-261-0/+2
* Eliminate linked list used to track inodes with an initial linkDon Lewis2004-10-081-1/+5
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.Scott Long2004-09-011-9/+9
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* In the case of a background fsck, periodically update the process titleScott Long2004-02-281-0/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-1/+0
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-6/+7
* Fix a bunch of format string warnings which brokeMaxime Henrion2002-07-311-7/+8
* Warning cleanup.Poul-Henning Kamp2002-07-301-3/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-16/+22
* UFS2 preparation commit:Poul-Henning Kamp2002-05-121-43/+8
* o __P removedWarner Losh2002-03-201-7/+5
* Remove 'register' keyword.David E. O'Brien2002-03-201-4/+4
* Fix a large number of -Wall, -Wformat and -W compiler warnings.Ian Dowse2001-11-171-2/+2
* Give a more useful diagnostic when an extraneous hard link to aIan Dowse2001-11-171-1/+3
* Additions to run checks on live filesystems. This change will notKirk McKusick2001-03-211-0/+3
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofIan Dowse2000-12-151-0/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-2/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-32/+32
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-151-2/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-8/+23
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-2/+1
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-111-24/+58
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Submitted by: phk, added to by bdeBruce Evans1995-04-021-1/+5
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+430