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
2017-03-22dlfcn: Remove stray debug outputnewlib-snapshot-20170323Corinna Vinschen
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz
2017-03-21Cygwin: dlfcn: Fix reference countingCorinna Vinschen
2017-03-14Add release message for commit 973f766f6Corinna Vinschen
2017-03-14Revert "Add release message for commit 973f766f6"Corinna Vinschen
2017-03-14Add release message for commit 973f766f6Corinna Vinschen
2017-03-12Extend 2.8.0 release textCorinna Vinschen
2017-03-12Implement fhandler_dev_null::write to workaround a problem with NULCorinna Vinschen
2017-03-12Return value from write is ssize_t, not intCorinna Vinschen
2017-03-11getrandom: it's MIN, not MAXYaakov Selkowitz
2017-03-10Belatedly bump Cygwin DLL version to 2.8.0Corinna Vinschen
2017-03-10Drop now unused child_info_fork::from_mainCorinna Vinschen
2017-03-10fork: Don't copy _main_tls->local_clib from *_impure_ptrCorinna Vinschen
2017-03-10_dll_crt0: Drop incorrect check for being started from parent main threadCorinna Vinschen
2017-03-10errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen
2017-03-10Drop redundant brackets in call to _reclaim_reentCorinna Vinschen
2017-03-08Implement dladdr() (partially)Jon Turney
2017-03-08yield: Don't lower thread priority, it leads to starvationCorinna Vinschen
2017-03-08Cygwin: Emit correct errno EAGAIN if we can't create another threadCorinna Vinschen
2017-03-07Export timingsafe_bcmp and timingsafe_memcmpJon Turney
2017-03-07Document pthread_cond_wait change in release notesCorinna Vinschen
2017-03-07Cygwin: pthread_cond_wait: Do as Linux and BSD do.Corinna Vinschen
2017-03-03cwdstuff: Don't leave from setting the CWD prematurely on initCorinna Vinschen
2017-02-28Preserve order of dlopen'd modules in dll_list::topsortnewlib-snapshot-20170228David Allsopp
2017-02-24Add 2.7.1 release fileCorinna Vinschen
2017-02-24Generate output with Unix line endings even from Mingw64 utilsCorinna Vinschen
2017-02-24Bump Cygwin version to 2.7.1Corinna Vinschen
2017-02-16fix parallel build for version.cc and winver.oMichael Haubenwallner
2017-02-14Improve wording on special charactersKenneth Nellis
2017-02-12Add IBM Security Trusteer Rapport to BLODA listcygwin-2_7_0-releaseCorinna Vinschen
2017-02-09Cygwin: create separate bits/byteswap.hYaakov Selkowitz
2017-02-06Make anchors stable in generated Cygwin HTML documentationJon Turney
2017-02-03Add release message for commit 609d2b2Corinna Vinschen
2017-02-03Fix limited Internet speeds caused by inappropriate socket bufferingCorinna Vinschen
2017-01-31Add release message for commit a1529738Jon Turney
2017-01-31Fix handling of '+' by 'cygcheck -p'Jon Turney
2017-01-31Add release message for commit 095cac4Corinna Vinschen
2017-01-31Cygwin: Add IUTF8 termios iflagCorinna Vinschen
2017-01-20Add release message for commit ca3e3bcCorinna Vinschen
2017-01-19Cleanup fhandler_console::read for readabilityCorinna Vinschen
2017-01-19miscfuncs.cc: Revert exclusion of inclusion of exception.hCorinna Vinschen
2017-01-19Simplify check for Alt-NumpadCorinna Vinschen
2017-01-19miscfuncs.h: Drop now unneeded getentropy declarationCorinna Vinschen
2017-01-19miscfuncs.cc: Drop unneeded includes and unused global variableCorinna Vinschen
2017-01-19check_iovec: Change test to be more robust against invalid iovcnt valuesCorinna Vinschen
2017-01-19Don't assert on sum of iov_len overflowing an ssize_tCorinna Vinschen
2017-01-19Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen
2017-01-19Move getentropy/getrandom into own fileCorinna Vinschen
2017-01-19Fix copy/paste buglet in commentCorinna Vinschen
2017-01-19Add release message for commit 4652cc4Corinna Vinschen