aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"github/topic/serial_iotopic/serial_ioCorinna Vinschen1-26/+12
2020-03-25fhandler_serial: fix commentsCorinna Vinschen1-3/+3
2020-03-25Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queueCorinna Vinschen1-12/+26
2020-03-23Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen4-81/+56
2020-03-23Cygwin: serial: select: call ClearCommError prior to calling WaitCommEventCorinna Vinschen1-8/+18
2020-03-23Cygwin: serial: select: fix WaitCommEvent requestCorinna Vinschen1-4/+12
2020-03-23Cygwin: serial: tcsetattr: set timeouts unconditionallyCorinna Vinschen1-41/+38
2020-03-22Cygwin: serial: avoid overrun of vtimeCorinna Vinschen1-4/+4
2020-03-22Cygwin: serial: select: fix previous revamp patchÅke Rehnman2-4/+9
2020-03-22Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen4-198/+84
2020-03-22Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen2-94/+117
2020-03-22Cygwin: serial: select: simplify peek_serialCorinna Vinschen1-24/+19
2020-03-16Cygwin: serial: wait for CancelIo completionCorinna Vinschen1-1/+1
2020-03-13Cygwin: pty: Add FreeConsole to destructor of pty slave.Takashi Yano via Cygwin-patches1-2/+9
2020-03-12Cygwin: serial: try fix o_nonblockCorinna Vinschen1-0/+10
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen99-117/+117
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen22-26/+26
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen47-137/+137
2020-03-11Cygwin: fix formatting: replace TAB char with \t in string constantCorinna Vinschen1-1/+1
2020-03-09Cygwin: console: Fix behaviour of "ESC 8" after reset.Takashi Yano1-0/+7
2020-03-09Do not bother passing optional argument to WriteConsoleA.Hans-Bernhard Broeker1-28/+23
2020-03-09Collect handling of wpixput and wpbuf into a helper class.Hans-Bernhard Broeker1-65/+76
2020-03-02Cygwin: console: convert wpbuf_put to inline functionCorinna Vinschen1-4/+7
2020-03-02Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".Takashi Yano2-13/+41
2020-03-02Cygwin: console: Prevent buffer overrun.Takashi Yano1-10/+8
2020-03-02Cygwin: console: Fix setting/unsetting xterm mode for input.Takashi Yano1-2/+3
2020-03-02Cygwin: console: Revise the code to fix tab position.Takashi Yano1-12/+3
2020-03-02Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queueCorinna Vinschen2-8/+4
2020-02-28Cygwin: console: Adjust the detailed behaviour of ESC sequences.Takashi Yano2-7/+45
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen4-10/+16
2020-02-28Cygwin: 32 bit: remove old code to 16 bit align stackCorinna Vinschen2-21/+6
2020-02-28Cygwin: AF_UNIX: use Nt functions within Nt functionsCorinna Vinschen1-3/+3
2020-02-28Cygwin: AF_UNIX: fix creating shared mem region in dupCorinna Vinschen1-6/+6
2020-02-26Cygwin: console: Add emulation of CSI3J on Win10 1809.Takashi Yano1-2/+17
2020-02-26Cygwin: console: Add support for REP escape sequence to xterm mode.Takashi Yano3-0/+45
2020-02-26Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l.Takashi Yano1-21/+22
2020-02-26Cygwin: console: Add workaround for broken IL/DL in xterm mode.Takashi Yano3-2/+166
2020-02-26Cygwin: cygserver: drop useless packed attributeCorinna Vinschen1-9/+3
2020-02-26Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.oCorinna Vinschen1-0/+2
2020-02-26Cygwin: posix timers: fix uninitialized variableCorinna Vinschen1-1/+1
2020-02-26cpuinfo:power management: add proc_feedback, acc_powerBrian Inglis1-2/+2
2020-02-24Cygwin: console: Fix segfault on shared_console_info access.Takashi Yano2-12/+15
2020-02-24fhandler_proc/cpuinfo: support fast short REP MOVSBBrian Inglis1-0/+1
2020-02-21Cygwin: add release message for NUL character bugsCorinna Vinschen1-0/+7
2020-02-21Cygwin: don't move cursor on NUL char at allCorinna Vinschen1-2/+3
2020-02-20Cygwin: fhandler_console.cc: fix minor style issuesCorinna Vinschen1-3/+3
2020-02-20Cygwin: console: ignore NUL byte on write in xterm emulation mode as wellCorinna Vinschen1-1/+3
2020-02-19Bump DLL version to 3.1.5Corinna Vinschen1-1/+1
2020-02-18Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano4-58/+103
2020-02-18Cygwin: console: Fix ioctl() FIONREAD.Takashi Yano1-4/+33