summaryrefslogtreecommitdiffstats
path: root/winsup/utils/mount.cc
Commit message (Expand)AuthorAgeFilesLines
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-5/+2
* Update copyrightsChristopher Faylor2013-01-211-2/+2
* Clean up whitespace.Christopher Faylor2011-12-171-10/+10
* * Align usage output, version output, as well as usage and versionCorinna Vinschen2011-10-101-44/+34
* * mount.cc (from_fstab): Fix potentially fatal typo.Corinna Vinschen2010-08-131-1/+1
* * mount.cc (do_mount): Don't treat "bind" mount as remote mount.Corinna Vinschen2010-08-111-2/+6
* * mount.cc (oopts): Remove entirely.Corinna Vinschen2010-04-291-48/+8
* * mount.cc (do_mount_from_fstab): Allow to change cygdrive prefix, too.Corinna Vinschen2010-01-111-16/+35
* * mount.cc (do_mount): Don't exit, just return.Corinna Vinschen2009-08-091-2/+0
* * mount.cc (do_mount): Replace --no-executable flag with notexecCorinna Vinschen2009-07-221-1/+1
* * Makefile.in (path-mount.o): Add a rule to build stripped down versionCorinna Vinschen2009-07-221-12/+93
* cygwin ChangeLogChristopher Faylor2009-05-141-8/+11
* * mount.cc (mount_entries): Handle a "/" cygdrive prefix correctly.Corinna Vinschen2009-03-021-2/+8
* * mount.cc (NT_MAX_PATH): Define.Corinna Vinschen2008-08-131-76/+76
* * mount.cc: Remove non-unix-like options (-x,-t,b) throughout.Christopher Faylor2008-07-251-38/+7
* * mount.cc (do_mount): Remove MOUNT_ENC code.Corinna Vinschen2008-07-171-23/+1
* * mount.cc (usage): Mark -s and -u as ignored.Corinna Vinschen2008-04-231-15/+8
* * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor2007-03-301-0/+2
* * mount.cc (do_mount): Avoid unnecessary cygwin_conv_to_win32_path and passChristopher Faylor2006-12-101-4/+1
* * mount.cc (longopts): Fix typo which disallows --options option.Corinna Vinschen2005-08-031-2/+2
* * mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor2005-05-131-0/+2
* * mount.cc (usage): Clarify action of -m option.Christopher Faylor2005-05-011-1/+1
* fix whitespace, update some copyrightsChristopher Faylor2004-10-251-1/+1
* * mount.cc (mount_commands): Ensure user mode is actually user mode and not theChristopher Faylor2003-09-041-36/+42
* * mount.cc (do_mount): Issue warning when using managed mount option onChristopher Faylor2003-07-261-0/+20
* * mount.cc (struct opt): Remove posix option.Christopher Faylor2003-07-041-2/+1
* * mount.cc (longopts): Add long "options" keyword.Christopher Faylor2003-07-041-2/+62
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-261-0/+2
* * mount.cc (usage): Correctly report default mode.Christopher Faylor2002-10-191-2/+2
* Add final newlines to utilsJoshua Daniel Franklin2002-09-151-1/+2
* * mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor2002-07-011-1/+1
* * mount.cc (main): Use default system/user flag for cygdrive stuff, too.Christopher Faylor2002-06-091-2/+2
* * mount.cc (opts): Remove '-i' option.Christopher Faylor2002-06-091-17/+1
* * mount.cc (main): Make -b the default.Christopher Faylor2002-05-301-1/+1
* * mount.cc (version) New global variable.Christopher Faylor2002-05-231-23/+64
* * Makefile.in (kill.exe): Add as a specific target.Christopher Faylor2002-05-131-2/+2
* * mount.cc (do_mount): Default to non-exec option for remote drives. ReportChristopher Faylor2002-05-121-9/+46
* * mount.cc (usage): Fix typo in output.Christopher Faylor2002-02-151-2/+2
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-1/+1
* * mount.cc (mount_commands): Don't write /cygdrive/u mount points.Christopher Faylor2001-09-041-14/+17
* * mount.cc (longopts): Add mount-commands to options list.Christopher Faylor2001-09-031-2/+74
* * mount.cc (main): Eliminate excess arguments in printf.Christopher Faylor2001-09-011-1/+1
* * mount.cc (main): Issue correct warning for 'not enough arguments'.Christopher Faylor2001-08-281-1/+4
* * mount.cc (longopts): Add help to options list.Christopher Faylor2001-04-161-18/+19
* * mount.cc (main): Use getopt_long for parsing arguments.Christopher Faylor2001-04-031-68/+114
* * mount.cc (show_mounts): Change format string to more closely resemble UNIXChristopher Faylor2001-04-021-9/+3
* * mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes.Christopher Faylor2000-11-081-10/+14
* Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor2000-10-281-3/+3
* * utils/mount.cc (main): Add --show-cygdrive-prefixes option.Christopher Faylor2000-07-281-0/+31
* * mount.cc (mount_already_exists): Slightly rearrange.Corinna Vinschen2000-07-131-13/+19