aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-30Use .syntax unified instead of .syntax divided.cygwin-2_8_0-releaseCatherine Moore2-2/+2
2017-03-28Add latest changes to Cygwin release informationCorinna Vinschen2-2/+18
2017-03-28Change CURR_SHARED_MAGIC to account for getloadavg patchCorinna Vinschen1-1/+1
2017-03-27Implement getloadavg()Jon Turney11-4/+240
2017-03-27declaration of ppoll() by poll.h should be guarded by _GNU_SOURCEJon Turney1-0/+2
2017-03-27Recognize Netapp mode supporting reparse pointsCorinna Vinschen1-0/+1
2017-03-24cygwin: Do not generate surrogate chars on netappCorinna Vinschen1-1/+1
2017-03-24Document cygserver changesCorinna Vinschen1-0/+3
2017-03-24cygserver: Speed up non-debug scenarioCorinna Vinschen7-16/+30
2017-03-24cygserver: Small code cleanupCorinna Vinschen2-3/+3
2017-03-24cygserver: Revamp thread sleep handlingCorinna Vinschen5-99/+71
2017-03-24cygserver: raise number of worker threads on demandCorinna Vinschen2-12/+11
2017-03-24cygserver: Only print basename of source in debug output to raise readabilityCorinna Vinschen1-1/+2
2017-03-24cygserver: Seralize debug output to stdout to raise readabilityCorinna Vinschen1-0/+13
2017-03-22dlfcn: Remove stray debug outputnewlib-snapshot-20170323Corinna Vinschen2-2/+0
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz12-13/+18
2017-03-22ARM: Fix IEEE-754 sqrt implementationSebastian Huber2-2/+2
2017-03-21ARM: Optimize IEEE-754 sqrt implementationSebastian Huber4-1/+108
2017-03-21Cygwin: dlfcn: Fix reference countingCorinna Vinschen3-34/+57
2017-03-15libc/string/strsignal.c: Use of || not && lead to dead code.Joel Sherrill1-4/+2
2017-03-15rtems/crt0.c: getentropy() stub did not return a value.Joel Sherrill1-1/+1
2017-03-14Add release message for commit 973f766f6Corinna Vinschen1-0/+3
2017-03-14Revert "Add release message for commit 973f766f6"Corinna Vinschen2-6/+12
2017-03-14Add release message for commit 973f766f6Corinna Vinschen2-12/+6
2017-03-13Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase2-2/+7
2017-03-12Extend 2.8.0 release textCorinna Vinschen1-0/+5
2017-03-12Implement fhandler_dev_null::write to workaround a problem with NULCorinna Vinschen2-0/+11
2017-03-12Return value from write is ssize_t, not intCorinna Vinschen1-1/+1
2017-03-11getrandom: it's MIN, not MAXYaakov Selkowitz2-1/+3
2017-03-10Belatedly bump Cygwin DLL version to 2.8.0Corinna Vinschen3-2/+35
2017-03-10Drop now unused child_info_fork::from_mainCorinna Vinschen1-2/+1
2017-03-10fork: Don't copy _main_tls->local_clib from *_impure_ptrCorinna Vinschen1-7/+2
2017-03-10_dll_crt0: Drop incorrect check for being started from parent main threadCorinna Vinschen1-1/+1
2017-03-10errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen3-6/+5
2017-03-10Drop redundant brackets in call to _reclaim_reentCorinna Vinschen1-1/+1
2017-03-08Implement dladdr() (partially)Jon Turney6-1/+61
2017-03-08yield: Don't lower thread priority, it leads to starvationCorinna Vinschen1-5/+6
2017-03-08Cygwin: Emit correct errno EAGAIN if we can't create another threadCorinna Vinschen1-0/+2
2017-03-07Export timingsafe_bcmp and timingsafe_memcmpJon Turney4-1/+7
2017-03-07Document pthread_cond_wait change in release notesCorinna Vinschen1-0/+3
2017-03-07Cygwin: pthread_cond_wait: Do as Linux and BSD do.Corinna Vinschen1-22/+5
2017-03-03cwdstuff: Don't leave from setting the CWD prematurely on initCorinna Vinschen1-8/+42
2017-02-28Preserve order of dlopen'd modules in dll_list::topsortnewlib-snapshot-20170228David Allsopp3-5/+51
2017-02-24Add 2.7.1 release fileCorinna Vinschen1-0/+14
2017-02-24Generate output with Unix line endings even from Mingw64 utilsCorinna Vinschen2-0/+8
2017-02-24Bump Cygwin version to 2.7.1Corinna Vinschen1-1/+1
2017-02-16fix parallel build for version.cc and winver.oMichael Haubenwallner1-1/+3
2017-02-15Update makedocbook for bd547490Jon Turney1-3/+4
2017-02-15Fix elf-nano.specs to work without -save-tempsThomas Preud'homme1-3/+3
2017-02-14Improve wording on special charactersKenneth Nellis1-1/+2