aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass2.c
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-18/+21
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-021-3/+1
* Fix fsck_ffs build with a 64-bit ino_t.Matthew D Fleming2012-09-271-9/+11
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-04-271-1/+1
* Add support to background fsck to delete zero-length directories.Kirk McKusick2010-05-201-1/+30
* Cast 64-bit quantity to intptr_t rather than int so as to work properlyKirk McKusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningKirk McKusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediateKirk McKusick2010-01-111-21/+109
* 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