summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * path.cc (conv_path_list): Use correct value when calculating length to avoidChristopher Faylor2003-06-041-1/+1
* * path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok wasChristopher Faylor2003-05-301-3/+4
* * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor2003-05-301-11/+11
* * mkvers.sh: Avoid "-dontuse" tags.Christopher Faylor2003-05-291-33/+55
* Replace ino_t by __ino64_t throughout.Corinna Vinschen2003-05-111-2/+2
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-111-1/+1
* * errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.Christopher Faylor2003-04-271-1/+1
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* * path.h (PATH_LNK): New enum val.Christopher Faylor2003-03-081-3/+5
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-211-3/+10
* * path.cc: Change 'to_posix_p' to 'to_posix' throughout.Christopher Faylor2003-02-051-14/+23
* * path.cc (etc::dir_changed): Fix debug printf.Christopher Faylor2003-02-051-2/+1
* * path.cc (symlink): Create security attributes so that only theCorinna Vinschen2003-02-041-1/+1
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-241-1/+2
* * path.h (etc::change_possible): Revert the type to bool.Christopher Faylor2003-01-211-16/+7
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-201-0/+101
* * path.cc (normalize_posix_path): Convert win32 path separators to slashes whenChristopher Faylor2003-01-161-1/+7
* * path.cc: Unrevert below reversion except for mount_info::conv_to_posix_pathChristopher Faylor2003-01-101-4/+1
* * path.cc: Revert patch from 2003-01-09 to normalize a windows pathCorinna Vinschen2003-01-101-4/+6
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-091-22/+22
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* * environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor2002-09-301-1/+1
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-9/+9
* 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