| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
that is passed to do_mount.
* cygpath.cc (long_options): Add "dos" and "mixed", correct "close", "file" and
"type" to use NULL flag.
(usage): Clean up usage output (more), accomodate new options.
(main): Add --dos and --mixed options; accomodate all output forms in --type.
Make UNIXy output default.
|
|
|
|
|
|
| |
(change_cygdrive_prefix): Change MOUNT_AUTO to MOUNT_CYGDRIVE.
* umount.cc (remove_cygdrive_prefix): Ditto.
(main): Use default system/user flag for cygdrive stuff, too.
|
|
|
|
|
|
| |
(usage): Ditto.
(main): Ditto.
(longopts): Remove --import-old-mounts option.
|
| |
|
|
|
|
|
|
|
|
| |
(usage) Standardize usage output. Accomodate new version option.
(print_version) New function.
(longopts) Accomodate new version option.
(opts) Ditto.
(main) Ditto.
|
|
|
|
|
|
|
|
|
|
| |
* kill.cc (longopts): New.
(opts): Ditto.
(get_sig): Accept const char * parameter. Return -1 on unknown signal.
(test_for_unknown_sig): New function.
(listsig): New function.
(main): Use getopt_long for option parsing. Implement -l, and -s options. Use
test_for_unknown_sig() to test for signal validity.
|
|
|
|
|
|
|
|
|
|
|
| |
warnings before attempting a mount.
(longopts): Add no-executable option.
(mount_commands): Ditto.
(opts): Ditto.
(usage): Ditto. Indicate that system mount is now the default.
(main): Accommodate no-executable option. Make system mount the default.
* umount.cc (usage): Indicate that system umount is now the default.
(main): Make system umount the default.
|
| |
|
|
|
|
|
| |
* configure.in: Remove testsuite from SUBDIRS.
* configure: Regenerate.
|
| |
|
|
|
|
|
| |
(usage): Add mount-commands option.
(mount_commands): New function. Write commands to recreate current mounts.
|
| |
|
| |
|
|
|
|
|
|
| |
(opts): Add 'h' to options string.
* umount.cc (longopts): Add help to options list.
(opts): Add 'h' to options string and change 'R' to 'A'.
|
|
|
|
|
| |
(usage): Reformat, show long and short options.
* umount.cc (main): Ditto, all of the above.
|
|
|
|
| |
when displaying mount table.
|
|
|
|
|
|
|
| |
* mount.cc (show_cygdrive_prefixes): Remove function.
* mount.cc (show_cygdrive_info): New function. Actually, show_cygdrive_info is
really an enhanced version of show_cygdrive_prefixes renamed to
show_cygdrive_info that also displays the user and system flags.
|
| |
|
|
|
|
|
|
|
| |
(show_cygdrive_prefixes): New function.
* utils/umount.cc (main): Add --remove-cygdrive-prefix option.
(error): Change signature from 'char *' to 'const char *'.
(remove_cygdrive_prefix): New function.
|
|
|
|
| |
Change message texts.
|
|
|
|
| |
if mount point exists with another mount type.
|
|
|
|
|
|
|
| |
umount.cc (error): Ditto.
(remove_all_automounts): Check return status of cygwin_umount.
(remove_all_user_mounts): Ditto.
(remove_all_system_mounts): Ditto.
|
|
|
|
|
| |
* umount.cc: ditto
* strace.cc: add #define for alloca
|
|
|
|
|
|
|
|
|
| |
* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes.
* mkgroup.c: Ditto.
* mkpasswd.c: Ditto.
* mount.cc: Ditto. Eliminate use of cygwin source specific includes.
* ps.cc: Ditto.
* cygwin.cc: Eliminate obsolete file.
|
| |
|
|
|