summaryrefslogtreecommitdiff
path: root/sutils
AgeCommit message (Collapse)Author
1999-05-23.Roland McGrath
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fstab.c, fstab.h: Add numerous `const' qualifiers. * fstab.c (fstab_find_mount): Don't count "none" or "-" as matching any other entry.
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fsck.c (struct fsck): Don't use bitfield.
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fstab.c, fstab.h: Add numerous `const' qualifiers.
1999-05-15.Roland McGrath
1999-05-151999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* MAKEDEV.sh (case 'time'): Make /dev/time mode 644, not 666.
1999-05-151999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* swapon.c: Support -a (reading fstab).
1999-02-18Thu Feb 18 02:13:47 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* MAKEDEV.sh (mkdev): put `time' in single-quotes; it's a reserved word in bash 2.02 and this protects it. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
1999-02-01Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* MAKEDEV.sh (PATH): Add /usr/bin out of deference to users lacking the /usr symlink. Requested by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
1998-11-29.Roland McGrath
1998-11-291998-11-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fsck.c (main): Add braces to silence gcc warning.
1998-11-291998-11-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fstab.c: Rename fsys_remount -> fsys_update in extern decl.
1998-11-291998-11-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* clookup.c (file_name_lookup_carefully): Change __getuids to geteuids. Use hurd_file_name_lookup instead of __hurd_file_name_lookup.
1998-10-24.Roland McGrath
1998-10-241998-10-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* clookup.c (file_name_lookup_carefully): Use getdport instead of __getdport, getumask () instead of _hurd_umask.
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1998-07-20.Roland McGrath
1998-07-201998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* swapon.c (main): Fix return type to int, and use return.
1997-10-28.Miles Bader
1997-10-28(mkdev):Miles Bader
Support 256 ptys.
1997-08-20(mkdev):Miles Bader
Handle devices of the form "cd*".
1997-08-20.Miles Bader
1997-08-20(_fs_check_mounted):Miles Bader
file_get_translator_cntl can also return ENXIO for an inactive translator.
1997-07-22.Miles Bader
1997-07-22(time):Miles Bader
Use /hurd/storeio instead of /hurd/devport.
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