Age | Commit message (Collapse) | Author |
|
|
|
* fstab.c, fstab.h: Add numerous `const' qualifiers.
* fstab.c (fstab_find_mount): Don't count "none" or "-" as matching
any other entry.
|
|
* fsck.c (struct fsck): Don't use bitfield.
|
|
* fstab.c, fstab.h: Add numerous `const' qualifiers.
|
|
|
|
* MAKEDEV.sh (case 'time'): Make /dev/time mode 644, not 666.
|
|
* swapon.c: Support -a (reading fstab).
|
|
* 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>.
|
|
* 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>.
|
|
|
|
* fsck.c (main): Add braces to silence gcc warning.
|
|
* fstab.c: Rename fsys_remount -> fsys_update in extern decl.
|
|
* clookup.c (file_name_lookup_carefully): Change __getuids to geteuids.
Use hurd_file_name_lookup instead of __hurd_file_name_lookup.
|
|
|
|
* clookup.c (file_name_lookup_carefully): Use getdport instead of
__getdport, getumask () instead of _hurd_umask.
|
|
|
|
|
|
* swapon.c (main): Fix return type to int, and use return.
|
|
|
|
Support 256 ptys.
|
|
Handle devices of the form "cd*".
|
|
|
|
file_get_translator_cntl can also return ENXIO for an inactive translator.
|
|
|
|
Use /hurd/storeio instead of /hurd/devport.
|
|
|
|
|
|
|
|
Add swapon.c & swapoff.c.
(HURDLIBS):
Add libstore.
(targets):
Add swapon & swapoff.
Add dependencies on libstore.
|
|
|
|
|
|
Add missing `ln' to command for stderr.
|
|
|
|
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.
|
|
|
|
this script works under linux too.
|
|
|
|
case it's a file and not a real device.
|
|
Make I local.
|
|
|
|
Correctly remove from fscks chain.
|
|
|
|
|
|
|
|
In non-automatic mode, print a warning if a filesystem is of a type that
can't be fscked.
|
|
Improve error behavior a bit.
Fill in FSTYPE in the case where we added a new type.
(fs_set_mntent):
Avoid null deferences.
|
|
|
|
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.
|
|
|
|
|