aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2020-01-20Cygwin: document recent changesKen Brown2-3/+31
2020-01-20Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flagKen Brown1-6/+41
2020-01-17Cygwin: readlinkat: allow pathname to be emptyKen Brown1-2/+17
2020-01-17Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOWKen Brown1-1/+1
2020-01-17Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown2-1/+5
2020-01-17Cygwin: pty: Fix state mismatch caused in octave gui.Takashi Yano1-0/+9
2020-01-14Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano1-9/+12
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano3-4/+16
2020-01-14Cygwin: console: Add code to restore console mode on close.Takashi Yano1-0/+21
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano3-1/+54
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano4-30/+32
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano2-2/+27
2020-01-14Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano1-4/+11
2020-01-13Cygwin: select: Speed up select() call for pty, pipe and fifo.Takashi Yano2-3/+13
2020-01-13Cygwin: console: Make suspending process work properly.Takashi Yano1-0/+2
2020-01-13Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano2-27/+28
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano2-10/+0
2020-01-13Fixed crash on wine by adding NULL check after memchrArseniy Lartsev1-0/+2
2020-01-13Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert2-0/+6
2019-12-21Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown2-2/+4
2019-12-21Cygwin: add 3.1.2 release textcygwin-3_1_2-releaseCorinna Vinschen1-0/+7
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano1-1/+1
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano1-2/+5
2019-12-18Cygwin: Bump DLL version to 3.1.2Corinna Vinschen1-1/+1
2019-12-18Cygwin: add 3.1.1 release text belatedlyCorinna Vinschen1-0/+5
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen1-0/+2
2019-12-16Cygwin: Bump DLL version to 3.1.1Corinna Vinschen1-1/+1
2019-12-16Cygwin: add strtold fix to release messagecygwin-3_1_0-releaseCorinna Vinschen1-0/+3
2019-12-16Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero inputCorinna Vinschen2-0/+13
2019-12-10Cygwin: document the last bugfixKen Brown1-0/+4
2019-12-09Cygwin: symlink_info::check: avoid assertion failureKen Brown1-1/+2
2019-12-02Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches1-2/+3
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano8-60/+60
2019-11-15Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano1-0/+22
2019-11-13Cygwin: console: Revise the code checking if the console is legacy.Takashi Yano1-14/+15
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano3-16/+18
2019-11-13regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis2-5/+19
2019-11-08Cygwin: Doc change to note stackdump limit patchMark Geisert1-0/+3
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert1-2/+4
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano4-17/+46
2019-11-06Cygwin: pty: Change how to determine if running as service or not.Takashi Yano1-14/+3
2019-11-05Cygwin: document console helper patchCorinna Vinschen1-0/+4
2019-11-05Cygwin: fix quoting when starting invisible console processCorinna Vinschen1-5/+7
2019-11-04Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAXCorinna Vinschen1-2/+1
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen4-23/+25
2019-10-31Cygwin: getpriority() consistent with process priorityAnton Lavrentiev via cygwin-patches1-1/+6
2019-10-23Cygwin: Provide more COM devicesAchim Gratz2-613/+1727
2019-10-18Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATHKen Brown2-3/+9
2019-10-16Cygwin: pty: Change the timing of clear screen.Takashi Yano1-13/+13
2019-10-16Cygwin: pty: Avoid detach console in the process running as service.Takashi Yano1-0/+2