summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* whitespaceChristopher Faylor2002-09-061-4/+4
* * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen2002-09-041-1/+82
* * path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor2002-07-241-8/+6
* * ntdll.h (_SYSTEM_PROCESSOR_TIMES): Force eight byte alignment.Christopher Faylor2002-07-051-34/+36
* * dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor2002-07-031-0/+1
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+9
* * path.cc (chdir): Minor cleanup.Christopher Faylor2002-06-131-2/+2
* fix commentChristopher Faylor2002-06-111-8/+1
* * path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.Christopher Faylor2002-06-091-10/+10
* * external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor2002-06-091-81/+0
* * cygwin.din: Eliminate some newlib wrappers.Christopher Faylor2002-06-061-2/+2
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-2/+5
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-10/+13
* * fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor2002-06-041-1/+1
* * path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.Christopher Faylor2002-06-011-0/+5
* oopsChristopher Faylor2002-05-311-1/+0
* * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor2002-05-311-1/+1
* * path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES forChristopher Faylor2002-05-311-1/+9
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-20/+37
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-241-15/+6
* * path.cc (path_conv::check): Make sure any trailing path component is part ofChristopher Faylor2002-05-231-1/+5
* * fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor2002-05-221-2/+5
* * path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor2002-05-181-1/+1
* * fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor2002-05-121-45/+46
* fix commentChristopher Faylor2002-05-121-1/+1
* * net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor2002-05-041-3/+1
* * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor2002-05-031-13/+19
* * path.cc (hash_path_name): Improve hash function strength.Corinna Vinschen2002-05-021-3/+2
* add commentChristopher Faylor2002-05-021-0/+1
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-021-5/+51
* * path.cc (normalize_posix_path): Avoid runs of '.'s > 2.Christopher Faylor2002-03-071-1/+5
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-9/+9
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-1/+1
* * path.cc (symlink): Fix check for already existing file.Corinna Vinschen2002-01-231-1/+1
* * path.cc (fchdir): Call chdir with full windows path.Corinna Vinschen2002-01-151-1/+1
* * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen2002-01-141-8/+8
* * path.cc (path_conv::check): Use full path name for determining attributesChristopher Faylor2001-12-081-5/+8
* * path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through path.Christopher Faylor2001-12-071-31/+33
* * path.cc (path_conv::check): Don't complain if /dev/x/foo when x doesn'tChristopher Faylor2001-12-061-10/+14
* * net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor2001-12-031-18/+7
* * path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdriveChristopher Faylor2001-12-031-6/+11
* * path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matchingChristopher Faylor2001-11-241-11/+8
* * autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor2001-11-241-2/+2
* * path.cc (chdir): Allow 'cd /cygdrive'.Christopher Faylor2001-11-241-6/+13
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-1/+5
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-221-28/+50
* * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor2001-11-211-18/+11
* * path.cc (conv_path_list): Copy source paths before modifying them.Christopher Faylor2001-11-171-3/+8
* * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen2001-11-131-5/+12