summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove env var translation; PATH semicolon separated.Kaz Kylheku2021-07-261-1/+2
* Implement sh -> cmd.exe translation hack.Kaz Kylheku2021-07-261-0/+15
* Small fixes in get_cmd_exe_path.Kaz Kylheku2021-07-261-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2021-07-261-1/+26
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2021-07-261-1/+4
* Fix spawned process window not foregrounding.Kaz Kylheku2021-07-261-0/+5
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2021-07-261-1/+1
* When spawning, don't try to make invisible window.Kaz Kylheku2021-07-261-2/+0
* Use wShowWindow when calling CreateProcess.Kaz Kylheku2021-07-261-1/+2
* Cygwin: Allow executing Windows Store's "app execution aliases"Johannes Schindelin2021-03-231-0/+7
* Cygwin: pty: Transfer input only if the stdin is a pty.Takashi Yano via Cygwin-patches2021-03-091-2/+7
* Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches2021-03-051-4/+10
* Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches2021-02-191-14/+18
* Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches2021-02-121-33/+45
* Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches2021-01-281-14/+30
* Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches2021-01-281-0/+2
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches2021-01-281-30/+52
* Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.Takashi Yano via Cygwin-patches2021-01-191-1/+1
* Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches2021-01-181-0/+1
* Cygwin: pty: Make close_pseudoconsole() be a static member function.Takashi Yano via Cygwin-patches2021-01-181-2/+4
* Cygwin: console: Revise the code to switch xterm mode.Takashi Yano via Cygwin-patches2021-01-181-2/+33
* Cygwin: pty: Skip term_has_pcon_cap() if pseudo console is disabled.Takashi Yano via Cygwin-patches2020-12-141-1/+1
* cygwin: use CREATE_DEFAULT_ERROR_MODE in spawnJeremy Drake via Cygwin-patches2020-12-101-0/+7
* Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches2020-08-311-7/+11
* Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen2020-08-281-3/+2
* Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen2020-08-281-1/+1
* Cygwin: pty: Implement new pseudo console support.Takashi Yano2020-08-221-53/+52
* Cygwin: pty: Change the timing of set_locale() call again.Takashi Yano via Cygwin-patches2020-08-171-0/+12
* Cygwin: pty: Add a workaround for issue of starting a lot of mintty.Takashi Yano2020-08-111-4/+11
* Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen2020-08-031-0/+104
* Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano2020-02-181-6/+2
* Cygwin: console: Change timing of set/unset xterm compatible mode.cygwin-3_1_3-releaseTakashi Yano2020-02-171-16/+7
* Cygwin: pty: Fix state mismatch caused in octave gui.Takashi Yano2020-01-171-0/+9
* Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano2020-01-141-2/+4
* Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano2020-01-141-1/+20
* Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano2019-11-181-9/+9
* Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATHKen Brown2019-10-181-3/+6
* Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option.Takashi Yano2019-09-261-2/+2
* Cygwin: Fix incorrect TTY for non-cygwin process.Takashi Yano2019-09-201-4/+1
* Cygwin: pty: Switch input and output pipes individually.Takashi Yano2019-09-141-25/+19
* Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.Takashi Yano2019-09-141-25/+17
* Cygwin: pty: Add a workaround for ^C handling.Takashi Yano2019-09-041-0/+6
* Cygwin: pty: Fix state management for pseudo console support.Takashi Yano2019-09-041-28/+37
* Cygwin: pty: add pseudo console support.Takashi Yano2019-08-291-0/+61
* Cygwin: exec: check execute bit prior to evaluating scriptCorinna Vinschen2019-08-061-6/+6
* Cygwin: pinfo: stop remember doing reattachMichael Haubenwallner2019-07-311-1/+3
* Cygwin: winpids: Fix getting process multiple times, take 2Corinna Vinschen2019-04-021-5/+4
* Cygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITED_INFORMATIONCorinna Vinschen2019-03-121-12/+18
* Cygwin: fix child getting another pid after spawnveCorinna Vinschen2019-02-081-6/+2
* Cygwin: spawn: create and maintain winpid symlinksCorinna Vinschen2019-02-021-5/+25