aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-18Include malloc.h in libc/stdlib/aligned_alloc.cHans-Peter Nilsson1-0/+1
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches3-2/+181
2021-02-16Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.hHans-Peter Nilsson1-1/+1
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
2021-02-10Cygwin: check path_conv_handle for NULL before trying to dup itCorinna Vinschen1-3/+4
2021-02-10Cygwin: drop path_conv::reset_conv_handleCorinna Vinschen3-3/+2
2021-02-10Cygwin: don't copy path_conv in fhandler_base::resetCorinna Vinschen1-1/+0
2021-02-09Revert "Cygwin: fstat_helper: always use handle in call to get_file_attribute"Ken Brown1-4/+3
2021-02-09Cygwin: drop ftw.h in favor of new newlib ftw.hCorinna Vinschen1-63/+0
2021-02-09FTW Port for NewlibEshan dhawan4-1/+254
2021-02-05Removed Soft float from MIPSEshan dhawan2-41/+18
2021-02-05RISC-V: Use __bss_start for the starting point of .bss.Yeting Kuo1-1/+1
2021-02-02fhandler_serial.cc: MARK and SPACE parity for serial portMarek Smetana2-1/+11
2021-02-01Cygwin: recognize native Windows AF_UNIX sockets as reparse pointsKen Brown1-0/+4
2021-02-01Cygwin: include/cygwin/limits.h: new headerKen Brown2-47/+98
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown7-17/+14
2021-02-01Cygwin: sysconf, getrlimit: don't call getdtablesizeKen Brown2-14/+2
2021-02-01Cygwin: getdtablesize: always return OPEN_MAX_MAXKen Brown1-1/+1
2021-02-01Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().Takashi Yano via Cygwin-patches1-0/+2
2021-02-01Cygwin: console: Align the behaviour against signal with pty.Takashi Yano via Cygwin-patches1-1/+2
2021-02-01Cygwin: pty: Make slave read() thread-safe.Takashi Yano via Cygwin-patches1-0/+6
2021-02-01Cygwin: console: Make read() thread-safe.Takashi Yano via Cygwin-patches3-5/+18
2021-01-29Cygwin: fchmodat: add limited support for AT_SYMLINK_NOFOLLOWKen Brown1-5/+15
2021-01-28Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches6-93/+314
2021-01-28Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches6-42/+279
2021-01-28Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches3-0/+11
2021-01-28Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches5-147/+504
2021-01-26Cygwin: Align *utime*() with POSIX/glibcCorinna Vinschen2-5/+5
2021-01-26Align *utime*() with POSIX/glibcSebastian Huber3-6/+6
2021-01-25Cygwin: chown: make sure ctime gets updated when necessaryKen Brown1-5/+8
2021-01-25syscalls.cc: Deduplicate removeBen Wijen1-13/+4
2021-01-25Cygwin: console: Add missing guard regarding attach_mutex.Takashi Yano via Cygwin-patches1-0/+27
2021-01-25syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTEBen Wijen4-39/+53