summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Implement sh -> cmd.exe translation hack.Kaz Kylheku2021-07-261-0/+15
* Implement drive-relative paths and per-drive working dir.Kaz Kylheku2021-07-261-1/+40
* Remove conversion of native paths to POSIX mount points.Kaz Kylheku2021-07-261-74/+1
* First steps toward native path handling.Kaz Kylheku2021-07-264-31/+73
* Small fixes in get_cmd_exe_path.Kaz Kylheku2021-07-261-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2021-07-263-4/+30
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2021-07-263-19/+25
* Fix previous VT100 fix.Kaz Kylheku2021-07-261-11/+11
* Fix spawned process window not foregrounding.Kaz Kylheku2021-07-262-1/+7
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2021-07-262-0/+24
* Report as CYGNAL in uname syscall.Kaz Kylheku2021-07-261-2/+2
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2021-07-263-47/+13
* 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: add "app execution aliases" treatment to release notescygwin-3_2_0-releaseCorinna Vinschen2021-03-232-0/+10
* Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin2021-03-231-0/+40
* Cygwin: Allow executing Windows Store's "app execution aliases"Johannes Schindelin2021-03-231-0/+7
* Cygwin: pty: Rename input/output named pipes.Takashi Yano via Cygwin-patches2021-03-231-6/+6
* Cygwin: pty: Transfer input only if the stdin is a pty.Takashi Yano via Cygwin-patches2021-03-092-4/+15
* Cygwin: update release notes for 3.2.0, part 5Corinna Vinschen2021-03-091-0/+3
* Cygwin: update release notes for 3.2.0, part 4Corinna Vinschen2021-03-092-2/+4
* Cygwin: pty: Transfer input for native app only if the stdin is pcon.Takashi Yano via Cygwin-patches2021-03-081-8/+10
* Cygwin: update release notes for 3.2.0Ken Brown2021-03-082-0/+40
* Cygwin: pty: Attach to stub process when non-cygwin app inherits pcon.Takashi Yano via Cygwin-patches2021-03-081-1/+1
* Cygwin: update release notes for 3.2.0, part 2Corinna Vinschen2021-03-082-0/+23
* Cygwin: update release notes for 3.2.0Corinna Vinschen2021-03-081-0/+7
* Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches2021-03-082-4/+4
* Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches2021-03-085-1/+31
* Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen2021-03-082-10/+0
* Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches2021-03-052-4/+11
* Cygwin: pty: Fix a race issue in startup of pseudo console.Takashi Yano via Cygwin-patches2021-03-051-4/+12
* Cygwin: simplify linkat with AT_EMPTY_PATHKen Brown2021-02-251-8/+16
* Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown2021-02-252-4/+12
* Cygwin: fix facl on sockets that are not socket filesKen Brown2021-02-252-4/+10
* Cygwin: fix fchown on sockets that are not socket filesKen Brown2021-02-252-4/+10
* Cygwin: fix fchmod on sockets that are not socket filesKen Brown2021-02-252-4/+10
* Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown2021-02-252-4/+15
* Cygwin: fix fstat on sockets that are not socket filesKen Brown2021-02-252-10/+10
* Cygwin: facl: fail with EBADF on files opened with O_PATHKen Brown2021-02-241-0/+5
* Cygwin: AF_UNIX: allow opening with the O_PATH flagKen Brown2021-02-242-0/+25
* Cygwin: console: Prevent NULL pointer access in close().Takashi Yano via Cygwin-patches2021-02-221-1/+1
* Cygwin: pty: Fix segfault caused when tcflush() is called.Takashi Yano via Cygwin-patches2021-02-221-2/+5
* Cygwin: FIFO: temporarily keep a conv_handle in syscalls.cc:openKen Brown2021-02-191-3/+19
* Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown2021-02-191-2/+1
* Cygwin: define fhandler_fifo::fstatKen Brown2021-02-192-0/+24
* Cygwin: realpath: fix cygwin installation dir being access via junctionCorinna Vinschen2021-02-191-0/+13
* Cygwin: default to O_BINARY in fhandler_base::reset_to_open_binmode()Corinna Vinschen2021-02-191-1/+2
* Cygwin: console: Add support for FLUSHO and Ctrl-O.Takashi Yano via Cygwin-patches2021-02-191-0/+11
* Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches2021-02-195-6/+19
* Cygwin: pty: Make tty setting NOFLSH work.Takashi Yano via Cygwin-patches2021-02-191-1/+2