aboutsummaryrefslogtreecommitdiff
path: root/sutils
Commit message (Collapse)AuthorAgeFilesLines
...
* Thu Feb 18 02:13:47 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-182-1/+7
| | | | | | * 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>.
* Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-012-1/+7
| | | | | | * 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>.
* .Roland McGrath1998-11-291-0/+11
|
* 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-11-291-9/+11
| | | | * fsck.c (main): Add braces to silence gcc warning.
* 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-11-291-1/+1
| | | | * fstab.c: Rename fsys_remount -> fsys_update in extern decl.
* 1998-11-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-11-291-6/+5
| | | | | * clookup.c (file_name_lookup_carefully): Change __getuids to geteuids. Use hurd_file_name_lookup instead of __hurd_file_name_lookup.
* .Roland McGrath1998-10-241-0/+5
|
* 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-4/+4
| | | | | * clookup.c (file_name_lookup_carefully): Use getdport instead of __getdport, getumask () instead of _hurd_umask.
* Add braces to silence gcc warnings.Roland McGrath1998-10-202-12/+21
|
* .Roland McGrath1998-07-201-5/+8
|
* 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-4/+4
| | | | * swapon.c (main): Fix return type to int, and use return.
* .Miles Bader1997-10-281-0/+4
|
* (mkdev):Miles Bader1997-10-281-2/+2
| | | | Support 256 ptys.
* (mkdev):Miles Bader1997-08-201-1/+1
| | | | Handle devices of the form "cd*".
* .Miles Bader1997-08-201-0/+9
|
* (_fs_check_mounted):Miles Bader1997-08-201-1/+1
| | | | file_get_translator_cntl can also return ENXIO for an inactive translator.
* .Miles Bader1997-07-221-0/+4
|
* (time):Miles Bader1997-07-221-1/+1
| | | | Use /hurd/storeio instead of /hurd/devport.
* Doc fix.Miles Bader1997-07-151-1/+1
|
* Initial checkinMiles Bader1997-07-092-0/+132
|
* .Miles Bader1997-07-091-0/+7
|
* (SRCS):Miles Bader1997-07-091-5/+6
| | | | | | | | | Add swapon.c & swapoff.c. (HURDLIBS): Add libstore. (targets): Add swapon & swapoff. Add dependencies on libstore.
* fix typo in commentRoland McGrath1997-06-261-1/+1
|
* .Miles Bader1997-06-261-0/+4
|
* (mkdev):Miles Bader1997-06-261-1/+1
| | | | Add missing `ln' to command for stderr.
* .Miles Bader1997-06-241-0/+14
|
* (cmd):Miles Bader1997-06-241-30/+75
| | | | | | | | | | | | 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.
* .Miles Bader1997-06-211-1/+4
|
* If $OD & $AWK don't exist, try to get them from /usr/bin, so thatMiles Bader1997-06-211-1/+5
| | | | this script works under linux too.
* .Miles Bader1997-06-211-0/+5
|
* Use conv=notrunc when writing the superblock back to the filesystem device, inMiles Bader1997-06-211-2/+2
| | | | case it's a file and not a real device.
* (mkdev):Miles Bader1997-03-021-0/+1
| | | | Make I local.
* .Miles Bader1997-03-011-0/+8
|
* (fsck_cleanup):Miles Bader1997-03-011-1/+4
| | | | Correctly remove from fscks chain.
* .Miles Bader1997-02-201-0/+4
|
* (argp_program_version): Make const.Miles Bader1997-02-203-5/+5
|
* .Miles Bader1997-02-051-0/+12
|
* (fsck):Miles Bader1997-02-051-2/+5
| | | | | In non-automatic mode, print a warning if a filesystem is of a type that can't be fscked.
* (fstypes_get):Miles Bader1997-02-051-17/+29
| | | | | | | Improve error behavior a bit. Fill in FSTYPE in the case where we added a new type. (fs_set_mntent): Avoid null deferences.
* .Miles Bader1996-09-261-0/+10
|
* (all):Miles Bader1996-09-261-14/+7
| | | | | | | | | | | | | | | 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.
* .Miles Bader1996-09-241-0/+19
|
* Fix argument parsing.Miles Bader1996-09-241-12/+9
|
* (zero): Use `storeio -Tzero' instead of `null -z'.Miles Bader1996-09-241-1/+1
|
* (fs_remount):Miles Bader1996-09-231-1/+1
| | | | Use fsys_update instead of fsys_remount.
* Use a shell function `mkdev' for recursion, rather than calling this scriptMiles Bader1996-09-231-50/+87
| | | | recursively.
* .Miles Bader1996-09-231-1/+1
|
* *** empty log message ***Thomas Bushnell1996-09-192-2/+7
|
* *** empty log message ***Thomas Bushnell1996-09-172-1/+14
|
* Initial checkinMiles Bader1996-09-081-0/+78
|