summaryrefslogtreecommitdiff
path: root/sutils
AgeCommit message (Collapse)Author
1997-07-15Doc fix.Miles Bader
1997-07-09Initial checkinMiles Bader
1997-07-09.Miles Bader
1997-07-09(SRCS):Miles Bader
Add swapon.c & swapoff.c. (HURDLIBS): Add libstore. (targets): Add swapon & swapoff. Add dependencies on libstore.
1997-06-26fix typo in commentRoland McGrath
1997-06-26.Miles Bader
1997-06-26(mkdev):Miles Bader
Add missing `ln' to command for stderr.
1997-06-24.Miles Bader
1997-06-24(cmd):Miles Bader
New function. (st, mkdir): Use cmd to execute any real commands. Use bash fancy variables instead of various programs. Try to get the correct devdir even if it's not the cwd. Add new options --verbose/-v and --dry-run/-n. Add the --devdir/-D option. Use the basename of $I instead of $I for various things. Correctly put derived names in the same directory as the arg.
1997-06-21.Miles Bader
1997-06-21If $OD & $AWK don't exist, try to get them from /usr/bin, so thatMiles Bader
this script works under linux too.
1997-06-21.Miles Bader
1997-06-21Use conv=notrunc when writing the superblock back to the filesystem device, inMiles Bader
case it's a file and not a real device.
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-24Fix 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-23Use a shell function `mkdev' for recursion, rather than calling this scriptMiles 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-08Initial checkinMiles 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-14Add `;' before last commands inside { } pairs.Miles Bader
Add symbolic names for freebsd & lites. (OS_FREEBSD, OS_LITES): New variables.
1996-08-14Add `;' before last commands inside { } pairs.Miles Bader
1996-08-12Use 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 toThomas Bushnell
RETRY_NAME, use strcpy instead of strcat.
1996-07-17Initial revisionRoland McGrath