Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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. | |||||
* | (pass5): Call pfix instead of printf. | Miles Bader | 1995-10-18 | 1 | -16/+8 | |
| | ||||||
* | (pass4): If an unlinked file can't be reconnected, offer to clear it. Once a | Miles Bader | 1995-10-18 | 1 | -34/+15 | |
| | | | | | | reconnect attempt fails, don't try again. (pass4): Use changed pinode. (pass4): Call pfix instead of printf. | |||||
* | (pass3): Use changed pinode. | Miles Bader | 1995-10-18 | 1 | -6/+6 | |
| | | | | (pass3): Call pfix instead of printf. | |||||
* | (pass2): Adjust our record of link counts when we add/change dir entries; | Miles Bader | 1995-10-18 | 1 | -20/+36 | |
| | | | | | | also print error messages when we can't. (pass2): Use changed pinode. (pass2): Call pfix instead of printf. | |||||
* | (pass1): Only print progress report if not in preen mode. | Miles Bader | 1995-10-18 | 1 | -23/+19 | |
| | | | | | (pass1): Change the extent of DBWARN & IBWARN so that they actually work. (pass1): Call pfix instead of printf. | |||||
* | (linkup): Print the value of LFNAME rather than `lost+found'. | Miles Bader | 1995-10-18 | 1 | -40/+49 | |
| | | | | | | | | | | (searchdir, changeino): Fix backward compare. (linkup): Don't fail when makeentry succeeds. (searchdir): Make searchdir return zero if there's an error during the search. (linkup): Print appropiate error messages if searchdir fails. (validdir): Get rid of extra newlines in error messages -- everyone who calls this routine prints extra information if it fails, which should immediately follow. | |||||
* | (main): Only print section headers if not in preen mode. | Miles Bader | 1995-10-18 | 1 | -14/+76 | |
| | | | | | | | | | (main): Use getopt to parse command line options. (usage): New function. (options): New variable. (lfname, lfmode): Variables moved here from setup.c. (lfname): Made into a char* so that we can change it. (lfmode): Get rid of IFDIR; it's added when necessary. | |||||
* | (target): Changed to `fsck.ufs'. | Miles Bader | 1995-09-17 | 1 | -1/+2 | |
| | | | | (installationdir): New variable, install into $(sbindir). | |||||
* | (pinode): Remove assignment from if test. | Michael I. Bushnell | 1995-07-07 | 1 | -2/+3 | |
| | ||||||
* | (lookup_directory): New decl. | Michael I. Bushnell | 1995-07-07 | 1 | -1/+2 | |
| | ||||||
* | (pass1): Remove assignment from if test. | Michael I. Bushnell | 1995-07-07 | 1 | -2/+3 | |
| | ||||||
* | (tables.o): Delete rule. | Michael I. Bushnell | 1995-07-07 | 1 | -2/+2 | |
| | | | | (vpath tables.c): Tell where to find tables.c. | |||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -3/+1 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1994-11-03 | 1 | -2/+2 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1994-11-02 | 2 | -7/+8 | |
| | ||||||
* | Formerly dir.c.~8~ | Michael I. Bushnell | 1994-10-25 | 1 | -0/+15 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1994-10-25 | 1 | -1/+2 | |
| | ||||||
* | Formerly pass2.c.~10~ | Michael I. Bushnell | 1994-10-25 | 1 | -8/+30 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1994-10-25 | 2 | -3/+6 | |
| | ||||||
* | Formerly setup.c.~6~ | Michael I. Bushnell | 1994-10-20 | 1 | -11/+14 | |
| | ||||||
* | Formerly pass5.c.~9~ | Michael I. Bushnell | 1994-10-20 | 1 | -14/+27 | |
| |