summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement fhandler_dev_null::write to workaround a problem with NULCorinna Vinschen2017-03-122-0/+11
* Return value from write is ssize_t, not intCorinna Vinschen2017-03-121-1/+1
* getrandom: it's MIN, not MAXYaakov Selkowitz2017-03-112-1/+3
* Belatedly bump Cygwin DLL version to 2.8.0Corinna Vinschen2017-03-103-2/+35
* Drop now unused child_info_fork::from_mainCorinna Vinschen2017-03-101-2/+1
* fork: Don't copy _main_tls->local_clib from *_impure_ptrCorinna Vinschen2017-03-101-7/+2
* _dll_crt0: Drop incorrect check for being started from parent main threadCorinna Vinschen2017-03-101-1/+1
* errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen2017-03-103-6/+5
* Drop redundant brackets in call to _reclaim_reentCorinna Vinschen2017-03-101-1/+1
* Implement dladdr() (partially)Jon Turney2017-03-086-1/+61
* yield: Don't lower thread priority, it leads to starvationCorinna Vinschen2017-03-081-5/+6
* Cygwin: Emit correct errno EAGAIN if we can't create another threadCorinna Vinschen2017-03-081-0/+2
* Export timingsafe_bcmp and timingsafe_memcmpJon Turney2017-03-074-1/+7
* Document pthread_cond_wait change in release notesCorinna Vinschen2017-03-071-0/+3
* Cygwin: pthread_cond_wait: Do as Linux and BSD do.Corinna Vinschen2017-03-071-22/+5
* cwdstuff: Don't leave from setting the CWD prematurely on initCorinna Vinschen2017-03-031-8/+42
* Preserve order of dlopen'd modules in dll_list::topsortnewlib-snapshot-20170228David Allsopp2017-02-283-5/+51
* Add 2.7.1 release fileCorinna Vinschen2017-02-241-0/+14
* Generate output with Unix line endings even from Mingw64 utilsCorinna Vinschen2017-02-242-0/+8
* Bump Cygwin version to 2.7.1Corinna Vinschen2017-02-241-1/+1
* fix parallel build for version.cc and winver.oMichael Haubenwallner2017-02-161-1/+3
* Update makedocbook for bd547490Jon Turney2017-02-151-3/+4
* Fix elf-nano.specs to work without -save-tempsThomas Preud'homme2017-02-151-3/+3
* Improve wording on special charactersKenneth Nellis2017-02-141-1/+2
* Allow locking routine to be retargetedThomas Preud'homme2017-02-1310-14/+316
* Only define static locks in multithreaded modeThomas Preud'homme2017-02-135-6/+28
* Fix cpp invocation for C++ in nano specThomas Preudhomme2017-02-131-3/+3
* libgloss: Remove duplicate definition of environStafford Horne2017-02-131-3/+0
* libgloss: or1k: If available call the init for init_arrayStafford Horne2017-02-131-0/+6
* or1k: Make open reentrantOlof Kindgren2017-02-131-1/+1
* Add IBM Security Trusteer Rapport to BLODA listcygwin-2_7_0-releaseCorinna Vinschen2017-02-121-0/+1
* Cygwin: create separate bits/byteswap.hYaakov Selkowitz2017-02-083-37/+51
* Unify names of all lock objectsFreddie Chopin2017-02-069-40/+40
* Make anchors stable in generated Cygwin HTML documentationJon Turney2017-02-064-63/+63
* Add release message for commit 609d2b2Corinna Vinschen2017-02-031-0/+3
* Fix limited Internet speeds caused by inappropriate socket bufferingCorinna Vinschen2017-02-031-3/+11
* Add release message for commit a1529738Jon Turney2017-01-311-0/+3
* Fix handling of '+' by 'cygcheck -p'Jon Turney2017-01-311-2/+2
* Add release message for commit 095cac4Corinna Vinschen2017-01-311-0/+3
* Cygwin: Add IUTF8 termios iflagCorinna Vinschen2017-01-314-23/+31
* Committed, libgloss: hook up cris-elf to the initfini-array support.Hans-Peter Nilsson2017-01-292-2/+15
* arm: Fix addressing in optpld macroKyrill Tkachov2017-01-262-4/+4
* arm: Remove RETURN macroPat Pannuto2017-01-256-33/+23
* arm: Remove optpld macroPat Pannuto2017-01-253-18/+11
* Remove unneeded references to arm_asm.hPat Pannuto2017-01-258-10/+4
* devctl.h: Fix typo and include proper headerSebastian Huber2017-01-251-6/+6
* RTEMS: Harmonize MAXNAMLEN and NAME_MAXSebastian Huber2017-01-251-0/+4
* Prefix consistenly target-independent locks with __Thomas Preudhomme2017-01-252-11/+11
* Add release message for commit ca3e3bcCorinna Vinschen2017-01-201-1/+1
* nl_langinfo: Add NL_LOCALE_NAME macroEric Blake2017-01-202-1/+18