summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler_nodevice.cc (fhandler_nodevice::open): Convert EROFS toCorinna Vinschen2012-04-041-2/+5
* * path.cc (path_conv::check): Convert device type to FH_FS forCorinna Vinschen2012-04-041-0/+13
* * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-1/+1
* * devices.cc: Regenerate.Corinna Vinschen2012-03-311-1/+1
* (Interim checkin while we work on this)Christopher Faylor2012-03-311-0/+6
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-11/+5
* * path.cc (readlink): Avoid calling strlen() twice.Corinna Vinschen2012-03-081-1/+2
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-1/+2
* * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen2012-03-051-191/+124
* * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen2012-02-261-6/+0
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-1/+1
* * path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contentsChristopher Faylor2012-01-021-10/+9
* * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz2012-01-011-0/+21
* * path.cc (struct symlink_info): Add bool argument to declaration ofCorinna Vinschen2011-12-241-17/+29
* Clean up whitespace.Christopher Faylor2011-12-171-6/+6
* * path.cc (conv_path_list): Fix a condition.Corinna Vinschen2011-12-131-25/+16
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen2011-12-131-37/+44
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-4/+4
* * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen2011-12-021-32/+75
* * path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it isChristopher Faylor2011-10-231-2/+8
* * path.cc: Extend two comments. Mention the name RtlpCurDirRefCorinna Vinschen2011-10-181-5/+15
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-0/+6
* * path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' insteadCorinna Vinschen2011-10-131-3/+6
* * path.cc (copy_cwd_str): Move up in file to be accessible fromCorinna Vinschen2011-10-131-166/+227
* * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen2011-08-011-1/+1
* * ntdll.h: Fix typo in comment.Corinna Vinschen2011-07-261-1/+1
* * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen2011-07-051-2/+6
* * path.cc (normalize_win32_path): Skip all slashes after recognizingCorinna Vinschen2011-06-181-1/+2
* whitespace eliminationChristopher Faylor2011-06-061-27/+27
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-8/+8
* * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen2011-03-291-5/+0
* * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen2011-03-081-2/+9
* * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen2011-02-151-64/+132
* Revert change from 2010-08-31:Corinna Vinschen2011-02-151-15/+0
* * path.cc (struct _FAST_CWD): Redefine to new layout used since patchCorinna Vinschen2011-02-131-31/+99
* * path.cc (conv_path_list): Remove enclosing quotes and trailingCorinna Vinschen2011-02-021-3/+21
* * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen2011-01-171-7/+9
* * path.cc (path_conv::check): Don't generate ENOENT for non-existantCorinna Vinschen2010-12-061-1/+8
* * path.cc (symlink_info::check): Don't use FileNetworkOpenInformationCorinna Vinschen2010-11-231-10/+23
* * dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor2010-10-241-3/+0
* * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen2010-10-091-20/+296
* * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen2010-10-071-78/+73
* * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify.Corinna Vinschen2010-10-021-22/+3
* * fhandler.cc: Drop including nfs.h.Corinna Vinschen2010-09-301-13/+30
* * path.cc (symlink_info::check): Remove erroneous assumption aboutCorinna Vinschen2010-09-301-4/+1
* * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen2010-09-241-0/+17
* * path.cc (cwdstuff::set): Replace constant 2 with sizeof(WCHAR) whereCorinna Vinschen2010-09-211-4/+6
* * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen2010-09-211-12/+0
* * fhandler.cc (fhandler_base::open): Always open NFS files withCorinna Vinschen2010-09-211-3/+4
* * path.cc (symlink_info::check): Make sure AllocationSize and EndOfFileCorinna Vinschen2010-09-141-0/+8