aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* man filesystems: fix xrefs after move to section 4Alexander Ziaee7 days1-1/+1
* sbin: Remove repeated wordsElyes Haouas2024-04-111-1/+1
* Eliminate unnecessary UFS1 integrity checks.Kirk McKusick2024-02-201-2/+0
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2713-35/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-272-18/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-2716-44/+0
* Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick2023-11-177-18/+27
* SEE ALSO section improvements for tuning(7), tunefs(8) and fsck_ffs(8)Gordon Bergling2023-11-171-1/+2
* Delete snapshot after opening it when running fsck_ffs(9) in background.Kirk McKusick2023-10-255-11/+9
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-10-201-0/+2
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1616-32/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Support background fsck_ffs(8) on filesystems using journaled soft updatesKirk McKusick2023-08-012-14/+30
* Add diagnostics to fsck_ffs(8) for journaled soft-updates debugging.Kirk McKusick2023-07-261-15/+17
* Debugging output additions. No functional changes intended.Kirk McKusick2023-07-251-6/+7
* Text format cleanups. No functional changes intended.Kirk McKusick2023-07-187-54/+62
* fsck_ffs: Fix typosElyes Haouas2023-06-021-1/+1
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-291-2/+12
* Cleanups to fsck_ffs(8).Kirk McKusick2023-05-292-4/+16
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-281-1/+4
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-284-11/+30
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-274-11/+13
* Do not try to adjust a directory depth when its reconnection is declined.Kirk McKusick2023-05-271-3/+3
* Correct two bugs in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-271-3/+3
* Add the ability to adjust directory depths to background fsck_ffs(8).Kirk McKusick2023-05-263-5/+24
* When running fsck_ffs(8) in background ensure that a superblock has been read.Kirk McKusick2023-05-262-3/+10
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-152-4/+4
* spdx: The BSD-3-Clause-FreeBSD identifier never was, drop -FreeBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* Fix off-by-one error in fsck_ffs(8) chkrange() block-number check.Kirk McKusick2023-05-091-2/+2
* fsck_ffs: fix the previous change that skipped pass 5 in some casesChuck Silvers2023-05-037-24/+29
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Skip Pass 5 in fsck_ffs(8) when corrupt cylinder groups remain unfixed.Kirk McKusick2023-04-186-20/+36
* Bug fixes for fsck_ffs(8).Kirk McKusick2023-04-182-5/+9
* Improvement in UFS/FFS directory placement when doing mkdir(2).Kirk McKusick2023-03-306-17/+123
* Rewrite function definitions with identifier lists.Kirk McKusick2023-03-225-20/+16
* Correct several bugs in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-03-078-81/+174
* sys/param.h: Add _WANT_P_OSRELKonstantin Belousov2023-02-151-1/+1
* Document the mntopts(3) functions.Kirk McKusick2023-01-151-92/+4
* Fix printfs for fsck_ffs(8) i386 build.Kirk McKusick2022-11-101-3/+3
* Fix types for fsck_ffs(8) i386 build.Kirk McKusick2022-11-103-7/+7
* Add support for managing UFS/FFS snapshots to fsck_ffs(8).Kirk McKusick2022-11-097-105/+891
* Clean up error output for extended attributes in fsck_ffs(8).Kirk McKusick2022-11-071-3/+4
* Additional diagnostic output when running fsck_ffs with debugging flag (-d)Kirk McKusick2022-10-301-0/+16
* pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot2022-10-261-1/+1
* Fix for f4fc389.Kirk McKusick2022-09-061-3/+3
* Clarify error messages about bad inodes.Kirk McKusick2022-09-061-10/+19
* Formatting cleanups and debugging fix.Kirk McKusick2022-09-051-7/+7