aboutsummaryrefslogtreecommitdiff
path: root/ufs-fsck/main.c
Commit message (Collapse)AuthorAgeFilesLines
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-061-1/+1
|
* *** empty log message ***Thomas Bushnell1996-09-051-1/+2
|
* (argp_program_version): New variable.Miles Bader1996-07-061-0/+3
| | | | <hurd.h>: New include.
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+2
|
* (show_stats): Fiddle with formatting.Miles Bader1996-05-031-1/+1
|
* (nice_size, show_stats): New functions.Miles Bader1996-05-031-13/+38
| | | | (main): Use show_stats.
* (main): Shorten summary message so that it fits on one line.Miles Bader1996-05-021-3/+1
|
* (main): Implement clean-bit checking in preen mode; print summary statistics.Miles Bader1996-05-021-21/+58
| | | | | (main, options): Add --force & --silent options. (preen, num_files): New variables.
* (main): Don't print large obnoxious banner if PREEN.Miles Bader1996-05-011-1/+1
|
* (main): Pass new arg to argp_parse. Use argp_usage correctly.Miles Bader1996-03-191-3/+3
|
* (main):Miles Bader1995-10-191-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>.
* (main): Only print section headers if not in preen mode.Miles Bader1995-10-181-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.
* entered into RCSMichael I. Bushnell1994-10-131-1/+2
|
* Initial revisionMichael I. Bushnell1994-10-121-0/+62