summaryrefslogtreecommitdiff
path: root/ufs-fsck/main.c
AgeCommit message (Collapse)Author
1997-02-20(argp_program_version): Make const.Miles Bader
1996-09-06*** empty log message ***Thomas Bushnell
1996-09-05*** empty log message ***Thomas Bushnell
1996-07-06(argp_program_version): New variable.Miles Bader
<hurd.h>: New include.
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
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-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.
1996-05-01(main): Don't print large obnoxious banner if PREEN.Miles Bader
1996-03-19(main): Pass new arg to argp_parse. Use argp_usage correctly.Miles Bader
1995-10-19(main):Miles Bader
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>.
1995-10-18(main): Only print section headers if not in preen mode.Miles Bader
(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.
1994-10-13entered into RCSMichael I. Bushnell
1994-10-12Initial revisionMichael I. Bushnell