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-15Cygwin: pty: Fix script command crash on console in Win7.Takashi Yano
2022-04-01Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano
2022-03-10Cygwin: console, pty: Fix segfault in child_info_spawn::worker().Takashi Yano
2022-03-04Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.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-02Cygwin: console: Prevent special keys processing from drop.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-27Cygwin: termios: Add comments to the code refactored recently.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-23Cygwin: console: Redesign handling of special keys.Takashi Yano
2022-02-22Cygwin: Implicitly support the /dev/fd symlink and friendsJohannes Schindelin
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: console: Rearrange set_(in|out)put_mode() calls.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-01-14Cygwin: console: Fix potential deadlock regarding acuqiring mutex.Takashi Yano
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano
2021-12-14Cygwin: pty: Fix conditions for input transfer.Takashi Yano
2021-11-18Cygwin: console: Fix interference issue regarding master thread.Takashi Yano
2021-10-29Cygwin: drop support for simple invisible console codeCorinna Vinschen
2021-09-23Cygwin: pipe: Use ProcessHandleInformation if available.Takashi Yano
2021-09-21Cygwin: pipe: Introduce temporary query_hdl.Takashi Yano
2021-09-18Cygwin: allow open_setup to failKen Brown
2021-09-16Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe.Takashi Yano
2021-09-16Cygwin: pipe: Fix race issue regarding handle count.Takashi Yano
2021-09-16Cygwin: pipe: Fix error handling in fhandler_pip::create().Takashi Yano
2021-09-15Cygwin: drop useless method fhandler_base::has_ongoing_ioCorinna Vinschen
2021-09-14Cygwin: pipe, fifo: Release select_sem semaphore as much as needed.Takashi Yano
2021-09-14Cygwin: pipe: Use read pipe handle for select() on write pipe.Takashi Yano
2021-09-14Cygwin: pipe, fifo: Call set_no_inheritance() for adjunct handles.Takashi Yano
2021-09-13Cygwin: pipe: Fix deadlock if pipe is created by non-cygwin app.Takashi Yano
2021-09-13Cygwin: select: Introduce select_sem semaphore for pipe.Takashi Yano
2021-09-13Cygwin: set buffer size for pipes created by non-Cygwin processesKen Brown
2021-09-13Cygwin: new class fhandler_pipe_fifoKen Brown
2021-09-13Cygwin: pipes: workaround unrelibale system infoCorinna Vinschen
2021-09-13Cygwin: add fhandler_base::npfs_handleKen Brown
2021-09-13Cygwin: remove the fhandler_base_overlapped classKen Brown
2021-09-13Cygwin: fhandler_pipe: fix permission problemKen Brown
2021-09-13Cygwin: fhandler_pipe: control blocking mode of the Windows pipeKen Brown
2021-09-13Cygwin: fhandler_pipe: add raw_read and raw_writeKen Brown
2021-09-13Cygwin: fhandler_pipe: derive from fhandler_baseKen Brown
2021-05-26Cygwin: fhandler_mqueue: add missing __reg2 for 32 bit buildCorinna Vinschen
2021-05-26Cygwin: fhandler_mqueue: disable more methods, add fcntlCorinna Vinschen