summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * ntdll.h (RtlAcquirePebLock): Declare.Corinna Vinschen2007-08-161-5/+4
* * ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.Corinna Vinschen2007-08-161-45/+35
* * path.cc (get_nt_native_path): Allow to convert special paths whichCorinna Vinschen2007-08-151-4/+6
* * path.cc (symlink_info::check): In case of ERROR_SHARING_VIOLATION andCorinna Vinschen2007-08-141-3/+16
* * path.cc (fs_info::update): Correctly handle the volume root directory.Corinna Vinschen2007-08-141-2/+5
* * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen2007-08-141-6/+0
* * devices.in (dev_storage): Use native NT device name for kmsg mailslot.Corinna Vinschen2007-08-131-10/+0
* * fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.Corinna Vinschen2007-08-121-5/+0
* * path.cc (fillout_mntent): Fix calculation of unicode buffer size.Corinna Vinschen2007-08-101-1/+2
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen2007-08-011-83/+83
* * fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checkingCorinna Vinschen2007-07-311-0/+10
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-261-5/+26
* * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen2007-07-191-2/+41
* * path.cc (symlink_info::check_shortcut): Handle device "symlinks" specially -Christopher Faylor2007-07-071-2/+6
* * path.cc (cwdstuff::set): Revert useless acquire check.Corinna Vinschen2007-05-221-2/+1
* * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock.Corinna Vinschen2007-05-221-2/+3
* * path.cc (fs_info::update): Set and use is_cdrom.Christopher Faylor2007-05-151-8/+31
* * Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor2007-03-011-4/+0
* * path.cc (close_user_proc_parms_cwd_handle): Remove.Corinna Vinschen2007-02-271-27/+16
* * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen2007-02-221-90/+53
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-1/+2
* Remove extraneous whitespace.Christopher Faylor2007-02-201-10/+10
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-5/+2
* * autoload.cc (RtlAnsiStringToUnicodeString): Define.Corinna Vinschen2007-01-161-15/+74
* * environ.cc (set_traverse): Remove.Corinna Vinschen2006-12-121-6/+0
* * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen2006-12-101-2/+9
* * cygheap.h (struct cwdstuff): Add "sync" member and accompanyingCorinna Vinschen2006-12-071-31/+54
* * path.cc (cwdstuff::init): Don't change to windows_system_directoryCorinna Vinschen2006-12-051-4/+8
* * path.cc (cwdstuff::set): Don't try to open directory on systems notCorinna Vinschen2006-12-051-7/+10
* * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen2006-11-301-18/+58
* * path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.Corinna Vinschen2006-11-231-11/+29
* * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen2006-11-071-1/+1
* * path.cc (symlink_info::posixify): Fix comment.Corinna Vinschen2006-11-021-2/+2
* * path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.Corinna Vinschen2006-11-021-1/+1
* * path.cc (symlink_info::posixify): New mothod converting NT and DOSCorinna Vinschen2006-11-021-27/+77
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen2006-10-311-11/+76
* * path.cc (path_conv::get_nt_native_path): Properly detect \\?\ paths.Corinna Vinschen2006-10-091-4/+5
* * environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor2006-08-021-1/+16
* * environ.cc (dos_file_warning): Declare.Christopher Faylor2006-08-011-6/+35
* * path.cc (symlink_worker): Return EEXIST if newpath exists.Corinna Vinschen2006-07-191-1/+2
* * path.cc (path_conv::check): Ignore has_ea setting, it's always unsetCorinna Vinschen2006-07-051-39/+1
* * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen2006-07-031-20/+19
* white spaceChristopher Faylor2006-05-281-8/+8
* * fhandler.h (fhandler_base): Change fstat_helper prototypeCorinna Vinschen2006-04-261-7/+18
* * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen2006-03-011-0/+24
* * path.cc (conv_path_list): Eat empty paths when converting to POSIX.Christopher Faylor2006-02-171-16/+38
* * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen2006-02-051-5/+11
* * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen2006-02-031-8/+6
* * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen2006-01-311-1/+1
* * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.Corinna Vinschen2006-01-311-2/+3