summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve wording on special charactersKenneth Nellis2017-02-141-1/+2
* 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
* 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
* Add release message for commit ca3e3bcCorinna Vinschen2017-01-201-1/+1
* Cleanup fhandler_console::read for readabilityCorinna Vinschen2017-01-191-22/+20
* miscfuncs.cc: Revert exclusion of inclusion of exception.hCorinna Vinschen2017-01-191-0/+1
* Simplify check for Alt-NumpadCorinna Vinschen2017-01-193-39/+35
* miscfuncs.h: Drop now unneeded getentropy declarationCorinna Vinschen2017-01-191-1/+0
* miscfuncs.cc: Drop unneeded includes and unused global variableCorinna Vinschen2017-01-191-12/+0
* check_iovec: Change test to be more robust against invalid iovcnt valuesCorinna Vinschen2017-01-191-1/+1
* Don't assert on sum of iov_len overflowing an ssize_tCorinna Vinschen2017-01-191-3/+3
* Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen2017-01-192-192/+193
* Move getentropy/getrandom into own fileCorinna Vinschen2017-01-193-57/+71
* Fix copy/paste buglet in commentCorinna Vinschen2017-01-191-1/+1
* Add release message for commit 4652cc4Corinna Vinschen2017-01-191-0/+3
* Handle Alt+Numpad key sequences in console input and selectCorinna Vinschen2017-01-192-3/+35
* Add release message for commit 688d943Corinna Vinschen2017-01-141-0/+4
* Always try to write complete incoming buffer on pipes and fifosCorinna Vinschen2017-01-141-1/+1
* Add release message for commit 6ed4753Corinna Vinschen2017-01-121-1/+2
* rename: Refactor "new file already exists and rename fails" caseCorinna Vinschen2017-01-121-20/+27
* FAST_CWD: adjust the initial search scopeJohannes Schindelin2017-01-121-2/+2
* Fix formatting in pinfo.ccCorinna Vinschen2017-01-101-7/+8
* Document latest Cygwin changesCorinna Vinschen2017-01-102-0/+18
* Add Erik Bray to Cygwin CONTRIBUTORSCorinna Vinschen2017-01-101-0/+1
* Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray2017-01-101-0/+22
* Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray2017-01-102-3/+84
* Move the core environment parsing of environ_init into a new win32env_to_cyge...Erik M. Bray2017-01-102-35/+51
* Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...Erik M. Bray2017-01-091-0/+8
* Don't free statically allocated sys_privsCorinna Vinschen2017-01-091-2/+2
* Export getentropy and getrandom callsCorinna Vinschen2016-12-165-6/+96
* Fix some broken links in Cygwin FAQJon Turney2016-12-154-11/+7
* Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen2016-12-145-6/+29