aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/mount.cc
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen1-1/+1
2019-02-18Cygwin: utils: MOUNT_BINARY -> MOUNT_TEXTCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-4/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-5/+2
2013-01-21Update copyrightsChristopher Faylor1-2/+2
2011-12-17Clean up whitespace.Christopher Faylor1-10/+10
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-44/+34
2010-08-13 * mount.cc (from_fstab): Fix potentially fatal typo.Corinna Vinschen1-1/+1
2010-08-11 * mount.cc (do_mount): Don't treat "bind" mount as remote mount.Corinna Vinschen1-2/+6
2010-04-29 * mount.cc (oopts): Remove entirely.Corinna Vinschen1-48/+8
2010-01-11 * mount.cc (do_mount_from_fstab): Allow to change cygdrive prefix, too.Corinna Vinschen1-16/+35
2009-08-09 * mount.cc (do_mount): Don't exit, just return.Corinna Vinschen1-2/+0
2009-07-22 * mount.cc (do_mount): Replace --no-executable flag with notexecCorinna Vinschen1-1/+1
2009-07-22 * Makefile.in (path-mount.o): Add a rule to build stripped down versionCorinna Vinschen1-12/+93
2009-05-14cygwin ChangeLogChristopher Faylor1-8/+11
2009-03-02 * mount.cc (mount_entries): Handle a "/" cygdrive prefix correctly.Corinna Vinschen1-2/+8
2008-08-13 * mount.cc (NT_MAX_PATH): Define.Corinna Vinschen1-76/+76
2008-07-25* mount.cc: Remove non-unix-like options (-x,-t,b) throughout.Christopher Faylor1-38/+7
2008-07-17 * mount.cc (do_mount): Remove MOUNT_ENC code.Corinna Vinschen1-23/+1
2008-04-23 * mount.cc (usage): Mark -s and -u as ignored.Corinna Vinschen1-15/+8
2007-03-30* cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor1-0/+2
2006-12-10* mount.cc (do_mount): Avoid unnecessary cygwin_conv_to_win32_path and passChristopher Faylor1-4/+1
2005-08-03 * mount.cc (longopts): Fix typo which disallows --options option.Corinna Vinschen1-2/+2
2005-05-13* mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor1-0/+2
2005-05-01* mount.cc (usage): Clarify action of -m option.Christopher Faylor1-1/+1
2004-10-25fix whitespace, update some copyrightsChristopher Faylor1-1/+1
2003-09-04* mount.cc (mount_commands): Ensure user mode is actually user mode and not theChristopher Faylor1-36/+42
2003-07-26* mount.cc (do_mount): Issue warning when using managed mount option onChristopher Faylor1-0/+20
2003-07-04* mount.cc (struct opt): Remove posix option.Christopher Faylor1-2/+1
2003-07-04* mount.cc (longopts): Add long "options" keyword.Christopher Faylor1-2/+62
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-0/+2
2002-10-19* mount.cc (usage): Correctly report default mode.Christopher Faylor1-2/+2
2002-09-15Add final newlines to utilsJoshua Daniel Franklin1-1/+2
2002-07-01* mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor1-1/+1
2002-06-09* mount.cc (main): Use default system/user flag for cygdrive stuff, too.Christopher Faylor1-2/+2
2002-06-09* mount.cc (opts): Remove '-i' option.Christopher Faylor1-17/+1
2002-05-30* mount.cc (main): Make -b the default.Christopher Faylor1-1/+1
2002-05-23* mount.cc (version) New global variable.Christopher Faylor1-23/+64
2002-05-13* Makefile.in (kill.exe): Add as a specific target.Christopher Faylor1-2/+2
2002-05-12* mount.cc (do_mount): Default to non-exec option for remote drives. ReportChristopher Faylor1-9/+46
2002-02-15* mount.cc (usage): Fix typo in output.Christopher Faylor1-2/+2
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor1-1/+1
2001-09-04* mount.cc (mount_commands): Don't write /cygdrive/u mount points.Christopher Faylor1-14/+17
2001-09-03* mount.cc (longopts): Add mount-commands to options list.Christopher Faylor1-2/+74
2001-09-01* mount.cc (main): Eliminate excess arguments in printf.Christopher Faylor1-1/+1
2001-08-28* mount.cc (main): Issue correct warning for 'not enough arguments'.Christopher Faylor1-1/+4
2001-04-16* mount.cc (longopts): Add help to options list.Christopher Faylor1-18/+19
2001-04-03* mount.cc (main): Use getopt_long for parsing arguments.Christopher Faylor1-68/+114
2001-04-02* mount.cc (show_mounts): Change format string to more closely resemble UNIXChristopher Faylor1-9/+3
2000-11-08* mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes.Christopher Faylor1-10/+14