Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-23* path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it isChristopher Faylor
2011-10-18 * path.cc: Extend two comments. Mention the name RtlpCurDirRefCorinna Vinschen
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-10-13 * path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' insteadCorinna Vinschen
2011-10-13 * path.cc (copy_cwd_str): Move up in file to be accessible fromCorinna Vinschen
2011-08-01 * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen
2011-07-26 * ntdll.h: Fix typo in comment.Corinna Vinschen
2011-07-05 * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen
2011-06-18 * path.cc (normalize_win32_path): Skip all slashes after recognizingCorinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-03-29 * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen
2011-02-15 Revert change from 2010-08-31:Corinna Vinschen
2011-02-13 * path.cc (struct _FAST_CWD): Redefine to new layout used since patchCorinna Vinschen
2011-02-02 * path.cc (conv_path_list): Remove enclosing quotes and trailingCorinna Vinschen
2011-01-17 * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen
2010-12-06 * path.cc (path_conv::check): Don't generate ENOENT for non-existantCorinna Vinschen
2010-11-23 * path.cc (symlink_info::check): Don't use FileNetworkOpenInformationCorinna Vinschen
2010-10-24* dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor
2010-10-09 * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen
2010-10-07 * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen
2010-10-02 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify.Corinna Vinschen
2010-09-30 * fhandler.cc: Drop including nfs.h.Corinna Vinschen
2010-09-30 * path.cc (symlink_info::check): Remove erroneous assumption aboutCorinna Vinschen
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen
2010-09-21 * path.cc (cwdstuff::set): Replace constant 2 with sizeof(WCHAR) whereCorinna Vinschen
2010-09-21 * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen
2010-09-21 * fhandler.cc (fhandler_base::open): Always open NFS files withCorinna Vinschen
2010-09-14 * path.cc (symlink_info::check): Make sure AllocationSize and EndOfFileCorinna Vinschen
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-08-31 * path.cc (normalize_posix_path): Preserve //./ and //?/ prefixes.Corinna Vinschen
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen
2010-08-20 * path.cc (path_conv::check): Close handle in conv_handle if we'reCorinna Vinschen
2010-08-20 * fhandler_disk_file.cc (readdir_check_reparse_point): Rename fromCorinna Vinschen
2010-08-18 * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen
2010-08-13 * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen
2010-08-04 * path.cc (cygwin_conv_path): Rearrange test for "." in POSIX toCorinna Vinschen
2010-07-04* path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-06-15 * path.cc (path_conv::check): Return with ENOTDIR if component is aCorinna Vinschen
2010-06-09 * path.cc (symlink_info::check_shortcut): Use ro_u_empty rather thanCorinna Vinschen
2010-06-08 * path.cc (symlink_info::check): Set h to NULL after closing handleCorinna Vinschen
2010-06-02 * ntdll.h (STATUS_BAD_NETWORK_PATH): Define.Corinna Vinschen
2010-05-26 * path.cc (symlink_info::check): Don't try to handle remote reparseCorinna Vinschen
2010-05-06 * path.cc (path_conv::check): Drop setting sym.pflags before callingCorinna Vinschen
2010-04-29 * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen
2010-04-26 * mount.h (fs_info::inited): New inline method.Corinna Vinschen