aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/globs.c
Commit message (Expand)AuthorAgeFilesLines
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-131-2/+0
* Have fsck_ffs(8) properly correct superblock check-hash failures.Kirk McKusick2022-02-041-2/+4
* Ensure that all allocated data structures in fsck_ffs are freed.Kirk McKusick2021-04-021-2/+0
* Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick2021-01-071-6/+3
* fsck_ffs/fsdb: fix -fno-common buildKyle Evans2020-03-291-0/+4
* This update eliminates a kernel stack disclosure bug in UFS/FFSKirk McKusick2019-05-031-0/+1
* After a crash, a file that extends into indirect blocks may end upKirk McKusick2019-02-251-0/+2
* Include files missed in 329051.Kirk McKusick2018-02-081-0/+1
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* fsck_ffs: Unsign some variables and make use of reallocarray(3).Pedro F. Giffuni2017-04-221-2/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fsck_ufs was using an int rather than a ufs2_daddr_t to store theKirk McKusick2016-08-191-1/+1
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Add globs.c, missed in r260068,260069Scott Long2013-12-301-0/+165