summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * path.cc (mount_info::conv_to_win32_path): Treat UNC paths the same as pathsChristopher Faylor2001-05-091-1/+1
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-3/+26
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-9/+5
* * path.cc (mount_info::conv_to_win32_path): More path tweaking.Christopher Faylor2001-05-011-1/+1
* * path.cc (mount_info::conv_to_win32_path): Fix debugging output to avoid aChristopher Faylor2001-05-011-2/+2
* * path.cc (mkrelpath): New function.Christopher Faylor2001-05-011-96/+73
* * path.cc (path_conv::check): Don't use path_flags when converting to MS-DOSChristopher Faylor2001-04-301-16/+22
* * path.cc (symlink_info::check): Remove extra arguments, move functionalityChristopher Faylor2001-04-301-46/+41
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-198/+206
* * shortcut.c (check_shortcut): Close input file handle before returning.Christopher Faylor2001-04-221-19/+21
* * path.cc (path_conv::check): Always initialize member variables.Christopher Faylor2001-04-201-5/+7
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+1
* * path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor2001-04-171-4/+1
* * path.cc (windows_device_names): Add missing NULL element.Corinna Vinschen2001-04-171-1/+1
* * path.cc (windows_device_names): Move dsp to proper location.Christopher Faylor2001-04-171-1/+1
* * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen2001-04-171-7/+15
* * path.h (cwdstuff): Move class.Christopher Faylor2001-04-171-33/+9
* * autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor2001-04-161-2/+5
* * path.cc (add_ext_from_sym): Redefine to call `add_ext_from_sym_'.Corinna Vinschen2001-04-151-4/+13
* * path.cc (add_ext_from_sym): New define evaluating `known'suffix'.Corinna Vinschen2001-04-131-18/+9
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-40/+149
* * path.cc (struct symlink_info): Add extn and ext_tacked_on fields.Christopher Faylor2001-04-111-7/+17