summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mount.cc
Commit message (Expand)AuthorAgeFilesLines
* * mount.cc (mount_info::from_fstab_line): Default to binary mount.Corinna Vinschen2008-07-171-1/+1
* Add case-sensitivity.Corinna Vinschen2008-07-161-204/+20
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-1/+6
* * mount.cc (mount_info::get_cygdrive_info): Fix usage of user andCorinna Vinschen2008-06-131-9/+17
* * mount.cc (mount_info::from_fstab): Read sizeof (buf) - 2 bytes.Corinna Vinschen2008-06-101-3/+29
* * mount.cc (mount_info::from_fstab): Use proper buffer size.Christopher Faylor2008-05-251-4/+3
* * mount.cc (mount_info::init): Revert previous change.Christopher Faylor2008-05-241-4/+3
* * mount.cc (mount_info::init): Recreate path when trying to read theCorinna Vinschen2008-05-241-2/+4
* * mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.Christopher Faylor2008-05-231-46/+56
* * mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor2008-05-231-3/+2
* * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen2008-05-201-1/+1
* * mount.cc (is_unc_share): Allow \\?\ prefix as well. Enhance comment.Corinna Vinschen2008-04-301-11/+7
* * mount.cc (mount_info::from_fstab): Skip native path prefix inCorinna Vinschen2008-04-291-1/+8
* * mount.cc (mount_info::init): Remove call to from_registry. PrintCorinna Vinschen2008-04-211-126/+5
* * mount.cc (mount_info::from_fstab): Read user fstab files fromCorinna Vinschen2008-04-081-1/+1
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1610