summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/pass1.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r260068, r260069, r260076scottl2014-01-021-0/+5
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).mckusick2013-03-231-18/+21
* Revert svn r248625sbruno2013-03-231-21/+18
* Speed up fsck by caching the cylinder group maps in pass1 somckusick2013-03-221-18/+21
* Fix some nearby type and style errors.mdf2012-09-281-4/+3
* Fix fsck_ffs build with a 64-bit ino_t.mdf2012-09-271-2/+3
* Add some error messages suggested in PR bin/138043. The code tomckusick2010-01-071-2/+8
* Update the actions previously attempted by the -D option to make themmckusick2009-02-041-21/+60
* In pass1(), cap inosused to fs_ipg rather than allowing arbitrarydelphij2008-02-261-2/+4
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-081-16/+5
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.scottl2004-09-011-3/+3
* 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
* Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,cperciva2004-01-261-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-3/+4
* Add support to fsck_ffs to account for storage for extendedmckusick2002-09-241-1/+19
* Add a source file where EXTATTR checks will happen and hook it in evenphk2002-09-161-0/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
* Fix a bunch of format string warnings which brokemux2002-07-311-13/+15
* Warning cleanup.phk2002-07-301-3/+2
* Remove the kernel file-size limit for UFS2, so that only the limitiedowse2002-06-261-1/+4
* Fix an integer overflow that causes fsck_ffs to crash when itiedowse2002-06-261-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-53/+72
* more file system > filesystemtrhodes2002-05-161-1/+1
* UFS2 preparation commit:phk2002-05-121-27/+0
* o __P removedimp2002-03-201-7/+4
* Remove 'register' keyword.obrien2002-03-201-4/+4
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-171-6/+8
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-4/+16
* Don't allow special devices of type NODEV (NOUDEV as seen from kernel).tegge2001-02-151-0/+5
* Fsck_ffs did not properly range-check the inode 'di_size'iedowse2001-01-311-3/+6
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-151-0/+6
* added growfs(8) including ffsinfo(8) to the freebsd base systemtomsoft2000-12-091-1/+5
* 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-061-1/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.julian1998-12-031-1/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>julian1998-12-031-21/+89
* Restored rev.1.11, which I somehow clobbered in rev.1.12.bde1998-07-061-1/+4
* Fixed printf format errors.bde1998-06-281-8/+7
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-151-1/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-4/+12
* Restore check for ridiculous directory sizes.peter1997-03-181-2/+2
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-3/+2
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-111-20/+24
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Submitted by: phk, added to by bdebde1995-04-021-4/+8
* Woops, last patch was by Wolfgang Solfrank.dg1994-09-091-1/+1
* Two fixes from the NetBSD group (Charles Hannum):dg1994-09-091-2/+3
OpenPOWER on IntegriCloud