Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Thu Feb 18 02:13:47 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-02-18 | 2 | -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 Bushnell | 1999-02-01 | 2 | -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 McGrath | 1998-11-29 | 1 | -0/+11 | |
| | ||||||
* | 1998-11-29 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-11-29 | 1 | -9/+11 | |
| | | | | * fsck.c (main): Add braces to silence gcc warning. | |||||
* | 1998-11-29 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-11-29 | 1 | -1/+1 | |
| | | | | * fstab.c: Rename fsys_remount -> fsys_update in extern decl. | |||||
* | 1998-11-28 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-11-29 | 1 | -6/+5 | |
| | | | | | * clookup.c (file_name_lookup_carefully): Change __getuids to geteuids. Use hurd_file_name_lookup instead of __hurd_file_name_lookup. | |||||
* | . | Roland McGrath | 1998-10-24 | 1 | -0/+5 | |
| | ||||||
* | 1998-10-24 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-10-24 | 1 | -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 McGrath | 1998-10-20 | 2 | -12/+21 | |
| | ||||||
* | . | Roland McGrath | 1998-07-20 | 1 | -5/+8 | |
| | ||||||
* | 1998-07-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-07-20 | 1 | -4/+4 | |
| | | | | * swapon.c (main): Fix return type to int, and use return. | |||||
* | . | Miles Bader | 1997-10-28 | 1 | -0/+4 | |
| | ||||||
* | (mkdev): | Miles Bader | 1997-10-28 | 1 | -2/+2 | |
| | | | | Support 256 ptys. | |||||
* | (mkdev): | Miles Bader | 1997-08-20 | 1 | -1/+1 | |
| | | | | Handle devices of the form "cd*". | |||||
* | . | Miles Bader | 1997-08-20 | 1 | -0/+9 | |
| | ||||||
* | (_fs_check_mounted): | Miles Bader | 1997-08-20 | 1 | -1/+1 | |
| | | | | file_get_translator_cntl can also return ENXIO for an inactive translator. | |||||
* | . | Miles Bader | 1997-07-22 | 1 | -0/+4 | |
| | ||||||
* | (time): | Miles Bader | 1997-07-22 | 1 | -1/+1 | |
| | | | | Use /hurd/storeio instead of /hurd/devport. | |||||
* | Doc fix. | Miles Bader | 1997-07-15 | 1 | -1/+1 | |
| | ||||||
* | Initial checkin | Miles Bader | 1997-07-09 | 2 | -0/+132 | |
| | ||||||
* | . | Miles Bader | 1997-07-09 | 1 | -0/+7 | |
| | ||||||
* | (SRCS): | Miles Bader | 1997-07-09 | 1 | -5/+6 | |
| | | | | | | | | | Add swapon.c & swapoff.c. (HURDLIBS): Add libstore. (targets): Add swapon & swapoff. Add dependencies on libstore. | |||||
* | fix typo in comment | Roland McGrath | 1997-06-26 | 1 | -1/+1 | |
| | ||||||
* | . | Miles Bader | 1997-06-26 | 1 | -0/+4 | |
| | ||||||
* | (mkdev): | Miles Bader | 1997-06-26 | 1 | -1/+1 | |
| | | | | Add missing `ln' to command for stderr. | |||||
* | . | Miles Bader | 1997-06-24 | 1 | -0/+14 | |
| | ||||||
* | (cmd): | Miles Bader | 1997-06-24 | 1 | -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 Bader | 1997-06-21 | 1 | -1/+4 | |
| | ||||||
* | If $OD & $AWK don't exist, try to get them from /usr/bin, so that | Miles Bader | 1997-06-21 | 1 | -1/+5 | |
| | | | | this script works under linux too. | |||||
* | . | Miles Bader | 1997-06-21 | 1 | -0/+5 | |
| | ||||||
* | Use conv=notrunc when writing the superblock back to the filesystem device, in | Miles Bader | 1997-06-21 | 1 | -2/+2 | |
| | | | | case it's a file and not a real device. | |||||
* | (mkdev): | Miles Bader | 1997-03-02 | 1 | -0/+1 | |
| | | | | Make I local. | |||||
* | . | Miles Bader | 1997-03-01 | 1 | -0/+8 | |
| | ||||||
* | (fsck_cleanup): | Miles Bader | 1997-03-01 | 1 | -1/+4 | |
| | | | | Correctly remove from fscks chain. | |||||
* | . | Miles Bader | 1997-02-20 | 1 | -0/+4 | |
| | ||||||
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 3 | -5/+5 | |
| | ||||||
* | . | Miles Bader | 1997-02-05 | 1 | -0/+12 | |
| | ||||||
* | (fsck): | Miles Bader | 1997-02-05 | 1 | -2/+5 | |
| | | | | | In non-automatic mode, print a warning if a filesystem is of a type that can't be fscked. | |||||
* | (fstypes_get): | Miles Bader | 1997-02-05 | 1 | -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 Bader | 1996-09-26 | 1 | -0/+10 | |
| | ||||||
* | (all): | Miles Bader | 1996-09-26 | 1 | -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 Bader | 1996-09-24 | 1 | -0/+19 | |
| | ||||||
* | Fix argument parsing. | Miles Bader | 1996-09-24 | 1 | -12/+9 | |
| | ||||||
* | (zero): Use `storeio -Tzero' instead of `null -z'. | Miles Bader | 1996-09-24 | 1 | -1/+1 | |
| | ||||||
* | (fs_remount): | Miles Bader | 1996-09-23 | 1 | -1/+1 | |
| | | | | Use fsys_update instead of fsys_remount. | |||||
* | Use a shell function `mkdev' for recursion, rather than calling this script | Miles Bader | 1996-09-23 | 1 | -50/+87 | |
| | | | | recursively. | |||||
* | . | Miles Bader | 1996-09-23 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-19 | 2 | -2/+7 | |
| | ||||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-17 | 2 | -1/+14 | |
| | ||||||
* | Initial checkin | Miles Bader | 1996-09-08 | 1 | -0/+78 | |
| |