summaryrefslogtreecommitdiff
path: root/ufs-fsck
AgeCommit message (Collapse)Author
2001-09-30.Roland McGrath
2001-09-302001-09-30 Roland McGrath <roland@frob.com>Roland McGrath
* pass5.c (pass5): A little manual CSE makes buggy gcc not to crash.
2001-02-26.Roland McGrath
2001-02-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* utilities.c: Include <time.h> for decl.
1999-05-06Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* utilities.c (pextend): Free MORE before returning. * dir.c (linkup): Don't free tempname until after we're done using it in the call to warning. Reported by Katsuya Tanaka (tanaka@boarderz.com).
1999-03-25.Roland McGrath
1999-03-251999-03-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* setup.c (setup): Don't complain if the device is a block device.
1997-02-20.Miles Bader
1997-02-20(argp_program_version): Make const.Miles Bader
1996-09-17*** empty log message ***Thomas Bushnell
1996-09-06*** empty log message ***Thomas Bushnell
1996-09-05*** empty log message ***Thomas Bushnell
1996-08-16*** empty log message ***Thomas Bushnell
1996-08-12*** empty log message ***Thomas Bushnell
1996-07-23.Miles Bader
1996-07-23(pinode): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-23(allocino): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
1996-07-06(argp_program_version): New variable.Miles Bader
<hurd.h>: New include.
1996-07-01(pass2): Don't skip empty directories in `.' and `..' correctnessMichael I. Bushnell
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.
1996-07-01(makeentry): After successful directory expansion, write out modifiedMichael I. Bushnell
directory inode.
1996-07-01(pass4): If a reconnect fails while we are preening, give up.Michael I. Bushnell
1996-06-24(errexit, punt): Exit with status 8 for catastrophic failures.Michael I. Bushnell
1996-05-23(pass2): whops, typo.Michael I. Bushnell
1996-05-23(pass2): Don't clear all node types in directories, just clear thoseMichael I. Bushnell
that are wrong.
1996-05-14(pass2): Fix up test in preen case.Miles Bader
1996-05-14(pass2):Michael I. Bushnell
1996-05-14(pass2): better.Michael I. Bushnell
1996-05-14(pass2): Handle directory entry type fields better for Hurd.Michael I. Bushnell
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-10(pass1b): Bother to initialize NUMBER.Michael I. Bushnell
1996-05-03(show_stats): Fiddle with formatting.Miles Bader
1996-05-03(nice_size, show_stats): New functions.Miles Bader
(main): Use show_stats.
1996-05-02(main): Shorten summary message so that it fits on one line.Miles Bader
1996-05-02Get rid of extraneous calls to pfail.Miles Bader
1996-05-02Fix up recovery logic for when reconnecting an inode fails.Miles Bader
Get rid of extraneous calls to pfail.
1996-05-02(linkup): Consistently put quotes around filenames.Miles Bader
1996-05-02(warning): Don't flush all pending problems, just our own.Miles Bader
(no_preen): New function. (problem, warning, pinode): Use it.
1996-05-02(setup): Use new printing functions; use error to print error msgs.Miles Bader
<error.h>, <errno.h>: New includes.
1996-05-02(pass4): Use new printing functions.Miles Bader
1996-05-02(pass3): Use new printing functions.Miles Bader
1996-05-02(pass2): Use new printing functions.Miles Bader
1996-05-02(pass1b): Use new printing functions.Miles Bader
1996-05-02(validdir, makeentry, linkup): Use new printing functions.Miles Bader
1996-05-02(problem, warning, pextend, pfail): New functions.Miles Bader
(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.
1996-05-02(problem, warning, pextend, pfail, force): New declarations.Miles Bader
(pinode): Update declaration.
1996-05-02(allocino, freeino): Frob NUM_FILES.Miles Bader
1996-05-02(pass1):Miles Bader
Increment NUM_FILES. When clearing inode due to bad blocks, continue. Use new printing functions.
1996-05-02(main): Implement clean-bit checking in preen mode; print summary statistics.Miles Bader
(main, options): Add --force & --silent options. (preen, num_files): New variables.