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