aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2022-03-01Cygwin: wait_sig: allow to compute process-wide mask of pending signalsCorinna Vinschen2-1/+22
2022-03-01Cygwin: add init_cygheap::compute_sigblkmask methodCorinna Vinschen2-0/+19
2022-03-01Cygwin: Makefile: fix ctags --extras optionCorinna Vinschen1-1/+1
2022-03-01Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how"Corinna Vinschen1-3/+3
2022-03-01Cygwin: /proc/<PID>/status: fix format specifierCorinna Vinschen1-3/+3
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano5-179/+203
2022-03-01Cygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid valueCorinna Vinschen1-1/+1
2022-03-01Cygwin: pty: Reorganize the code path of setting up and closing pcon.Takashi Yano3-142/+153
2022-03-01Cygwin: pty: Avoid cutting the branch the pty master is sitting on.Takashi Yano5-50/+65
2022-02-28Cygwin: pty: Isolate CTRL_C_EVENTs between ptys.Takashi Yano2-4/+21
2022-02-28Cygwin: console: Improve the code to avoid typeahead key swapping.Takashi Yano1-33/+42
2022-02-28Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.Takashi Yano3-3/+20
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano3-6/+9
2022-02-27Cygwin: termios: Add comments to the code refactored recently.Takashi Yano2-21/+52
2022-02-27Cygwin: console: Correct the past fix for apps which open pty.Takashi Yano1-2/+2
2022-02-27Cygwin: console: Revert experimental code mixed accidentally.Takashi Yano1-1/+7
2022-02-26Cygwin: console: Prevent the order of typeahead input from swapped.Takashi Yano1-2/+51
2022-02-26Cygwin: pty: Stop to send CTRL_C_EVENT if pcon activated.Takashi Yano3-7/+17
2022-02-26Cygwin: console: Fix issues of apps which open pty.Takashi Yano4-17/+21
2022-02-25Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C.Takashi Yano1-0/+3
2022-02-24Cygwin: console: Restore CTRL_BREAK_EVENT handling.Takashi Yano3-17/+10
2022-02-24Cygwin: pty, console: Add a workaround for GDB SIGINT handling.Takashi Yano4-3/+39
2022-02-24Cygwin: console: Redesign handling of special keys.Takashi Yano4-35/+53
2022-02-22Cygwin: unlink: filter out virtual files and devices early onCorinna Vinschen2-1/+6
2022-02-22Cygwin: Implicitly support the /dev/fd symlink and friendsJohannes Schindelin7-707/+879
2022-02-22Cygwin: Adjust path to newlib libc.a, tooCorinna Vinschen1-2/+2
2022-02-22Cygwin: Adjust path to newlib libm.a in builddirJon Turney1-3/+3
2022-02-22Make __sdidinit unusedMatt Joyce4-10/+15
2022-02-22Cygwin: pty: Encapsulate pty code in tty::setpgid().Takashi Yano3-59/+56
2022-02-22Cygwin: pty, console: Fix handle leak which occurs on exec() error.Takashi Yano5-134/+157
2022-02-20Cygwin: console: Call fix_tab_position() only if having broken tabs.Takashi Yano1-3/+5
2022-02-20Cygwin: console: Rearrange set_(in|out)put_mode() calls.Takashi Yano4-72/+84
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano7-220/+264
2022-02-16Cygwin: wincap: Add capabilities for Windows 11.Takashi Yano2-1/+48
2022-02-16fhandler_proc.cc(format_proc_cpuinfo): fix bad bits in last changeBrian Inglis1-3/+3
2022-02-13Cygwin: console: Set console mode even if stdin/stdout is redirected.Takashi Yano1-12/+7
2022-02-13Cygwin: console: Fix console mode for non-cygwin inferior of GDB.Takashi Yano3-62/+107
2022-02-13Cygwin: pty: Fix a bug in tty_min::segpgid().Takashi Yano1-1/+2
2022-02-13Cygwin: pty: Discard input in from_master_nat pipe on signal as well.Takashi Yano1-0/+3
2022-02-13Cygwin: pty: Revise the code to wait for completion of forwarding.Takashi Yano3-7/+12
2022-02-13Cygwin: pty: Prevent deadlock on echo output.Takashi Yano1-2/+0
2022-02-13Cygwin: pty: Pass Ctrl-Z (EOF) to non-cygwin apps with disable_pcon.Takashi Yano1-4/+9
2022-02-13Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps.Takashi Yano2-0/+66
2022-02-11Cygwin: console: Maintain ENABLE_(INSERT|QUICK_EDIT)_MODE flags.Mitchell Hentges1-3/+5
2022-02-05Cygwin: wincap: Add capabilities for Windows 10 2004 and newer.Takashi Yano1-1/+34
2022-02-05Cygwin: drop dllfixdbg scriptCorinna Vinschen2-82/+24
2022-02-05Cygwin: console: Remove unnecessary (redundant) code.Takashi Yano1-2/+0
2022-02-04Cygwin: fix dependency to dllfixdbg scriptCorinna Vinschen1-2/+2
2022-02-04Cygwin: dllfixdbg: improve readabilityCorinna Vinschen1-60/+64
2022-02-03Cygwin: dllfixdbg: honor Makefile verbositiy flag "V"Corinna Vinschen2-2/+2