summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/pass2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix fsck_ffs build with a 64-bit ino_t.mdf2012-09-271-9/+11
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Mechanical whitespace cleanup.des2011-04-271-1/+1
* Add support to background fsck to delete zero-length directories.mckusick2010-05-201-1/+30
* Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningmckusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediatemckusick2010-01-111-21/+109
* In pass2check(): Be more strict with the inode information before furtherdelphij2008-02-261-0/+2
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-081-1/+5
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.scottl2004-09-011-9/+9
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* In the case of a background fsck, periodically update the process titlescottl2004-02-281-0/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-1/+0
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-6/+7
* Fix a bunch of format string warnings which brokemux2002-07-311-7/+8
* Warning cleanup.phk2002-07-301-3/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-16/+22
* UFS2 preparation commit:phk2002-05-121-43/+8
* o __P removedimp2002-03-201-7/+5
* Remove 'register' keyword.obrien2002-03-201-4/+4
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-171-2/+2
* Give a more useful diagnostic when an extraneous hard link to aiedowse2001-11-171-1/+3
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-0/+3
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-151-0/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.julian1998-12-031-2/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>julian1998-12-031-32/+32
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-151-2/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-8/+23
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-2/+1
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-111-24/+58
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Submitted by: phk, added to by bdebde1995-04-021-1/+5
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+430
OpenPOWER on IntegriCloud