summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * devices.cc: New file.Christopher Faylor2003-09-251-355/+189
* * path.cc (normalize_posix_path): Put check for '//' prefix back to denote aChristopher Faylor2003-09-111-5/+3
* * Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor2003-09-101-0/+4
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-311-1/+1
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-281-3/+2
* * path.cc (mount): Add null/empty check for input parameters.Christopher Faylor2003-08-191-1/+6
* * path.cc (special_name): Accommodate all special names with extensions.Christopher Faylor2003-08-171-16/+13
* * path.cc (special_name): Add checks for some specials followed byCorinna Vinschen2003-08-131-0/+5
* * path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor2003-08-051-2/+1
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-2/+2
* * path.cc (get_device_number): Remove special com? consideration.Christopher Faylor2003-07-111-51/+52
* * path.cc (fillout_mntent): Change "posix" to "managed".Christopher Faylor2003-07-041-1/+1
* * fhandler.h (FH_ENC): New enum.Christopher Faylor2003-07-041-27/+113
* * path.cc (mount): Do more strict checking on posix path arguments.Christopher Faylor2003-06-171-2/+11
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * 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