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
2007-08-24 * syscalls.cc (open): Don't follow symlinks if O_EXCL is given.Corinna Vinschen
2007-08-23 * ntdll.h (STATUS_NO_SUCH_FILE): Define.Corinna Vinschen
2007-08-21 * uinfo.cc (pwdgrp::load): Use NT native functions.Corinna Vinschen
2007-08-21 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Rewrite checkingCorinna Vinschen
2007-08-21 * syscalls.cc (unlink_nt): Drop one local FILE_BASIC_INFORMATION struct.Corinna Vinschen
2007-08-21 * ntdll.h (NtNotifyChangeDirectoryFile): Declare.Corinna Vinschen
2007-08-21 * fhandler_disk_file.cc: Change debugging output througout to printCorinna Vinschen
2007-08-20 * hookapi.cc (ld_preload): Call LoadLibraryW.Corinna Vinschen
2007-08-20 * fhandler.cc (rootdir): Delete.Corinna Vinschen
2007-08-19 * path.cc (fillout_mntent): Append backslash to drive-only paths beforeCorinna Vinschen
2007-08-18 * spawn.cc (spawn_guts): Fix typo in comment.Corinna Vinschen
2007-08-17 * autoload.cc (CloseDesktop): Define.Corinna Vinschen
2007-08-16 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Handle S_IFSOCKCorinna Vinschen
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen
2007-08-16 * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen
2007-08-16 * ntdll.h (RtlAcquirePebLock): Declare.Corinna Vinschen
2007-08-16 * fhandler.h (fhandler_base::get_namehash): Use NT native path.Corinna Vinschen
2007-08-16 * ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.Corinna Vinschen
2007-08-15 * path.cc (get_nt_native_path): Allow to convert special paths whichCorinna Vinschen
2007-08-15 * fhandler_disk_file.cc (fhandler_disk_file::link): Drop superfluousCorinna Vinschen
2007-08-15 * fhandler_socket.cc (get_inet_addr): Use NT native functions forCorinna Vinschen
2007-08-14 * path.cc (symlink_info::check): In case of ERROR_SHARING_VIOLATION andCorinna Vinschen
2007-08-14 * path.cc (fs_info::update): Correctly handle the volume root directory.Corinna Vinschen
2007-08-14 * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen
2007-08-13 * mmap.cc: Call NtClose instead of CloseHandle throughout.Corinna Vinschen
2007-08-13 * fhandler.h (fhandler_base::close_fs): Reintroduce (as inline function)Corinna Vinschen
2007-08-13 * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen
2007-08-13 * devices.in (dev_storage): Use native NT device name for kmsg mailslot.Corinna Vinschen
2007-08-12 * fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.Corinna Vinschen
2007-08-12 * syscalls.cc (getw): Remove redundant implementation.Corinna Vinschen
2007-08-12 * ntdll.h: Add descriptive comments to special Rtl functions.Corinna Vinschen
2007-08-10 * path.cc (fillout_mntent): Fix calculation of unicode buffer size.Corinna Vinschen
2007-08-10 * syscalls.cc (rename): Check oldpath and newpath for trailing dirCorinna Vinschen
2007-08-09* gendef (sigbe): Reset "incyg" while the stack lock is active to avoid aChristopher Faylor
2007-08-09 * syscalls.cc (rename): Close oldpath file handle immediately afterCorinna Vinschen
2007-08-02 * fhandler_disk_file.cc (readdir_get_ino): Accommodate native symlinks.Corinna Vinschen
2007-08-02* lib/Makefile: Add missed file to accommodate below changes.Christopher Faylor
2007-08-02Add missing checkin.Christopher Faylor
2007-08-02* lib/cygwin_attach_dll.c: Fix compiler warning.Christopher Faylor
2007-08-02* dcrt0.cc (codepage_type): Remove definition.Christopher Faylor
2007-08-02 * syscalls.cc (rename): Move and add text to comment about testingCorinna Vinschen
2007-08-02 * path.h (struct fs_info): Drop root_len and name_hash members.Corinna Vinschen
2007-08-02 * fhandler_disk_file.cc (path_conv::ndisk_links): Fix typo in call toCorinna Vinschen
2007-08-02 * syscalls.cc (rename): Check if oldpath and newpath refer to theCorinna Vinschen
2007-08-01 * ntdll.h (STATUS_ACCESS_DENIED): Define.Corinna Vinschen
2007-08-01 * localtime.cc (tzsetwall): Don't set TZ.Corinna Vinschen
2007-08-01 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen
2007-08-01 * fhandler.cc (check_posix_perms): Remove.Corinna Vinschen
2007-08-01 * syscalls.cc (rename): Use unchanged path_conv in condition.Corinna Vinschen
2007-08-01 * smallprint.cc (__small_vsprintf): Add format specifier 'W' forCorinna Vinschen