aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2019-09-05Cygwin: pty: Fix select() with pseudo console support.Takashi Yano4-15/+207
2019-09-05Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano3-5/+16
2019-09-04Cygwin: pty: Add a workaround for ^C handling.Takashi Yano2-1/+6
2019-09-04Cygwin: pty: Limit API hook to the program linked with the APIs.Takashi Yano4-71/+66
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano6-254/+289
2019-09-04Cygwin: pty: Move function hook_api() into hookapi.cc.Takashi Yano3-44/+35
2019-09-04Cygwin: pty: Speed up a little hooked Win32 API for pseudo console.Takashi Yano1-1/+3
2019-09-04Cygwin: pty: Code cleanupTakashi Yano1-28/+0
2019-09-03Cygwin: sys/wait.h: Add _wait prototype to avoid compiler warningCorinna Vinschen1-0/+4
2019-08-29Cygwin: add W10 pseudo console support to release notesCorinna Vinschen2-6/+18
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano12-55/+2016
2019-08-26Cygwin: get_posix_access: avoid negative subscriptKen Brown1-4/+4
2019-08-20Cygwin: math: Properly propagate input NANs in a few functionsMartin Storsjö6-8/+20
2019-08-20Cygwin: math: Fix cosh(-INFINITY) to return +INFINITYMartin Storsjö1-1/+1
2019-08-20Cygwin: math: Fix the return value for tgammal for zero and negative integersMartin Storsjö1-2/+5
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen8-111/+40
2019-08-17Revert "Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenario"Corinna Vinschen2-17/+3
2019-08-15Cygwin: ldd: Try harder to get dll namesMark Geisert2-2/+44
2019-08-15Cygwin: console: Fix the condition to interrupt select() by SIGWINCHTakashi Yano1-1/+3
2019-08-15Cygwin: console: Fix workaround for horizontal tab positionTakashi Yano1-18/+29
2019-08-13Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenarioCorinna Vinschen2-3/+17
2019-08-12Cygwin: ps: fix a compiler warningCorinna Vinschen1-2/+2
2019-08-12Cygwin: console: Fix cursor position restore after screen alternation.Takashi Yano1-0/+3
2019-08-12Cygwin: console: Add workaround for windows xterm compatible mode bug.Takashi Yano1-0/+19
2019-08-12Cygwin: console: Fix deadlock at calling fork().Takashi Yano1-2/+6
2019-08-09Add default implementation of fenv.h and all methodsJoel Sherrill1-3/+2
2019-08-09Cygwin: drop preliminary 3.0.8 release fileCorinna Vinschen1-19/+0
2019-08-09Cygwin: add missing bugfix release messages for 3.1.0Corinna Vinschen1-0/+29
2019-08-08Cygwin: shmat: use mmap allocator strategy on 64 bitCorinna Vinschen5-89/+109
2019-08-08Cygwin: getpriority() and top display for priority is inconsistentLavrentiev, Anton1-15/+3
2019-08-07Cygwin: build_env: fix off-by-one bug when re-adding PATHMichael Haubenwallner1-1/+1
2019-08-06Cygwin: exec: check execute bit prior to evaluating scriptCorinna Vinschen1-6/+6
2019-08-05Cygwin: Implement CPU_SET(3) macrosMark Geisert3-10/+64
2019-07-31Cygwin: fork: attach child not before successMichael Haubenwallner1-8/+11
2019-07-31Cygwin: pinfo: stop remember doing reattachMichael Haubenwallner3-5/+14
2019-07-25Cygwin: Fix the address of myselfCorinna Vinschen2-3/+2
2019-07-25Cygwin: Don't change pgid to ctty pgid under debuggerCorinna Vinschen1-1/+5
2019-07-24Cygwin: Export newlib ndbm functionsCorinna Vinschen4-1/+25
2019-07-24Cygwin: document the last bug fixKen Brown1-0/+3
2019-07-24Cygwin: fhandler_termios::tcsetpgrp: check that argument is non-negativeKen Brown1-0/+5
2019-07-22Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown2-6/+1
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen9-36/+31
2019-07-22Cygwin: fix /proc/PID/fd return value in error caseCorinna Vinschen1-2/+2
2019-07-22Cygwin: add release notes for 3.0.8Ken Brown1-0/+16
2019-07-22Cygwin: socket files are not lnk special filesKen Brown2-3/+5
2019-07-22Cygwin: remove path_conv::is_fs_device()Ken Brown1-2/+2
2019-07-22Cygwin: remove path_conv::is_auto_device()Ken Brown2-2/+1
2019-07-22Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown2-4/+1
2019-07-19Cygwin: unbreak the build with GCC 7Ken Brown2-4/+15
2019-07-17Cygwin: fix GCC 8.3 'local external declaration' errorsKen Brown1-3/+2