summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mount.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove conversion of native paths to POSIX mount points.Kaz Kylheku2016-07-101-74/+1
* First steps toward native path handling.Kaz Kylheku2016-07-081-1/+19
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-6/+0
* Add necessary braces to if statementsPeter Foley2016-03-201-1/+2
* cygwin_conv_path: Really always preserve trailing slash in conversion to POSI...Corinna Vinschen2016-02-151-1/+1
* cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen2016-02-091-1/+2
* Drop has_broken_fnoi flagCorinna Vinschen2016-01-271-4/+0
* Introduce the 'usertemp' filesystem typeJohannes Schindelin2015-12-071-0/+21
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-061-21/+35
* Fake volume serial number on filesystems not providing itCorinna Vinschen2015-11-051-2/+28
* Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen2015-11-041-0/+2
* Add support for Parallels Desktop FS (prlfs)Corinna Vinschen2015-11-021-2/+8
* * mount.cc (mount_info::init): Take bool argument and allow toCorinna Vinschen2014-11-271-6/+6
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-47/+54
* * mount.cc (fs_info::update): Define dir in the outermost scope to avoidCorinna Vinschen2014-06-231-4/+4
* * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen2014-02-081-77/+5
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen2014-02-061-5/+6
* * mount.cc (fs_info::update): Fix formatting.Corinna Vinschen2013-12-111-2/+2
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-5/+1
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-241-2/+6
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-50/+22
* * mount.cc (fs_names): Add trailing NULL element to avoid potentialCorinna Vinschen2013-03-061-1/+2
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen2012-12-141-0/+4
* whitespace cleanupChristopher Faylor2012-08-161-4/+4
* * mount.cc (fs_names): Add missing ReFS entry. Change comment.Corinna Vinschen2012-08-141-1/+3
* * mount.cc (getmntent_r): Remove unused but set variable.Yaakov Selkowitz2012-07-191-2/+1
* * cygwin.din (getmntent_r): Export.Corinna Vinschen2012-07-181-0/+29
* * mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignmentChristopher Faylor2012-07-021-1/+0
* * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen2012-06-031-0/+1
* * mount.cc (fillout_mntent): Use "none" rather than 0 when checkingCorinna Vinschen2012-04-021-1/+1
* * mount.cc (get_disk_type): Drop unneeded toupper call. Convert caseCorinna Vinschen2012-02-171-6/+6
* * autoload.cc (NetUseGetInfo): Define.Corinna Vinschen2012-02-161-8/+39
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-1/+1
* * mount.cc (mount_info::create_root_entry): Fix format specifier inCorinna Vinschen2012-02-071-2/+2
* * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen2011-12-221-0/+151
* * mount.cc (fs_info::update): Set has_buggy_reopen for Netapps as well.Corinna Vinschen2011-12-121-3/+3
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-3/+3
* * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen2011-10-211-2/+2
* * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen2011-10-211-8/+12
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-1/+1
* whitespace eliminationChristopher Faylor2011-06-061-6/+6
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-4/+4
* * mount.cc (mount_info::conv_to_win32_path): Remove unused code.Corinna Vinschen2011-05-241-6/+1
* Eliminate trailing whitespace in some files.Christopher Faylor2011-05-021-3/+3
* Drop NT4 support.Corinna Vinschen2011-04-041-4/+2
* * mount.cc (NETAPP_IGNORE): Add FILE_PERSISTENT_ACLS.Corinna Vinschen2010-11-221-9/+13
* Revert accidental previous login.Corinna Vinschen2010-09-281-2/+1
* * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen2010-09-281-1/+2