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-09-22This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_22-branchpointcvs2svn
2011-08-28 * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen
2011-08-25 * fhandler.cc (fhandler_base::open): Never open files withCorinna Vinschen
2011-07-22Corinna Vinschen <corinna@vinschen.de>Christopher Faylor
2011-07-05 * fhandler.cc (fhandler_base::open): Never create files with WRITE_DACCorinna Vinschen
2011-07-05 * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen
2011-07-04* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor
2011-07-01 * fhandler.cc (fhandler_base::open): Move NFS-specific code into theCorinna Vinschen
2011-06-17 * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor
2011-05-31* dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor
2011-05-30* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.Christopher Faylor
2011-05-29* fhandler.cc (fhandler_overlapped::wait_overlapped): Make sure that I/O isChristopher Faylor
2011-05-28* fhandler.cc (handler_base_overlapped::wait_overlapped): Rework to attempt toChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-07* fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor
2011-05-05* fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor
2011-05-05 * fhandler.cc (is_at_eof): Drop static storage class. Drop errCorinna Vinschen
2011-05-03 * fhandler.cc (fhandler_base_overlapped::wait_overlapped): MakeCorinna Vinschen
2011-04-29 * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen
2011-03-13* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove specialChristopher Faylor
2011-03-10* fhandler.cc (fhandler_base_overlapped::wait_overlapped): HandleChristopher Faylor
2011-03-09* fhandler.cc (fhandler_base_overlapped::write_overlapp): Oops! AccommodateChristopher Faylor
2011-03-09* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen
2011-02-21* fhandler.cc (fhandler_base_overlapped::close): Finish any pending I/O beforeChristopher Faylor
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-01 * fhandler.cc (fhandler_base::fsync): Ignore ERROR_INVALID_FUNCTIONCorinna Vinschen
2010-09-30 * fhandler.cc: Drop including nfs.h.Corinna Vinschen
2010-09-24 * fhandler.cc (fhandler_base::open): Handle query_write_dac flag.Corinna Vinschen
2010-09-21 * fhandler.cc (fhandler_base::open): Always open NFS files withCorinna Vinschen
2010-07-23 * fhandler.cc (fhandler_base::raw_write): Remove STATUS_DISK_FULLCorinna Vinschen
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-04-02* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor
2010-03-31* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.Christopher Faylor
2010-03-29 * fhandler.cc (fhandler_base::fstat): Keep st_ctime and st_birthtimeCorinna Vinschen
2010-03-28* fhandler.cc (fhandler_base::fstat): Set st_mtime time to current time.Christopher Faylor
2010-02-18* fhandler.cc (fhandler_base::setup_overlapped): Revert to starting with handleChristopher Faylor
2010-02-15* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state toChristopher Faylor
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen
2009-10-24 * fhandler.cc (fhandler_base::open): Remove unused variables sa and sd.Corinna Vinschen
2009-10-24 * fhandler.cc (fhandler_base::open): Always create file with defaultCorinna Vinschen
2009-09-26Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake
2009-08-26 * fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLsCorinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor