| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: Correct and add some comments. | Kirk McKusick | 2021-01-01 | 1 | -7/+7 |
* | MFC of 367045. | Kirk McKusick | 2020-11-17 | 1 | -6/+7 |
* | MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404, | Kyle Evans | 2020-04-09 | 4 | -5/+10 |
* | MFC r356000: Remove unused includes. | Xin LI | 2020-02-16 | 1 | -4/+0 |
* | MFC of 356063 | Kirk McKusick | 2020-01-06 | 2 | -7/+7 |
* | MFC of 353903 | Kirk McKusick | 2019-10-27 | 1 | -1/+1 |
* | MFC of 350682 | Kirk McKusick | 2019-08-10 | 1 | -2/+2 |
* | MFC of 349589, 350070, 350071, 350096, and 350187 | Kirk McKusick | 2019-07-31 | 1 | -1/+1 |
* | MFC of 348074 | Kirk McKusick | 2019-05-24 | 1 | -100/+105 |
* | MFC of 347064, 347066, and 347130 | Kirk McKusick | 2019-05-10 | 5 | -20/+104 |
* | MFC of 345758 | Kirk McKusick | 2019-05-06 | 3 | -12/+17 |
* | MFC r339941 (by mckusick): | Konstantin Belousov | 2019-03-07 | 5 | -23/+23 |
* | MFC of 344552 and 344732 | Kirk McKusick | 2019-03-06 | 5 | -2/+51 |
* | Add missing newline in pwarn message. | Kirk McKusick | 2018-10-02 | 1 | -1/+1 |
* | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 1 | -27/+6 |
* | Revert r313780 (UFS_ prefix) | Ed Maste | 2018-03-17 | 6 | -61/+59 |
* | Prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2018-03-17 | 6 | -59/+61 |
* | Fix a read past the end of a buffer in fsck. | Kirk McKusick | 2018-02-21 | 1 | -1/+3 |
* | Include files missed in 329051. | Kirk McKusick | 2018-02-08 | 3 | -1/+43 |
* | The goal of this change is to prevent accidental foot shooting by | Kirk McKusick | 2018-02-08 | 1 | -9/+11 |
* | Use sbput(3) rather than sbwrite(3) to ensure that the updated copy of | Kirk McKusick | 2018-02-02 | 1 | -2/+2 |
* | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 4 | -58/+31 |
* | Fix architectures where pointer and u_int have different sizes | Li-Wen Hsu | 2018-01-25 | 1 | -2/+2 |
* | More throughly integrate libufs into fsck_ffs by using its cgput() | Kirk McKusick | 2018-01-24 | 5 | -85/+73 |
* | Correct fsck journal-recovery code to update a cylinder-group | Kirk McKusick | 2018-01-17 | 2 | -9/+5 |
* | Rename cgget => cglookup to clear name space for new libufs function cgget. | Kirk McKusick | 2018-01-17 | 5 | -6/+6 |
* | Exit fsck_ffs with non-zero status when file system is not repaired. | David Bright | 2018-01-15 | 3 | -6/+41 |
* | Report CG checksum mismatches. These errors are non-fatal. The | Warner Losh | 2018-01-14 | 1 | -1/+12 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 2 | -1/+5 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 15 | -14/+44 |
* | Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRP | Scott Long | 2017-11-17 | 1 | -1/+1 |
* | Only try to enable CK_CLYGRP if we're running on kernel newer than | Warner Losh | 2017-11-16 | 1 | -0/+2 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | Do not report the filesystem as modified when the only change is to | Kirk McKusick | 2017-10-09 | 1 | -1/+7 |
* | Continuing efforts to provide hardening of FFS, this change adds a | Kirk McKusick | 2017-09-22 | 2 | -0/+28 |
* | Use UFS_LINK_MAX instead of LINK_MAX. | John Baldwin | 2017-09-21 | 1 | -1/+1 |
* | The new fsck recovery information to enable it to find backup | Kirk McKusick | 2017-09-04 | 1 | -25/+65 |
* | Since the switch to GPT disk labels, fsck for UFS/FFS has been | Kirk McKusick | 2017-08-09 | 1 | -4/+101 |
* | Remove now-unused badsb declaration, missed in r322200 | Ed Maste | 2017-08-08 | 1 | -2/+0 |
* | In debug mode, print the differences between the superblock and | Warner Losh | 2017-08-07 | 1 | -25/+35 |
* | Make it possible to ignore superblock mismatch. This will not fix such | Warner Losh | 2017-08-07 | 1 | -36/+13 |
* | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 1 | -4/+4 |
* | fsck_ffs: Unsign some variables and make use of reallocarray(3). | Pedro F. Giffuni | 2017-04-22 | 4 | -11/+10 |
* | In fsck_ffs pass1, prevent the inosused variable from wrapping. | Konstantin Belousov | 2017-04-14 | 1 | -4/+7 |
* | sbin: normalize paths using SRCTOP-relative paths or :H when possible | Enji Cooper | 2017-03-04 | 1 | -2/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 16 | -16/+16 |
* | prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2017-02-15 | 12 | -94/+99 |
* | * Add missing parameters to usage() | Renato Botelho | 2017-02-14 | 2 | -42/+44 |
* | ufs: Use UFS_MAXNAMLEN constant | Conrad Meyer | 2017-02-09 | 2 | -2/+2 |
* | Use type-independent formats for printing nlink_t and ino_t. | Konstantin Belousov | 2017-01-06 | 1 | -22/+32 |