summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/inode.c
AgeCommit message (Expand)Author
2023-07-05Revert "fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S)."riastradh
2023-07-04fsck_ffs(8): Fix whitespace issues.riastradh
2023-07-04fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S).riastradh
2023-01-14Use %zu rather than %lu to print a size_t (should fix i386 build).kre
2023-01-14catch up with sign changes in the fs.hchristos
2020-04-17align buffers used for I/O to DEV_BSIZE so it's executed more optimallyjdolecek
2017-02-08Add smaller versions of fsck_ffs(8) and newfs(8) for install media, whererin
2014-04-05Iterate over fields of struct seperately to avoid warnings from pedantic comp...justin
2013-12-02Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).bouyer
2013-06-23Stick ffs_ in front of the following macros:dholland
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2010-02-04Centralize time printing and deal with ctime possibly returning NULL.christos
2009-04-11fix sign-compare issueslukem
2008-10-09Disable userid to username lookups by default. Add a -U flag to perform them.christos
2008-07-08Fix funny whitespace in a variable assignment.simonb
2008-02-23Make sure that the exit values are always sane, and use symbolic insteadchristos
2007-04-12apply revision 1.31 yet again:chs
2006-04-21Don't use cast expressions as lvalues as newer versions of gcc warn.skrll
2005-08-1964 bit inode changeschristos
2005-06-27sprinkle const.christos
2005-06-02appease gcc -Wuninitializedlukem
2005-04-30Remove stray " I" from message.christos
2005-04-30Dammit, get rid of the debugging abort() calls. It is no fun to have a brokenchristos
2005-01-20whitespace (pointed out by wiz@)xtraeme
2005-01-19Kill __P(), ANSIfy and WARNS=2xtraeme
2004-10-08when allocating inodes, such as for the lost+found directory,dbj
2004-07-20Reduce memory usage slightly.mycroft
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-04-26fix 64bit bug in chkrange()dbj
2004-01-03fix logic for handling symlinks in inodes when isappleufsdbj
2004-01-03when doing both -c 2 and -B, swap the blocks listed in the inodedbj
2004-01-03fix paste-o in previous commitdbj
2004-01-03fix bugs with unsigned comparison ofs fs_maxsymlinklendbj
2003-09-19realloc pedantitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-13use bounded string opitojun
2003-04-08Swap the right blocks in an inode in the byteswapping case.fvdl
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-09-28Add support for the Apple UFS variation on ffsdbj
2001-01-05use %ll_ instead of the less standard %q_lukem
1999-12-12- ARGH /brick fvdlchristos
1999-11-15Changes for softdep code.fvdl
1999-09-06make sure that we don't try to allocate negative memory when blks == 0.christos
1998-10-23Use DINODE_SIZE rather than sizeof(struct dinode) and/or pointer arithmetic.thorpej
1998-07-28__AUDIT__ cleanup.mycroft