summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerate lib/posix/Makefile.inJeff Johnston2021-03-051-3/+16
* 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
* RISC-V: Fix optimized strcmp on big endianMarcus Comstedt2021-02-251-4/+36
* Set __IEEE_BIG_ENDIAN for big endian RISC-VMarcus Comstedt2021-02-251-0/+4
* 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
* Bump config.guess and config.subKito Cheng2021-02-242-478/+739
* 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
* Cygwin: pty: Reflect tty settings to pseudo console mode.Takashi Yano via Cygwin-patches2021-02-191-0/+27
* Cygwin: Add console fix regarding Ctrl-Z etc. to release notes.Takashi Yano via Cygwin-patches2021-02-192-0/+13
* Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches2021-02-195-246/+98
* Cygwin: console: Fix SIGWINCH handling in Win7.Takashi Yano via Cygwin-patches2021-02-191-0/+15
* cpuinfo: add AVX features; move SME, SEV/_ES featuresBrian Inglis2021-02-181-21/+23
* cpuinfo: fix check for cpuid 0x80000007 supportBrian Inglis2021-02-181-1/+1
* Include malloc.h in libc/stdlib/aligned_alloc.cHans-Peter Nilsson2021-02-181-0/+1
* Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches2021-02-173-2/+181
* Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.hHans-Peter Nilsson2021-02-161-1/+1
* winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notesBrian Inglis2021-02-161-44/+57
* Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches2021-02-154-4/+6
* Cygwin: pty: Fix a bug in input transfer for GDB.Takashi Yano via Cygwin-patches2021-02-151-2/+3
* Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches2021-02-125-199/+376
* Cygwin: only export tmpfile64 on 32 bitCorinna Vinschen2021-02-121-0/+2