aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass1.c
Commit message (Expand)AuthorAgeFilesLines
* Add some error messages suggested in PR bin/138043. The code toKirk McKusick2010-01-071-2/+8
* Update the actions previously attempted by the -D option to make themKirk McKusick2009-02-041-21/+60
* In pass1(), cap inosused to fs_ipg rather than allowing arbitraryXin LI2008-02-261-2/+4
* Eliminate linked list used to track inodes with an initial linkDon Lewis2004-10-081-16/+5
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.Scott Long2004-09-011-3/+3
* 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
* Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,Colin Percival2004-01-261-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-3/+4
* Add support to fsck_ffs to account for storage for extendedKirk McKusick2002-09-241-1/+19
* Add a source file where EXTATTR checks will happen and hook it in evenPoul-Henning Kamp2002-09-161-0/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Fix a bunch of format string warnings which brokeMaxime Henrion2002-07-311-13/+15
* Warning cleanup.Poul-Henning Kamp2002-07-301-3/+2
* Remove the kernel file-size limit for UFS2, so that only the limitIan Dowse2002-06-261-1/+4
* Fix an integer overflow that causes fsck_ffs to crash when itIan Dowse2002-06-261-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-53/+72
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* UFS2 preparation commit:Poul-Henning Kamp2002-05-121-27/+0
* o __P removedWarner Losh2002-03-201-7/+4
* 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-6/+8
* Additions to run checks on live filesystems. This change will notKirk McKusick2001-03-211-4/+16
* Don't allow special devices of type NODEV (NOUDEV as seen from kernel).Tor Egge2001-02-151-0/+5
* Fsck_ffs did not properly range-check the inode 'di_size'Ian Dowse2001-01-311-3/+6
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofIan Dowse2000-12-151-0/+6
* added growfs(8) including ffsinfo(8) to the freebsd base systemThomas-Henning von Kamptz2000-12-091-1/+5
* Ensure that block and character devices as well as fifo's and socketsKirk McKusick2000-07-121-0/+6
* Teach fsck about snapshot files. These changes should have noKirk McKusick2000-07-061-1/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-1/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-21/+89
* Restored rev.1.11, which I somehow clobbered in rev.1.12.Bruce Evans1998-07-061-1/+4
* Fixed printf format errors.Bruce Evans1998-06-281-8/+7
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-151-1/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-4/+12
* Restore check for ridiculous directory sizes.Peter Wemm1997-03-181-2/+2
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-3/+2
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-111-20/+24
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Submitted by: phk, added to by bdeBruce Evans1995-04-021-4/+8
* Woops, last patch was by Wolfgang Solfrank.David Greenman1994-09-091-1/+1
* Two fixes from the NetBSD group (Charles Hannum):David Greenman1994-09-091-2/+3
* Fixed so that it can grok old style "fastlinks".David Greenman1994-08-021-1/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+314