aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
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-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-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
2021-01-22Cygwin: ptsname_r: always return an error number on failureKen Brown2-1/+4
2021-01-22Cygwin: normalize_posix_path: fix error handling when .. is encounteredKen Brown2-1/+7
2021-01-22Cygwin: Move post-dir unlink checkBen Wijen2-20/+28
2021-01-20Cygwin: console: Fix "Bad file descriptor" error in script command.Takashi Yano via Cygwin-patches3-7/+105
2021-01-20Cygwin: pty: Reduce buffer size in get_console_process_id().Takashi Yano via Cygwin-patches1-2/+2
2021-01-19Cygwin: pty: Lessen the side effect of workaround for rlwarp.Takashi Yano via Cygwin-patches1-4/+12
2021-01-19Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.Takashi Yano via Cygwin-patches1-1/+1
2021-01-19Cygwin: rmdir: handle /dev in fhandler_dev::rmdirCorinna Vinschen3-2/+8
2021-01-18Cygwin: document a recent bug fixKen Brown1-0/+3
2021-01-18Cygwin: pty: Set input_available_event only for cygwin pipe.Takashi Yano via Cygwin-patches1-1/+2
2021-01-18Cygwin: pty: Make master thread functions be static.Takashi Yano via Cygwin-patches2-56/+128
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches6-11/+155
2021-01-18cxx.cc: Fix dynamic initialization for static local variablesBen Wijen2-11/+1