summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Eliminate excess whitespace.Christopher Faylor2001-11-051-12/+12
* * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor2001-10-291-4/+14
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-14/+9
* * path.cc (getcwd): Allow len == 0 when buf == NULL.Corinna Vinschen2001-10-191-1/+1
* * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen2001-10-161-5/+5
* * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen2001-10-161-34/+137
* minor reformat.Christopher Faylor2001-10-161-42/+21
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-11/+9
* * dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor2001-10-141-16/+0
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-0/+4
* * path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it hasChristopher Faylor2001-10-071-1/+13
* * path.cc (get_raw_device_number): Correct length arguments for wdeveqn.Christopher Faylor2001-10-051-2/+2
* * path.cc (getcwd): Allow NULL first argument.Christopher Faylor2001-10-051-1/+1
* * path.cc (path_conv::check): Return ENOTDIR when leading device and trailingChristopher Faylor2001-10-051-0/+5
* * syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor2001-10-051-18/+21
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-84/+99
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-8/+6
* * path.cc (symlink): Check arguments for validity.Egor Duda2001-09-161-12/+19
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+1
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1