aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* MFC: Correct and add some comments.Kirk McKusick2021-01-011-7/+7
* MFC of 367045.Kirk McKusick2020-11-171-6/+7
* MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404,Kyle Evans2020-04-094-5/+10
* MFC r356000: Remove unused includes.Xin LI2020-02-161-4/+0
* MFC of 356063Kirk McKusick2020-01-062-7/+7
* MFC of 353903Kirk McKusick2019-10-271-1/+1
* MFC of 350682Kirk McKusick2019-08-101-2/+2
* MFC of 349589, 350070, 350071, 350096, and 350187Kirk McKusick2019-07-311-1/+1
* MFC of 348074Kirk McKusick2019-05-241-100/+105
* MFC of 347064, 347066, and 347130Kirk McKusick2019-05-105-20/+104
* MFC of 345758Kirk McKusick2019-05-063-12/+17
* MFC r339941 (by mckusick):Konstantin Belousov2019-03-075-23/+23
* MFC of 344552 and 344732Kirk McKusick2019-03-065-2/+51
* Add missing newline in pwarn message.Kirk McKusick2018-10-021-1/+1
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-27/+6
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-176-61/+59
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-176-59/+61
* Fix a read past the end of a buffer in fsck.Kirk McKusick2018-02-211-1/+3
* Include files missed in 329051.Kirk McKusick2018-02-083-1/+43
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-081-9/+11
* Use sbput(3) rather than sbwrite(3) to ensure that the updated copy ofKirk McKusick2018-02-021-2/+2
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-264-58/+31
* Fix architectures where pointer and u_int have different sizesLi-Wen Hsu2018-01-251-2/+2
* More throughly integrate libufs into fsck_ffs by using its cgput()Kirk McKusick2018-01-245-85/+73
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-172-9/+5
* Rename cgget => cglookup to clear name space for new libufs function cgget.Kirk McKusick2018-01-175-6/+6
* Exit fsck_ffs with non-zero status when file system is not repaired.David Bright2018-01-153-6/+41
* Report CG checksum mismatches. These errors are non-fatal. TheWarner Losh2018-01-141-1/+12
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2015-14/+44
* Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-171-1/+1
* Only try to enable CK_CLYGRP if we're running on kernel newer thanWarner Losh2017-11-161-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Do not report the filesystem as modified when the only change is toKirk McKusick2017-10-091-1/+7
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-222-0/+28
* Use UFS_LINK_MAX instead of LINK_MAX.John Baldwin2017-09-211-1/+1
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-041-25/+65
* Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-091-4/+101
* Remove now-unused badsb declaration, missed in r322200Ed Maste2017-08-081-2/+0
* In debug mode, print the differences between the superblock andWarner Losh2017-08-071-25/+35
* Make it possible to ignore superblock mismatch. This will not fix suchWarner Losh2017-08-071-36/+13
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-4/+4
* fsck_ffs: Unsign some variables and make use of reallocarray(3).Pedro F. Giffuni2017-04-224-11/+10
* In fsck_ffs pass1, prevent the inosused variable from wrapping.Konstantin Belousov2017-04-141-4/+7
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Renumber copyright clause 4Warner Losh2017-02-2816-16/+16
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-1512-94/+99
* * Add missing parameters to usage()Renato Botelho2017-02-142-42/+44
* ufs: Use UFS_MAXNAMLEN constantConrad Meyer2017-02-092-2/+2
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-22/+32