summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/setup.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-08ufs: more signed/unsigned fixeschs
2023-01-07ufs: fixed signed/unsigned bugs affecting large file systemschs
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2020-04-17align buffers used for I/O to DEV_BSIZE so it's executed more optimallyjdolecek
2018-10-05Add a test for duplicate inodes on the persistent snapshot list.hannken
2017-02-08Add smaller versions of fsck_ffs(8) and newfs(8) for install media, whererin
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-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-01-29use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC).nonaka
2011-08-14WARNS=4christos
2011-06-09share more code.christos
2011-03-20initialise memory allocated for uquot_user_hash & uquot_group_hash.bouyer
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2010-01-31Skip handling of APPLEUFS_LABEL if it is smaller than a device block.mlelstv
2009-09-27Restore changes from 1.86 and 1.87 after commit of 1.88.bouyer
2009-09-13Do some basic checks of the WAPBL journal, to abort the boot before thebouyer
2009-04-07fix a logic error in the previous, as point out by frank kardel.mrg
2009-03-25don't ignore "fsck -f" when given with "-p" on a wapbl filesystem.mrg
2009-02-25don't copy the address of a pointer. Noticed by Anon Ymouschristos
2008-08-30Add fss(4) snapshot support to fsck_ffs(8) (via -x or -X options, likebouyer
2008-07-31Merge the simonb-wapbl branch. From the original branch commit:simonb
2008-02-23Make sure that the exit values are always sane, and use symbolic insteadchristos
2007-08-22Avoid zero-divides from Anon Ymouschristos
2006-08-26- Deal with wedges and the new disk geometry structures, instead of usingchristos
2006-03-17Check for allocation failures in malloc, calloc, realloc, asprintf, andrumble
2005-06-27sprinkle const.christos
2005-06-02for ufs2, assume FS_44INODEFMTdbj
2005-06-02appease gcc -Wuninitializedlukem
2005-01-19Kill __P(), ANSIfy and WARNS=2xtraeme
2004-10-29Rewrite getdisklabelpart() to avoid problems with isdigit(*ch_ptr) anddsl
2004-04-14add support for downgrading a filesystem fslevel from 4 to 3dbj
2004-04-14set fs_old_nrpos to 1 when doing -c4 upgrade.dbj
2004-04-12fix whitespace in debug printfdbj
2004-03-21Don't use an ffsv1 superblock from 64k (SBLOCK_UFS2) when lookingdsl
2004-01-20don't calculate fake superblock used for finding alternate superblocksdbj
2004-01-12change the message "COVERTING TO FFSv2 SUPERBLOCK" todbj
2004-01-10- some KNF (80 cols)mrg
2004-01-09use %#llx instead of %llx when printing incorrect qfmask or qbmaskdbj
2004-01-09do not upgrade superblock or set FS_FLAGS_UPDATED unless -c 4 optiondbj
2004-01-02add uuid field to apple ufs volume labeldbj
2003-10-20Add a -q (quiet) option to print nothing for clean filesystems.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-11Correctly detect a UFS1 file system of non-native endian.enami
2003-04-06Write update some old fields when writing the superblock, similar tofvdl