Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-02 | (mkdev): | Miles Bader | |
Make I local. | |||
1997-03-01 | . | Miles Bader | |
1997-03-01 | (fsck_cleanup): | Miles Bader | |
Correctly remove from fscks chain. | |||
1997-02-20 | . | Miles Bader | |
1997-02-20 | (argp_program_version): Make const. | Miles Bader | |
1997-02-05 | . | Miles Bader | |
1997-02-05 | (fsck): | Miles Bader | |
In non-automatic mode, print a warning if a filesystem is of a type that can't be fscked. | |||
1997-02-05 | (fstypes_get): | Miles Bader | |
Improve error behavior a bit. Fill in FSTYPE in the case where we added a new type. (fs_set_mntent): Avoid null deferences. | |||
1996-09-26 | . | Miles Bader | |
1996-09-26 | (all): | Miles Bader | |
Target removed. (DIST_FILES): Variable removed. (SCRIPTS): Add MAKEDEV.sh. ($(prefix)/dev/MAKEDEV): Get rid of dependencies. Implement with a symbolic link to /sbin/MAKEDEV. (targets, special-targets): Add MAKEDEV. (%: %.sh): Variable removed. | |||
1996-09-24 | . | Miles Bader | |
1996-09-24 | Fix argument parsing. | Miles Bader | |
1996-09-24 | (zero): Use `storeio -Tzero' instead of `null -z'. | Miles Bader | |
1996-09-23 | (fs_remount): | Miles Bader | |
Use fsys_update instead of fsys_remount. | |||
1996-09-23 | Use a shell function `mkdev' for recursion, rather than calling this script | Miles Bader | |
recursively. | |||
1996-09-23 | . | Miles Bader | |
1996-09-19 | *** empty log message *** | Thomas Bushnell | |
1996-09-17 | *** empty log message *** | Thomas Bushnell | |
1996-09-08 | Initial checkin | Miles Bader | |
1996-09-08 | . | Miles Bader | |
1996-09-08 | (DIST_FILES): New variable. | Miles Bader | |
(install): Depend on $(prefix)/dev/MAKEDEV. (all): Depend on MAKEDEV. ($(prefix)/dev/MAKEDEV): New rule. | |||
1996-09-05 | *** empty log message *** | Thomas Bushnell | |
1996-08-27 | (doc): Supply a useful value. | Miles Bader | |
1996-08-27 | . | Miles Bader | |
1996-08-27 | (main): Add argument parsing. | Miles Bader | |
(argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | |||
1996-08-27 | (main): Add argument parsing. | Miles Bader | |
(argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | |||
1996-08-27 | (fsck): Remove dependency on libshouldbeinlibc.a. | Miles Bader | |
(reboot halt fsck): Add dependency on libshouldbeinlibc.a. | |||
1996-08-14 | . | Miles Bader | |
1996-08-14 | Add `;' before last commands inside { } pairs. | Miles Bader | |
Add symbolic names for freebsd & lites. (OS_FREEBSD, OS_LITES): New variables. | |||
1996-08-14 | Add `;' before last commands inside { } pairs. | Miles Bader | |
1996-08-12 | Use prog variables from the environment if they're there. | Miles Bader | |
1996-08-12 | . | Miles Bader | |
1996-08-12 | (targets): Add e2os. | Miles Bader | |
(SRCS): Add $(SCRIPTS). (special-targets, SCRIPTS, LCLHDRS): New variables. | |||
1996-08-10 | *** empty log message *** | Miles Bader | |
1996-08-01 | *** empty log message *** | Thomas Bushnell | |
1996-08-01 | (file_name_lookup_carefully/lookup): When appending TAIL to | Thomas Bushnell | |
RETRY_NAME, use strcpy instead of strcat. | |||
1996-07-17 | Initial revision | Roland McGrath | |
1996-07-06 | (argp_program_version): New variable. | Miles Bader | |
1996-07-03 | (fstab_add_fs): Don't SEGV if COPY is 0. | Miles Bader | |
1996-06-27 | (fsck): | Miles Bader | |
Fsck pass 0 if not in automatic mode. Respect `noauto' option in automatic mode. (fs_start_fsck): When deciding to use a flags arg, mask flags against an explicit list of valid ones. (FSCK_F_AUTO): New macro. (main): Set FSCK_F_AUTO flag if in automatic mode. | |||
1996-06-25 | (main, options): Add --writable/-w option. | Miles Bader | |
(FSCK_F_WRITABLE): New macro. (struct fsck): Rename WAS_READONLY field to MAKE_WRITABLE. (fscks_start_fsck): Change to set make_writable field instead of was_readonly. (fsck_cleanup): Change RESTORE_WRITABLE to MAKE_WRITABLE. (fscks_wait): Likewise. | |||
1996-06-20 | (fsck): Wait for fscks to finish. | Miles Bader | |
1996-06-20 | (fstypes_create): Copy SEARCH_FMTS contents into NEW. | Miles Bader | |
(fs_set_mntent): Don't keep old fsys fields if the mnt_dir is changed. (fstab_add_mntent): Initialize fields in FS with non-zero values. (_fs_check_mounted): The root is always mounted. | |||
1996-06-19 | Initial revision | Miles Bader | |
1996-06-19 | Initial revision | Miles Bader | |
1996-06-19 | (fs_set_readonly, fs_remount): | Miles Bader | |
If fsys_set_options returns EINVAL, return EOPNOTSUPP instead. (fs_set_readonly): Use fsys_set_readonly. (fs_remount): Use fsys_remount. (fs_readonly): Use fsys_get_readonly. (_fs_check_mounted): Use file_name_lookup_carefully. | |||
1996-06-19 | (_debug): New variable. | Miles Bader | |
(debug, fs_debug): New macros. (fs_start_fsck, fscks_start_fsck, fsck_cleanup, fscks_wait, fsck, main): Add debugging noise. (main): Use FSTAB_PATH instead of _PATH_MNTTAB. (args_doc): Fix. | |||
1996-06-19 | (options): Rename `--max-parallel' to `--parallel'. | Miles Bader | |
1996-06-19 | Initial revision | Miles Bader | |
1994-11-17 | Include unistd.h, stdio.h, not hurd/anything. | Roland McGrath | |
(main): If reboot returns, give error message and return 1. |