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
2009-06-17* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.Christopher Faylor
2009-06-16* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping dueChristopher Faylor
2009-06-15* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor
2009-05-04 * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen
2009-01-27* fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR orChristopher Faylor
2008-12-23* fhandler.h (fhandler_base_setup_overlapped): Add new argument.Christopher Faylor
2008-12-20* fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate gotosChristopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-08-25add commentsChristopher Faylor
2008-08-22* fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodateChristopher Faylor
2008-08-20* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor
2008-08-19* fhandler.cc (fhandler_base::wait_overlapped): Don't treat ERROR_BROKEN_PIPEChristopher Faylor
2008-08-14 * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen
2008-08-07 * fhandler.cc (fhandler_base::open): Use Samba workaround generallyCorinna Vinschen
2008-07-18 * fhandler.cc (fhandler_base::open): Rename x to fh. On Samba, alwaysCorinna Vinschen
2008-07-18 * environ.cc (known): Remove "binmode" option.Corinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 * fhandler.cc (fhandler_base::fpathconf): On _PC_POSIX_PERMISSIONSCorinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-05-20 * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen
2008-04-25 * fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMALCorinna Vinschen
2008-04-25 * fhandler.cc (fhandler_base::open): *Only* handle SYSTEM and HIDDENCorinna Vinschen
2008-04-25 * fhandler.cc (fhandler_base::open): Handle SYSTEM and HIDDEN attributesCorinna Vinschen
2008-04-24 * cygwin.din (futimens): Export.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen
2008-03-08 * fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.Brian Dessent
2008-03-06 * fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.Corinna Vinschen
2008-03-06s/open/create/Corinna Vinschen
2008-03-05 * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen
2008-02-16 * fhandler.cc (fhandler_base::fpathconf): Fix _PC_NAME_MAX andCorinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen
2007-12-17* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor
2007-11-08revert premature checkinChristopher Faylor
2007-11-08* dllfixdbg: Eliminate extra objcopy step.Christopher Faylor
2007-10-30 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't removeCorinna Vinschen
2007-10-18 * fhandler.cc (fhandler_base::open): Open native symlinks withCorinna Vinschen
2007-10-15 * fhandler.cc (is_at_eof): Rewrite using NT functions.Corinna Vinschen
2007-09-17 * fhandler.cc (fhandler_base::open): Partly revert change fromCorinna Vinschen
2007-08-20 * fhandler.cc (rootdir): Delete.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-01 * fhandler.cc (check_posix_perms): Remove.Corinna Vinschen
2007-07-29* fhandler.cc (fhandler_base::wait_overlapped): Handle read EOF better andChristopher Faylor