summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-061-1/+1
* * path.cc (path_conv::check): Avoid splitting off leading '/' in path componentChristopher Faylor2001-08-291-0/+2
* * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen2001-08-071-4/+10
* * path.cc (fchdir): Set the fhandler's path to absolute value toCorinna Vinschen2001-08-031-0/+19
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-281-23/+6
* * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor2001-06-161-2/+1
* * path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor2001-06-151-6/+6
* * path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor2001-06-111-2/+2
* * path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor2001-06-111-18/+16
* * path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor2001-06-111-7/+26
* * cygwin.din: Add fchdir symbols.Corinna Vinschen2001-06-101-8/+24
* * security.h (NTWriteEA): Change prototype.Egor Duda2001-06-051-19/+95
* * path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor2001-06-041-22/+27
* * cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor2001-06-031-85/+107
* * path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor2001-06-011-1/+1
* * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor2001-05-311-9/+12
* * path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor2001-05-251-15/+14
* * path.cc (symlink_info::check): Add a check to return correctlyCorinna Vinschen2001-05-251-1/+1
* * path.cc (slash_drive_prefix_p): Remove.Christopher Faylor2001-05-251-38/+4
* * path.cc (path_conv::check): Revert allow_ntsec check so that volume info isChristopher Faylor2001-05-141-2/+2
* * external.cc (fillout_pinfo): Use correct pids.Christopher Faylor2001-05-111-1/+3