aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/mount.cc
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Cygwin: mount: define binary mount as defaultCorinna Vinschen1-27/+18
2019-02-18Cygwin: mount: remove unused method mount_info::set_flags_from_win32_pathCorinna Vinschen1-15/+0
2019-01-06Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen1-13/+4
2018-12-25Cygwin: cygheap: convert installation paths to UNICODE_STRINGSCorinna Vinschen1-1/+1
2018-12-23Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen1-1/+7
2017-03-27Recognize Netapp mode supporting reparse pointsCorinna Vinschen1-0/+1
2016-06-24Fix various OS-related commentsCorinna Vinschen1-1/+1
2016-06-23Drop has_broken_udf flagCorinna Vinschen1-12/+3
2016-06-23Remove support for SUNWNFS file systemCorinna Vinschen1-8/+3
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen1-6/+0
2016-03-20Add necessary braces to if statementsPeter Foley1-1/+2
2016-02-15cygwin_conv_path: Really always preserve trailing slash in conversion to POSI...Corinna Vinschen1-1/+1
2016-02-09cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen1-1/+2
2016-01-27Drop has_broken_fnoi flagCorinna Vinschen1-4/+0
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin1-0/+21
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen1-21/+35
2015-11-05Fake volume serial number on filesystems not providing itCorinna Vinschen1-2/+28
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen1-0/+2
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen1-2/+8
2014-11-27 * mount.cc (mount_info::init): Take bool argument and allow toCorinna Vinschen1-6/+6
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-47/+54
2014-06-23 * mount.cc (fs_info::update): Define dir in the outermost scope to avoidCorinna Vinschen1-4/+4
2014-02-08 * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen1-77/+5
2014-02-06 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen1-5/+6
2013-12-11 * mount.cc (fs_info::update): Fix formatting.Corinna Vinschen1-2/+2
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-5/+1
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-2/+6
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-50/+22
2013-03-06 * mount.cc (fs_names): Add trailing NULL element to avoid potentialCorinna Vinschen1-1/+2
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen1-0/+4
2012-08-16whitespace cleanupChristopher Faylor1-4/+4
2012-08-14 * mount.cc (fs_names): Add missing ReFS entry. Change comment.Corinna Vinschen1-1/+3
2012-07-19 * mount.cc (getmntent_r): Remove unused but set variable.Yaakov Selkowitz1-2/+1
2012-07-18 * cygwin.din (getmntent_r): Export.Corinna Vinschen1-0/+29
2012-07-02* mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignmentChristopher Faylor1-1/+0
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen1-0/+1
2012-04-02 * mount.cc (fillout_mntent): Use "none" rather than 0 when checkingCorinna Vinschen1-1/+1
2012-02-17 * mount.cc (get_disk_type): Drop unneeded toupper call. Convert caseCorinna Vinschen1-6/+6
2012-02-16 * autoload.cc (NetUseGetInfo): Define.Corinna Vinschen1-8/+39
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-1/+1
2012-02-07 * mount.cc (mount_info::create_root_entry): Fix format specifier inCorinna Vinschen1-2/+2
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen1-0/+151
2011-12-12 * mount.cc (fs_info::update): Set has_buggy_reopen for Netapps as well.Corinna Vinschen1-3/+3
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-3/+3
2011-10-21 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen1-2/+2
2011-10-21 * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen1-8/+12
2011-06-12Rename FH_BAD to FH_NADA throughout.Christopher Faylor1-1/+1