Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-15Cygwin: pty: Fix script command crash on console in Win7.Takashi Yano
2022-05-09Cygwin: pty: Avoid script command crash in console.Takashi Yano
2022-05-08Cygwin: pty: Add missing attach_mutex guard.Takashi Yano
2022-05-08Cygwin: pty: Avoid deadlock when pcon is started on console.Takashi Yano
2022-05-08Cygwin: pty: Fix timing of creating invisible console.Takashi Yano
2022-05-08Cygwin: pty: Fix acquiring attach_mutex timing.Takashi Yano
2022-04-11Cygwin: pty: Do not set internal handles in HPCON inheritable.Takashi Yano
2022-04-09Cygwin: pty: Close pseudo console only if the process is the owner.Takashi Yano
2022-03-30Cygwin: pty: Fix crash on master close in Windows 7.Takashi Yano
2022-03-05Cygwin: pty: Adopt the variable name to the name generally used.Takashi Yano
2022-03-05Cygwin: pty: Add several further comments to the pty code.Takashi Yano
2022-03-04Cygwin: pty: Take account of CR+NL line feed in input.Takashi Yano
2022-03-04Cygwin: pty: Fix a possible race issue in initialization of pcon.Takashi Yano
2022-03-04Cygwin: pty: Update some comments in pty code.Takashi Yano
2022-03-04Cygwin: pty: Omit transfer_input() call where it is no longer needed.Takashi Yano
2022-03-04Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.Takashi Yano
2022-03-04Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup().Takashi Yano
2022-03-03Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.Takashi Yano
2022-03-03Cygwin: pty: Simplify the setup code for GDB a bit.Takashi Yano
2022-03-03Cygwin: pty: Rename nat_pipe_owner_alive() to process_alive().Takashi Yano
2022-03-02Cygwin: pty: Add still missing acquire/release_attach_mutex.Takashi Yano
2022-03-02Cygwin: pty: Communalize the code for temporary attach to console.Takashi Yano
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano
2022-03-01Cygwin: pty: Reorganize the code path of setting up and closing pcon.Takashi Yano
2022-03-01Cygwin: pty: Avoid cutting the branch the pty master is sitting on.Takashi Yano
2022-02-28Cygwin: pty: Isolate CTRL_C_EVENTs between ptys.Takashi Yano
2022-02-26Cygwin: pty: Stop to send CTRL_C_EVENT if pcon activated.Takashi Yano
2022-02-26Cygwin: console: Fix issues of apps which open pty.Takashi Yano
2022-02-23Cygwin: pty, console: Add a workaround for GDB SIGINT handling.Takashi Yano
2022-02-22Cygwin: pty: Encapsulate pty code in tty::setpgid().Takashi Yano
2022-02-22Cygwin: pty, console: Fix handle leak which occurs on exec() error.Takashi Yano
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano
2022-02-13Cygwin: console: Fix console mode for non-cygwin inferior of GDB.Takashi Yano
2022-02-13Cygwin: pty: Discard input in from_master_nat pipe on signal as well.Takashi Yano
2022-02-13Cygwin: pty: Revise the code to wait for completion of forwarding.Takashi Yano
2022-02-13Cygwin: pty: Prevent deadlock on echo output.Takashi Yano
2022-01-14Cygwin: pty: Fix race issue between closing and opening master.Takashi Yano
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano
2021-12-14Cygwin: pty: Fix conditions for input transfer again.Takashi Yano
2021-12-14Cygwin: pty: Fix conditions for input transfer.Takashi Yano
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano
2021-12-12Cygwin: pty: Fix console mode of non-cygwin apps in background.Takashi Yano
2021-12-12Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.Takashi Yano
2021-12-12Cygwin: pty: Add missing input transfer when switch_to_pcon_in state.Takashi Yano