aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2021-03-23Cygwin: add "app execution aliases" treatment to release notescygwin-3_2_0-releaseCorinna Vinschen2-0/+10
2021-03-23Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin1-0/+40
2021-03-23Cygwin: Allow executing Windows Store's "app execution aliases"Johannes Schindelin1-0/+7
2021-03-23Cygwin: pty: Rename input/output named pipes.Takashi Yano via Cygwin-patches1-6/+6
2021-03-09Cygwin: pty: Transfer input only if the stdin is a pty.Takashi Yano via Cygwin-patches2-4/+15
2021-03-09Cygwin: update release notes for 3.2.0, part 5Corinna Vinschen1-0/+3
2021-03-09Cygwin: update release notes for 3.2.0, part 4Corinna Vinschen2-2/+4
2021-03-08Cygwin: pty: Transfer input for native app only if the stdin is pcon.Takashi Yano via Cygwin-patches1-8/+10
2021-03-08Cygwin: update release notes for 3.2.0Ken Brown2-0/+40
2021-03-08Cygwin: pty: Attach to stub process when non-cygwin app inherits pcon.Takashi Yano via Cygwin-patches1-1/+1
2021-03-08Cygwin: update release notes for 3.2.0, part 2Corinna Vinschen2-0/+23
2021-03-08Cygwin: update release notes for 3.2.0Corinna Vinschen1-0/+7
2021-03-08Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches2-4/+4
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches5-1/+31
2021-03-08Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen2-10/+0
2021-03-05Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches2-4/+11
2021-03-05Cygwin: pty: Fix a race issue in startup of pseudo console.Takashi Yano via Cygwin-patches1-4/+12
2021-02-25Cygwin: simplify linkat with AT_EMPTY_PATHKen Brown1-8/+16
2021-02-25Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown2-4/+12
2021-02-25Cygwin: fix facl on sockets that are not socket filesKen Brown2-4/+10
2021-02-25Cygwin: fix fchown on sockets that are not socket filesKen Brown2-4/+10
2021-02-25Cygwin: fix fchmod on sockets that are not socket filesKen Brown2-4/+10
2021-02-25Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown2-4/+15
2021-02-25Cygwin: fix fstat on sockets that are not socket filesKen Brown2-10/+10
2021-02-24Cygwin: facl: fail with EBADF on files opened with O_PATHKen Brown1-0/+5
2021-02-24Cygwin: AF_UNIX: allow opening with the O_PATH flagKen Brown2-0/+25
2021-02-22Cygwin: console: Prevent NULL pointer access in close().Takashi Yano via Cygwin-patches1-1/+1
2021-02-22Cygwin: pty: Fix segfault caused when tcflush() is called.Takashi Yano via Cygwin-patches1-2/+5
2021-02-19Cygwin: FIFO: temporarily keep a conv_handle in syscalls.cc:openKen Brown1-3/+19
2021-02-19Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown1-2/+1
2021-02-19Cygwin: define fhandler_fifo::fstatKen Brown2-0/+24
2021-02-19Cygwin: realpath: fix cygwin installation dir being access via junctionCorinna Vinschen1-0/+13
2021-02-19Cygwin: default to O_BINARY in fhandler_base::reset_to_open_binmode()Corinna Vinschen1-1/+2
2021-02-19Cygwin: console: Add support for FLUSHO and Ctrl-O.Takashi Yano via Cygwin-patches1-0/+11
2021-02-19Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches5-6/+19
2021-02-19Cygwin: pty: Make tty setting NOFLSH work.Takashi Yano via Cygwin-patches1-1/+2
2021-02-19Cygwin: pty: Reflect tty settings to pseudo console mode.Takashi Yano via Cygwin-patches1-0/+27
2021-02-19Cygwin: Add console fix regarding Ctrl-Z etc. to release notes.Takashi Yano via Cygwin-patches2-0/+13
2021-02-19Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches5-246/+98
2021-02-19Cygwin: console: Fix SIGWINCH handling in Win7.Takashi Yano via Cygwin-patches1-0/+15
2021-02-18cpuinfo: add AVX features; move SME, SEV/_ES featuresBrian Inglis1-21/+23
2021-02-18cpuinfo: fix check for cpuid 0x80000007 supportBrian Inglis1-1/+1
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches3-2/+181
2021-02-16winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notesBrian Inglis1-44/+57
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches4-4/+6
2021-02-15Cygwin: pty: Fix a bug in input transfer for GDB.Takashi Yano via Cygwin-patches1-2/+3
2021-02-12Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches5-199/+376
2021-02-12Cygwin: only export tmpfile64 on 32 bitCorinna Vinschen1-0/+2
2021-02-12Cygwin: Have tmpfile(3) use O_TMPFILEMark Geisert2-0/+23
2021-02-10Cygwin: fhandler: clean up 'copyto' logicCorinna Vinschen3-197/+197