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
path: root/winsup
AgeCommit message (Expand)Author
2011-03-24* wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.Christopher Faylor
2011-03-23* autoload.cc (dll_load): Change error message to make it clear if a newer DLLChristopher Faylor
2011-03-21 * libltp/lib/get_high_address.c: Align copyright with upstream.Corinna Vinschen
2011-03-20Fix typo.Corinna Vinschen
2011-03-20 * fenv.cc (_feinitialise); Don't use SSE instructions on systems notCorinna Vinschen
2011-03-18 * cygwin.sc: Raise default cygheap size to 2 Megs.Corinna Vinschen
2011-03-18Fix typo.Corinna Vinschen
2011-03-18* fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.Christopher Faylor
2011-03-18 * mmap.cc (mmap_record::alloc_fh): Initialize nmae strings in fdev toCorinna Vinschen
2011-03-18 * mmap.cc (class mmap_record): Pack 4 byte-aligned. Convert member devCorinna Vinschen
2011-03-18 * mmap.cc (mmap_record::page_map): Define as variable array rather thanCorinna Vinschen
2011-03-17 * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen
2011-03-17 * winver.rc: Fix copyright dates.Corinna Vinschen
2011-03-14 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only useCorinna Vinschen
2011-03-13* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove specialChristopher Faylor
2011-03-122011-03-11 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
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 * security.cc: Fix copyright dates.Corinna Vinschen
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen
2011-03-082011-03-07 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2011-03-052011-03-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2011-03-052011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-04 Seth Jackson <sethj@users.sourceforge.net>Chris Sutcliffe
2011-03-052011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-03-04 * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.Corinna Vinschen
2011-03-03 * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, returnCorinna Vinschen
2011-03-03 * errno.cc (__xpg_strerror_r): Add accidentally missing condition.Corinna Vinschen
2011-03-02 * fhandler_procsys.cc (fhandler_procsys::open): Call worker existsCorinna Vinschen
2011-03-02 * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.Corinna Vinschen
2011-03-02* autoload.cc (dll_load): Avoid in_forkee test since this apparently fails evenChristopher Faylor
2011-03-02* include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9.Christopher Faylor
2011-03-01* autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor
2011-02-28* autoload.cc (dll_load): Make inline. Clarify logic.Christopher Faylor
2011-02-27 * autoload.cc (dll_load): Only call LoadLibraryExW withCorinna Vinschen
2011-02-27* autoload.cc: Use LoadDLLfuncEx3 for all winmm functions. Accommodate changesChristopher Faylor
2011-02-26 * autoload.cc: Make autoloaded ntdll function non-optional. Ditto forCorinna Vinschen
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen
2011-02-22* cygwin.din: Mark __assert* and _abort as NOSIGFE.Christopher Faylor
2011-02-21Add missing Changelog entry for previous patch:Corinna Vinschen
2011-02-21 * fhandler_socket (fhandler_socket::readv): Call recv_internal directly,Corinna Vinschen
2011-02-21* fhandler.cc (fhandler_base_overlapped::close): Finish any pending I/O beforeChristopher Faylor
2011-02-18* dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditional for debugging whichChristopher Faylor