Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (pass2): Don't skip empty directories in `.' and `..' correctness | Michael I. Bushnell | 1996-07-01 | 1 | -33/+31 |
| | | | | | | check; we don't clear them the way BSD does, so we want `.' and `..' to get created for us. Also handle `.' before `..' so that they get created in the usual order for empty directories. | ||||
* | (makeentry): After successful directory expansion, write out modified | Michael I. Bushnell | 1996-07-01 | 1 | -0/+1 |
| | | | | directory inode. | ||||
* | (pass4): If a reconnect fails while we are preening, give up. | Michael I. Bushnell | 1996-07-01 | 1 | -0/+2 |
| | |||||
* | (errexit, punt): Exit with status 8 for catastrophic failures. | Michael I. Bushnell | 1996-06-24 | 1 | -2/+2 |
| | |||||
* | (pass2): whops, typo. | Michael I. Bushnell | 1996-05-23 | 1 | -1/+1 |
| | |||||
* | (pass2): Don't clear all node types in directories, just clear those | Michael I. Bushnell | 1996-05-23 | 1 | -18/+6 |
| | | | | that are wrong. | ||||
* | (pass2): Fix up test in preen case. | Miles Bader | 1996-05-14 | 1 | -1/+2 |
| | |||||
* | (pass2): | Michael I. Bushnell | 1996-05-14 | 1 | -2/+2 |
| | |||||
* | (pass2): better. | Michael I. Bushnell | 1996-05-14 | 1 | -2/+2 |
| | |||||
* | (pass2): Handle directory entry type fields better for Hurd. | Michael I. Bushnell | 1996-05-14 | 1 | -7/+19 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+2 |
| | |||||
* | (pass1b): Bother to initialize NUMBER. | Michael I. Bushnell | 1996-05-10 | 1 | -1/+1 |
| | |||||
* | (show_stats): Fiddle with formatting. | Miles Bader | 1996-05-03 | 1 | -1/+1 |
| | |||||
* | (nice_size, show_stats): New functions. | Miles Bader | 1996-05-03 | 1 | -13/+38 |
| | | | | (main): Use show_stats. | ||||
* | (main): Shorten summary message so that it fits on one line. | Miles Bader | 1996-05-02 | 1 | -3/+1 |
| | |||||
* | Get rid of extraneous calls to pfail. | Miles Bader | 1996-05-02 | 4 | -45/+1 |
| | |||||
* | Fix up recovery logic for when reconnecting an inode fails. | Miles Bader | 1996-05-02 | 1 | -7/+5 |
| | | | | Get rid of extraneous calls to pfail. | ||||
* | (linkup): Consistently put quotes around filenames. | Miles Bader | 1996-05-02 | 1 | -11/+11 |
| | |||||
* | (warning): Don't flush all pending problems, just our own. | Miles Bader | 1996-05-02 | 1 | -10/+17 |
| | | | | | (no_preen): New function. (problem, warning, pinode): Use it. | ||||
* | (setup): Use new printing functions; use error to print error msgs. | Miles Bader | 1996-05-02 | 1 | -20/+42 |
| | | | | <error.h>, <errno.h>: New includes. | ||||
* | (pass4): Use new printing functions. | Miles Bader | 1996-05-02 | 1 | -4/+11 |
| | |||||
* | (pass3): Use new printing functions. | Miles Bader | 1996-05-02 | 1 | -10/+7 |
| | |||||
* | (pass2): Use new printing functions. | Miles Bader | 1996-05-02 | 1 | -38/+54 |
| | |||||
* | (pass1b): Use new printing functions. | Miles Bader | 1996-05-02 | 1 | -5/+3 |
| | |||||
* | (validdir, makeentry, linkup): Use new printing functions. | Miles Bader | 1996-05-02 | 1 | -33/+30 |
| | |||||
* | (problem, warning, pextend, pfail): New functions. | Miles Bader | 1996-05-02 | 1 | -71/+206 |
| | | | | | | | | (pinode, pfix, reply): Use new problem recording stuff. (push_problem, resolve_problem, flush_problems): New functions. (struct problem): New type. (problems, free_problems): New variables. (retch, punt): New functions. | ||||
* | (problem, warning, pextend, pfail, force): New declarations. | Miles Bader | 1996-05-02 | 1 | -17/+24 |
| | | | | (pinode): Update declaration. | ||||
* | (allocino, freeino): Frob NUM_FILES. | Miles Bader | 1996-05-02 | 1 | -3/+3 |
| | |||||
* | (pass1): | Miles Bader | 1996-05-02 | 1 | -31/+44 |
| | | | | | | Increment NUM_FILES. When clearing inode due to bad blocks, continue. Use new printing functions. | ||||
* | (main): Implement clean-bit checking in preen mode; print summary statistics. | Miles Bader | 1996-05-02 | 1 | -21/+58 |
| | | | | | (main, options): Add --force & --silent options. (preen, num_files): New variables. | ||||
* | (pass5): | Miles Bader | 1996-05-02 | 1 | -20/+38 |
| | | | | | Vary clean msg depending on whether FSMODIFIED. Use new printing functions. | ||||
* | (pass5): Be sure to call pwarn before pfix. | Miles Bader | 1996-05-01 | 1 | -3/+4 |
| | |||||
* | (main): Don't print large obnoxious banner if PREEN. | Miles Bader | 1996-05-01 | 1 | -1/+1 |
| | |||||
* | (allocino): Parenthesize test correctly. | Michael I. Bushnell | 1996-04-26 | 1 | -2/+2 |
| | |||||
* | (pass5): If not marked clean, but now it is, then offer to mark it | Michael I. Bushnell | 1996-04-26 | 1 | -1/+11 |
| | | | | clean. | ||||
* | (reply): Set fix_denied anytime we return 0. | Michael I. Bushnell | 1996-04-26 | 1 | -3/+13 |
| | |||||
* | (fix_denied): New variable. | Michael I. Bushnell | 1996-04-26 | 1 | -1/+3 |
| | |||||
* | (pass1): Don't print block numbers as we go anymore. | Michael I. Bushnell | 1996-04-24 | 1 | -2/+2 |
| | |||||
* | (pass5): Correctly track contig summaries even though they aren't used | Michael I. Bushnell | 1996-04-23 | 1 | -12/+65 |
| | | | | by the filesystem; we still need to preserve the format. | ||||
* | (vpath tables.c): top_srcdir is better. | Michael I. Bushnell | 1996-04-15 | 1 | -1/+1 |
| | |||||
* | (vpath tables.c): That's $(srcdir)/.. | Michael I. Bushnell | 1996-04-15 | 1 | -1/+1 |
| | |||||
* | (vpath tables.c): Find ufs directory in $(srcdir), not `..'. | Michael I. Bushnell | 1996-04-15 | 1 | -2/+2 |
| | |||||
* | (pass1): Print mode correctly in unknown file type case. | Michael I. Bushnell | 1996-04-02 | 1 | -1/+1 |
| | |||||
* | (pass1): Recognize inode type IFSOCK too. | Michael I. Bushnell | 1996-04-02 | 1 | -1/+2 |
| | |||||
* | (main): Pass new arg to argp_parse. Use argp_usage correctly. | Miles Bader | 1996-03-19 | 1 | -3/+3 |
| | |||||
* | (main): | Miles Bader | 1995-10-19 | 1 | -59/+39 |
| | | | | | | | | | Exit with a non-zero status if we fixed anything. Use argp to parse options. (options): Converted to argp format. (args_doc): New variable. (USAGE, usage, SHORT_OPTIONS): Removed. Include <argp.h> instead of <getopt.h>. | ||||
* | ($(target)): Depend on libshouldbeinlibc.a. | Miles Bader | 1995-10-19 | 1 | -1/+2 |
| | |||||
* | (pfix): New function. | Miles Bader | 1995-10-18 | 1 | -17/+48 |
| | | | | | (pfatal, pwarn, errexit): Print DEVICE_NAME too if in preen mode. (pinode): Take a message & args to print as well. | ||||
* | Declare DEVICE_NAME. | Miles Bader | 1995-10-18 | 1 | -7/+8 |
| | | | | | Change declaration of pinode. Change LFNAME to char*. | ||||
* | (setup): Set DEVICE_NAME. | Miles Bader | 1995-10-18 | 1 | -2/+4 |
| | | | | (lfname, lfmode): Variables moved to main.c. |