aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2001-12-08* path.cc (path_conv::check): Use full path name for determining attributesgithub/unlabeled-1.188.2.1.8.2.2unlabeled-1.188.2.1.8.2.2Christopher Faylor1-5/+8
2001-12-07* path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through path.github/unlabeled-1.188.2.1.8unlabeled-1.188.2.1.8Christopher 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.github/unlabeled-1.188.2unlabeled-1.188.2Christopher Faylor1-24/+18
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
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor1-14/+9
2001-10-19 * path.cc (getcwd): Allow len == 0 when buf == NULL.Corinna Vinschen1-1/+1
2001-10-16 * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen1-5/+5
2001-10-16 * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen1-34/+137
2001-10-16minor reformat.Christopher Faylor1-42/+21
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-11/+9
2001-10-14* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor1-16/+0
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-0/+4
2001-10-07* path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it hasChristopher Faylor1-1/+13
2001-10-05* path.cc (get_raw_device_number): Correct length arguments for wdeveqn.Christopher Faylor1-2/+2
2001-10-05* path.cc (getcwd): Allow NULL first argument.Christopher Faylor1-1/+1
2001-10-05* path.cc (path_conv::check): Return ENOTDIR when leading device and trailingChristopher Faylor1-0/+5
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor1-18/+21
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-84/+99
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-8/+6
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda1-12/+19
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-1/+1
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-1/+1
2001-08-29* path.cc (path_conv::check): Avoid splitting off leading '/' in path componentChristopher Faylor1-0/+2
2001-08-07 * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen1-4/+10
2001-08-03 * path.cc (fchdir): Set the fhandler's path to absolute value toCorinna Vinschen1-0/+19
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-23/+6
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor1-2/+1
2001-06-15* path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor1-6/+6
2001-06-11* path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor1-2/+2
2001-06-11* path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor1-18/+16
2001-06-11* path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor1-7/+26
2001-06-10 * cygwin.din: Add fchdir symbols.Corinna Vinschen1-8/+24
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda1-19/+95
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor1-22/+27
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor1-85/+107
2001-06-01* path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor1-1/+1
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor1-9/+12
2001-05-25* path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor1-15/+14