aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/umount.cc
AgeCommit message (Collapse)AuthorFilesLines
2001-12-11* Makefile.in: Add define to CXXFLAGS.Christopher Faylor1-1/+1
2001-06-15* mkpasswd.c (main): Output passwd file in binary mode so that there are no CRsChristopher Faylor1-2/+4
in the file. * umount.cc (remove_all_user_mounts): Don't try to remove /cygdrive mounts.
2001-04-16* mount.cc (longopts): Add help to options list.Christopher Faylor1-1/+2
(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'.
2001-04-03* mount.cc (main): Use getopt_long for parsing arguments.Christopher Faylor1-86/+88
(usage): Reformat, show long and short options. * umount.cc (main): Ditto, all of the above.
2000-10-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor1-7/+12
2000-07-28* utils/mount.cc (main): Add --show-cygdrive-prefixes option.Christopher Faylor1-2/+18
(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.
2000-06-08 mount.cc (error): New function to report an error and exit.Corinna Vinschen1-9/+19
umount.cc (error): Ditto. (remove_all_automounts): Check return status of cygwin_umount. (remove_all_user_mounts): Ditto. (remove_all_system_mounts): Ditto.
2000-06-05* mount.cc: add stdlib.h for exitDJ Delorie1-0/+1
* umount.cc: ditto * strace.cc: add #define for alloca
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+173