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-04-19strace: Fix "over-optimization" flaw in strace.Daniel Santos
2017-04-19cygwin doc: install-html: install docbook.cssCorinna Vinschen
2017-04-19cygwin doc: install-html: link index.html instead of copyingCorinna Vinschen
2017-04-18newlib: remove __infinity{f,ld} constantsCorinna Vinschen
2017-04-10Avoid decimal point localization in /proc/loadavgJon Turney
2017-04-06mkvers.sh: Remove "function" to avoid dash objecting to bash-ism.Mark Geisert
2017-04-04Make ldd stop after any non-continuable exceptionJon Turney
2017-04-04Cygwin: Export reallocarrayCorinna Vinschen
2017-04-04Bump Cygwin to 2.8.1Corinna Vinschen
2017-03-28Add latest changes to Cygwin release informationCorinna Vinschen
2017-03-28Change CURR_SHARED_MAGIC to account for getloadavg patchCorinna Vinschen
2017-03-28Implement getloadavg()Jon Turney
2017-03-28declaration of ppoll() by poll.h should be guarded by _GNU_SOURCEJon Turney
2017-03-27Recognize Netapp mode supporting reparse pointsCorinna Vinschen
2017-03-24cygwin: Do not generate surrogate chars on netappCorinna Vinschen
2017-03-24Document cygserver changesCorinna Vinschen
2017-03-24cygserver: Speed up non-debug scenarioCorinna Vinschen
2017-03-24cygserver: Small code cleanupCorinna Vinschen
2017-03-24cygserver: Revamp thread sleep handlingCorinna Vinschen
2017-03-24cygserver: raise number of worker threads on demandCorinna Vinschen
2017-03-24cygserver: Only print basename of source in debug output to raise readabilityCorinna Vinschen
2017-03-24cygserver: Seralize debug output to stdout to raise readabilityCorinna Vinschen
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