| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct comment. | pjd | 2009-06-03 | 1 | -1/+1 |
* | - Use volatile for signal variables. | lulf | 2009-06-02 | 1 | -2/+2 |
* | - Use sig_atomic_t for signal handler variables. | lulf | 2009-05-29 | 1 | -2/+2 |
* | Update the actions previously attempted by the -D option to make them | mckusick | 2009-02-04 | 6 | -76/+205 |
* | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | obrien | 2009-01-30 | 4 | -11/+24 |
* | Follow up with previous commit: mention -D, not -C when cg check | delphij | 2009-01-27 | 1 | -1/+1 |
* | Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming | delphij | 2009-01-20 | 4 | -28/+28 |
* | Fix typo. | delphij | 2009-01-12 | 1 | -1/+1 |
* | Garbage collect 'fflags'. | obrien | 2008-12-24 | 1 | -6/+2 |
* | Background fsck applies twice some summary totals changes. The next | kib | 2008-10-13 | 1 | -4/+11 |
* | check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to file | kib | 2008-10-13 | 1 | -15/+27 |
* | Document the -F 's return statement. | remko | 2008-09-17 | 1 | -0/+6 |
* | Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD from | rodrigc | 2008-08-23 | 1 | -2/+3 |
* | - Display '-C' option in usage(). | stas | 2008-06-08 | 1 | -1/+1 |
* | Add a new flag, '-C' which enables a special mode that is intended for | delphij | 2008-04-10 | 5 | -7/+61 |
* | Add comment about specifying "ro" mount option when | rodrigc | 2008-04-04 | 1 | -0/+4 |
* | For a mounted file system which is read-only, when | rodrigc | 2008-03-05 | 1 | -1/+3 |
* | Remove hacks to filter out MNT_ROOTFS, since we now | rodrigc | 2008-03-05 | 1 | -10/+0 |
* | In pass1(), cap inosused to fs_ipg rather than allowing arbitrary | delphij | 2008-02-26 | 1 | -2/+4 |
* | In pass2check(): Be more strict with the inode information before further | delphij | 2008-02-26 | 1 | -0/+2 |
* | Be more careful when checking superblock. We have already checked | delphij | 2008-02-26 | 1 | -1/+1 |
* | Convert fsck_ffs to nmount(). This seems to solve | rodrigc | 2007-09-19 | 2 | -21/+55 |
* | Fix fscking gjournaled root file system: root file system is already mounted | pjd | 2007-08-10 | 1 | -19/+36 |
* | Fix -fstrict-aliasing warning. | ru | 2006-11-01 | 1 | -1/+3 |
* | Forgot to add file with gjournal specific fsck code. | pjd | 2006-10-31 | 1 | -0/+774 |
* | Implements gjournal support. If file system has gjournal support enabled | pjd | 2006-10-31 | 7 | -14/+41 |
* | Mention the default location of alternative super block on a | delphij | 2005-09-20 | 1 | -2/+2 |
* | Make background fsck based summary adjustments actually work by | delphij | 2005-03-07 | 3 | -5/+24 |
* | The recomputation of file system summary at mount time can be a | delphij | 2005-02-20 | 2 | -0/+60 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 2 | -2/+2 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -2/+2 |
* | Do not pass random bits as mount arguments. | phk | 2004-12-12 | 1 | -0/+1 |
* | Explicitly break out NETA license from Berkeley license to clearly | rwatson | 2004-10-20 | 1 | -0/+21 |
* | The got_siginfo = 0 should have been got_sigalarm=0 to match the other | imp | 2004-10-10 | 1 | -1/+1 |
* | Eliminate linked list used to track inodes with an initial link | truckman | 2004-10-08 | 10 | -60/+43 |
* | Move back to WARNS=2 | scottl | 2004-09-01 | 1 | -1/+1 |
* | Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings. | scottl | 2004-09-01 | 5 | -40/+59 |
* | Generalize the UFS bad magic value used to determine when a filesystem | jhb | 2004-08-19 | 1 | -2/+2 |
* | Downgrade WARNS level until GCC 3.4.2 warning have been fixed. | kan | 2004-07-28 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
* | Improve the delay algorithm used in bgfsck. From the author: | scottl | 2004-05-18 | 1 | -4/+6 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 19 | -76/+0 |
* | Remove a stray \n from a setproctitle. | dwmalone | 2004-03-30 | 1 | -1/+1 |
* | In the case of a background fsck, periodically update the process title | scottl | 2004-02-28 | 9 | -0/+47 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Avoid dereferencing null pointers in fsck_ffs. (pfatal may return, | cperciva | 2004-01-26 | 2 | -2/+7 |
* | Add manual page links from fsck_ufs.8 and fsck_4.2bsd.8 to fsck_ffs.8, | simon | 2004-01-10 | 1 | -0/+1 |
* | Catch and report on filesystems that were interrupted during newfs, | wes | 2003-11-16 | 1 | -0/+12 |
* | Change the default mode for lost+found from 01777 to 0700. The | iedowse | 2003-10-19 | 1 | -1/+1 |
* | Create a .snap directory mode 770 group operator in the root of each | mckusick | 2003-10-08 | 1 | -1/+30 |