summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/inode.c
AgeCommit message (Expand)Author
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-08trivial use of getreallocarray()Theo de Raadt
2014-09-06inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;Philip Guenther
2014-05-21Nuke some trailing whitespace to shrink subsequent diffs.Kenneth R Westerback
2013-11-11incorrect %lld for an intTheo de Raadt
2013-11-03Add missing (long long) cast of variable, (long long) castsKenneth R Westerback
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-04-24pretty print bigger off_tTheo de Raadt
2011-05-08Small memory optimization from NetBSD; ok krw@ millert@Otto Moerbeek
2011-04-24remove support for (very) old ffs on-disk formats; ok krw@ and noOtto Moerbeek
2011-04-16Blend in some code from netbsd and freebsd that reduces memory consumptionOtto Moerbeek
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-12-29Some forms of inode corruption can make remsize and thus isize goOtto Moerbeek
2008-06-10reduce mem usage by about 20% by packing state and type of an inode in a singleOtto Moerbeek
2007-06-25Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@Otto Moerbeek
2007-04-10Add support for checking ffs2 filesystems. From pedro@ based onTodd C. Miller
2007-02-12remsize must be signed to avoid wrapping around to some huge number.Otto Moerbeek
2007-01-24A reallocated root directory gets ownership of the fsck process.Alexander Bluhm
2003-10-11consistent newlines, from tom cosgrove at arches-consulting.com.Ted Unangst
2003-09-25do not crank size first, do not do p = realloc(p, ...Theo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-26string cleaning; ok teduTheo de Raadt
2002-08-23- Convert function definitions to new styleGrigoriy Orlov
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-05-15error out if failed to malloc memory for inode cache entry; deraadt@ okMichael Shalayeff
2001-03-02Make fsck aware of soft updates.Artur Grabowski
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1997-10-11Never involve negative numbers in unsigned expressions. Fixes a segfault someNiklas Hallqvist
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-06-25(foo *)0 -> NULLkstailey
1997-06-22Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 byThorsten Lockert
1996-10-20Sync with NetBSD 961019Thorsten Lockert
1996-10-12From Kirk McKusick:Thorsten Lockert
1996-06-23update rcsidTheo de Raadt
1996-05-28be more carefulTheo de Raadt
1995-12-18use ufs_daddr_t; another time_t cleanupTheo de Raadt
1995-12-16handle time_t things that really are not time_tTheo de Raadt
1995-11-13time_t typecast; from bernd@arresum.inka.de; netbsd pr#1724Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt