Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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 | |
| | ||||||
* | . | Miles Bader | 1996-09-08 | 1 | -0/+8 | |
| | ||||||
* | (DIST_FILES): New variable. | Miles Bader | 1996-09-08 | 1 | -2/+9 | |
| | | | | | | (install): Depend on $(prefix)/dev/MAKEDEV. (all): Depend on MAKEDEV. ($(prefix)/dev/MAKEDEV): New rule. | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-05 | 6 | -6/+20 | |
| | ||||||
* | (doc): Supply a useful value. | Miles Bader | 1996-08-27 | 1 | -1/+1 | |
| | ||||||
* | . | Miles Bader | 1996-08-27 | 1 | -0/+12 | |
| | ||||||
* | (main): Add argument parsing. | Miles Bader | 1996-08-27 | 1 | -6/+8 | |
| | | | | | (argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | |||||
* | (main): Add argument parsing. | Miles Bader | 1996-08-27 | 1 | -2/+8 | |
| | | | | | (argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | |||||
* | (fsck): Remove dependency on libshouldbeinlibc.a. | Miles Bader | 1996-08-27 | 1 | -1/+2 | |
| | | | | (reboot halt fsck): Add dependency on libshouldbeinlibc.a. | |||||
* | . | Miles Bader | 1996-08-14 | 1 | -0/+6 | |
| | ||||||
* | Add `;' before last commands inside { } pairs. | Miles Bader | 1996-08-14 | 1 | -0/+6 | |
| | | | | | Add symbolic names for freebsd & lites. (OS_FREEBSD, OS_LITES): New variables. | |||||
* | Add `;' before last commands inside { } pairs. | Miles Bader | 1996-08-14 | 1 | -2/+2 | |
| | ||||||
* | Use prog variables from the environment if they're there. | Miles Bader | 1996-08-12 | 1 | -4/+4 | |
| |