summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Both phase 1 and phase 5 need the cylinder group meta data, so save thoseotto2020-07-131-9/+11
* Use user_from_uid(3) and group_from_gid(3) in a few more placesmillert2018-09-161-7/+4
* Eliminate some gcc warnings about 'unused variables', mostly bykrw2016-12-161-1/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-3/+2
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-6/+10
* trivial use of getreallocarray()deraadt2014-10-081-3/+3
* inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;guenther2014-09-061-2/+2
* Nuke some trailing whitespace to shrink subsequent diffs.krw2014-05-211-2/+2
* incorrect %lld for an intderaadt2013-11-111-2/+2
* Add missing (long long) cast of variable, (long long) castskrw2013-11-031-6/+8
* Sprinkle (long long) casts where %lld is being used to print daddr_tkrw2013-11-011-6/+8
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-6/+6
* pretty print bigger off_tderaadt2013-04-241-8/+11
* Small memory optimization from NetBSD; ok krw@ millert@otto2011-05-081-2/+2
* remove support for (very) old ffs on-disk formats; ok krw@ and nootto2011-04-241-3/+2
* Blend in some code from netbsd and freebsd that reduces memory consumptionotto2011-04-161-4/+25
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Some forms of inode corruption can make remsize and thus isize gootto2008-12-291-3/+3
* reduce mem usage by about 20% by packing state and type of an inode in a singleotto2008-06-101-14/+14
* Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@otto2007-06-251-14/+14
* Add support for checking ffs2 filesystems. From pedro@ based onmillert2007-04-101-74/+102
* remsize must be signed to avoid wrapping around to some huge number.otto2007-02-121-9/+19
* A reallocated root directory gets ownership of the fsck process.bluhm2007-01-241-2/+5
* consistent newlines, from tom cosgrove at arches-consulting.com.tedu2003-10-111-4/+4
* do not crank size first, do not do p = realloc(p, ...deraadt2003-09-251-7/+10
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-251-16/+16
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* string cleaning; ok teduderaadt2003-04-261-8/+8
* - Convert function definitions to new stylegluk2002-08-231-57/+31
* strcpy, sprintf death; mpech okderaadt2002-05-221-4/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* kill more registers;mpech2001-11-051-20/+20
* major -Wall cleanup, almost completederaadt2001-07-071-3/+3
* error out if failed to malloc memory for inode cache entry; deraadt@ okmickey2001-05-151-3/+3
* Make fsck aware of soft updates.art2001-03-021-2/+14
* uid_t and gid_t, and use %uderaadt1999-08-061-3/+3
* Never involve negative numbers in unsigned expressions. Fixes a segfault someniklas1997-10-111-3/+3
* back out vfs lite2 till after 2.2deraadt1997-10-061-14/+2
* VFS Lite2 Changescsapuntz1997-10-061-2/+14
* (foo *)0 -> NULLkstailey1997-06-251-3/+3
* Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 bytholo1997-06-221-3/+3
* Sync with NetBSD 961019tholo1996-10-201-41/+41
* From Kirk McKusick:tholo1996-10-121-3/+61
* update rcsidderaadt1996-06-231-1/+2
* be more carefulderaadt1996-05-281-4/+5
* use ufs_daddr_t; another time_t cleanupderaadt1995-12-181-5/+6
* handle time_t things that really are not time_tderaadt1995-12-161-3/+5
* time_t typecast; from bernd@arresum.inka.de; netbsd pr#1724deraadt1995-11-131-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+574