Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 1 | -0/+2 |
| | |||||
* | (fsck): | Miles Bader | 1996-06-27 | 1 | -28/+31 |
| | | | | | | | | | | Fsck pass 0 if not in automatic mode. Respect `noauto' option in automatic mode. (fs_start_fsck): When deciding to use a flags arg, mask flags against an explicit list of valid ones. (FSCK_F_AUTO): New macro. (main): Set FSCK_F_AUTO flag if in automatic mode. | ||||
* | (main, options): Add --writable/-w option. | Miles Bader | 1996-06-25 | 1 | -14/+30 |
| | | | | | | | | (FSCK_F_WRITABLE): New macro. (struct fsck): Rename WAS_READONLY field to MAKE_WRITABLE. (fscks_start_fsck): Change to set make_writable field instead of was_readonly. (fsck_cleanup): Change RESTORE_WRITABLE to MAKE_WRITABLE. (fscks_wait): Likewise. | ||||
* | (fsck): Wait for fscks to finish. | Miles Bader | 1996-06-20 | 1 | -0/+6 |
| | |||||
* | (_debug): New variable. | Miles Bader | 1996-06-19 | 1 | -39/+82 |
| | | | | | | | | (debug, fs_debug): New macros. (fs_start_fsck, fscks_start_fsck, fsck_cleanup, fscks_wait, fsck, main): Add debugging noise. (main): Use FSTAB_PATH instead of _PATH_MNTTAB. (args_doc): Fix. | ||||
* | (options): Rename `--max-parallel' to `--parallel'. | Miles Bader | 1996-06-19 | 1 | -8/+8 |
| | |||||
* | Initial revision | Miles Bader | 1996-06-19 | 1 | -0/+504 |