aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Cygwin: fix fenv.h includesCorinna Vinschen2-2/+2
2021-04-07Cygwin: don't export _feinitialise from newlibCorinna Vinschen3-1/+7
2021-04-07fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen3-644/+0
2021-04-06Cygwin: select: Fix FD_CLOSE handlingCorinna Vinschen2-10/+23
2021-04-06Cygwin: select: don't set ready for exception on socket shutdownCorinna Vinschen1-6/+1
2021-04-06Cygwin: pty: Use atexit() instead of hooking exit() for GDB.Takashi Yano3-34/+70
2021-04-06Cygwin: pty: Use find_exec() rather than path_conv::check().Takashi Yano1-10/+12
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano6-233/+215
2021-03-29Cygwin: bump DLL version to 3.2.1Corinna Vinschen1-1/+1
2021-03-23Cygwin: add "app execution aliases" treatment to release notescygwin-3_2_0-releaseCorinna Vinschen1-0/+4
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 Vinschen1-1/+2
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 Brown1-0/+19
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 Vinschen1-0/+3
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-patches1-0/+5
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