aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick2021-01-071-43/+96
* Fix bug in expanding lost+found direct blocks.Kirk McKusick2021-01-071-1/+1
* The fsck_ffs program had previously only been able to expand the sizeKirk McKusick2021-01-031-35/+92
* Rename pass4check() to freeblock() and move from pass4.c to inode.c.Kirk McKusick2020-12-181-2/+6
* This revision began as a simple change to eliminate an uninitialized warningKirk McKusick2019-05-211-100/+105
* This update eliminates a kernel stack disclosure bug in UFS/FFSKirk McKusick2019-05-031-17/+92
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-6/+7
* In preparation for adding inode check-hashes, change the fsck_ffsKirk McKusick2018-10-311-8/+8
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-6/+5
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-5/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-12/+13
* fsck_ffs for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-121-1/+1
* Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-0/+1
* Add the -R option to allow fsck_ffs to restart itself when too many criticalScott Long2013-12-301-8/+3
* When running with the -d option, instrument fsck_ffs to track the number,Kirk McKusick2013-02-241-1/+1
* Fix the check in dircheck() on namlen.Xin LI2011-09-021-2/+2
* Eliminate linked list used to track inodes with an initial linkDon Lewis2004-10-081-3/+2
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.Scott Long2004-09-011-14/+14
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Change the default mode for lost+found from 01777 to 0700. TheIan Dowse2003-10-191-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-6/+7
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-2/+2
* Warning cleanup.Poul-Henning Kamp2002-07-301-10/+11
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-42/+44
* UFS2 preparation commit:Poul-Henning Kamp2002-05-121-61/+6
* o __P removedWarner Losh2002-03-201-54/+25
* Remove 'register' keyword.David E. O'Brien2002-03-201-19/+19
* Fix a large number of -Wall, -Wformat and -W compiler warnings.Ian Dowse2001-11-171-2/+2
* Additions to run checks on live filesystems. This change will notKirk McKusick2001-03-211-5/+24
* If the lost+found directory is created by fsck, it will do a cacheino()Kirk McKusick2000-07-241-1/+5
* Teach fsck about snapshot files. These changes should have noKirk McKusick2000-07-061-4/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-0/+11
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-38/+58
* - Back out softupdate change that already existed in FreeBSD from V1.6,Nate Williams1998-09-231-3/+1
* Fixed printf format errors.Bruce Evans1998-06-281-2/+2
* 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-3/+6
* 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-64/+79
* From: Terry Lambert <terry@lambert.org>Nate Williams1996-05-091-1/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Submitted by: Philippe Charnier <charnier@lirmm.fr>, distilled by bdeBruce Evans1995-04-021-1/+1
* Submitted by: phk, added to by bdeBruce Evans1995-04-021-4/+26
* Two fixes from the NetBSD group (Charles Hannum):David Greenman1994-09-091-5/+12
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+681