aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Fix a problem that connection to syslogd fails.Takashi Yano2-19/+17
2018-07-04Cygwin: Include local ntsecapi.hTakashi Yano1-1/+1
2018-07-03Fix a bug of psiginfo() that changes the orientation of stderr.Takashi Yano1-6/+35
2018-06-29Cygwin: tape: Handle non-standard "no medium" error codeCorinna Vinschen2-5/+26
2018-06-27Cygwin: define pthread_tryjoin_np/pthread_timedjoin_np _GNU_VISIBLECorinna Vinschen1-2/+2
2018-06-27Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_npCorinna Vinschen2-1/+3
2018-06-27Cygwin: pthread_timedjoin_np: return ETIMEDOUT, not EBUSYCorinna Vinschen1-2/+2
2018-06-27Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_npCorinna Vinschen7-11/+42
2018-06-26Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen2-3/+9
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen8-1/+36
2018-06-26Cygwin: add Unicode patch to release notesCorinna Vinschen1-0/+3
2018-06-26Cygwin: exceptions: fix FPE exception flagsCorinna Vinschen2-1/+10
2018-06-26Cygwin: signal.h: improve exception flags definitionCorinna Vinschen1-5/+39
2018-06-22Fix the handling of out-of-band (OOB) data in a socket.Takashi Yano3-9/+120
2018-06-07Bump Cygwin DLL version to 2.11.0Ken Brown1-2/+2
2018-06-07Cygwin: Document clearenv and bump API minorKen Brown4-1/+24
2018-06-07Cygwin: Remove workaround in environ.ccKen Brown1-6/+4
2018-06-07Cygwin: Implement the GNU extension clearenvKen Brown3-0/+24
2018-06-07Cygwin: Allow the environment pointer to be NULLKen Brown2-17/+30
2018-06-07Cygwin: Clarify some code in environ.ccKen Brown1-1/+7
2018-06-01Cygwin: Add pthread_rwlock_* fix to release notesKen Brown1-0/+3
2018-06-01Declare the pthread_rwlock_* functions if __cplusplus >= 201402LKen Brown1-1/+1
2018-05-29Cygwin: Add stack alignment crash after fork fix to release notesCorinna Vinschen1-0/+4
2018-05-29Cygwin: Fixing the math behind rounding down ch.stacklimit to page size.Sergejs Lukanihins1-1/+1
2018-05-29Cygwin: Add Sergejs Lukanihins to contributorsCorinna Vinschen1-0/+1
2018-05-29Cygwin: Add buffer underrun fix to release notesCorinna Vinschen1-0/+3
2018-05-29Cygwin: normalize_win32_path: Avoid buffer underrunsCorinna Vinschen1-8/+25
2018-05-29Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::checkCorinna Vinschen1-1/+2
2018-04-16Cygwin: fix build with GCC 7Yaakov Selkowitz1-9/+5
2018-04-12Cygwin: fix guard checking for current user's AuthZ contextCorinna Vinschen1-3/+7
2018-04-11Cygwin: add cuinof changes to release textCorinna Vinschen1-0/+5
2018-04-11Cygwin: cpuinfo: Use active CPU count per groupCorinna Vinschen1-20/+36
2018-04-11Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriateCorinna Vinschen3-12/+10
2018-04-11Cygwin: cpuinfo: report L3 cache on Intel CPUsCorinna Vinschen1-2/+3
2018-04-09Cygwin: add strtod fix to release notesCorinna Vinschen1-0/+4
2018-03-26Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-related functionsCorinna Vinschen1-6/+6
2018-03-26Cygwin: fix typo in accept on inet and local socketsCorinna Vinschen2-2/+2
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen13-1042/+623
2018-03-18Cygwin: AF_UNIX: Redesign various aspectsCorinna Vinschen2-190/+442
2018-03-18Cygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSingleObjectCorinna Vinschen1-1/+4
2018-03-18Cygwin: AF_UNIX: Add state_lock to guard manipulating shared state infoCorinna Vinschen2-0/+9
2018-03-18Cygwin: AF_UNIX: Use spinlock rather than SRWLOCKsCorinna Vinschen1-17/+39
2018-03-17Cygwin: tags: drop _EXFUN regexCorinna Vinschen1-2/+0
2018-03-14Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen2-212/+134
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen2-134/+212
2018-03-12Cygwin: mark muto object as NO_COPYCorinna Vinschen1-1/+1
2018-03-12Cygwin: AF_UNIX: store per-socket info in shared memoryCorinna Vinschen4-80/+238
2018-03-11Cygwin: AF_UNIX: fix up thread parameter block allocationCorinna Vinschen1-3/+4
2018-03-11Cygwin: AF_UNIX: use get_unique_id to create pipe nameCorinna Vinschen1-1/+1
2018-03-10Cygwin: AF_UNIX: fix dupCorinna Vinschen1-1/+15