Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2021-03-08Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen
2021-03-05Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches
2021-03-05Cygwin: pty: Fix a race issue in startup of pseudo console.Takashi Yano via Cygwin-patches
2021-02-26Cygwin: simplify linkat with AT_EMPTY_PATHKen Brown
2021-02-26Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix facl on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchown on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchmod on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstat on sockets that are not socket filesKen Brown
2021-02-24Cygwin: facl: fail with EBADF on files opened with O_PATHKen Brown
2021-02-24Cygwin: AF_UNIX: allow opening with the O_PATH flagKen Brown
2021-02-22Cygwin: console: Prevent NULL pointer access in close().Takashi Yano via Cygwin-patches
2021-02-22Cygwin: pty: Fix segfault caused when tcflush() is called.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: FIFO: temporarily keep a conv_handle in syscalls.cc:openKen Brown
2021-02-19Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown
2021-02-19Cygwin: define fhandler_fifo::fstatKen Brown
2021-02-19Cygwin: realpath: fix cygwin installation dir being access via junctionCorinna Vinschen
2021-02-19Cygwin: default to O_BINARY in fhandler_base::reset_to_open_binmode()Corinna Vinschen
2021-02-19Cygwin: console: Add support for FLUSHO and Ctrl-O.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: pty: Make tty setting NOFLSH work.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: pty: Reflect tty settings to pseudo console mode.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: Add console fix regarding Ctrl-Z etc. to release notes.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix SIGWINCH handling in Win7.Takashi Yano via Cygwin-patches
2021-02-18cpuinfo: add AVX features; move SME, SEV/_ES featuresBrian Inglis
2021-02-18cpuinfo: fix check for cpuid 0x80000007 supportBrian Inglis
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches
2021-02-16winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notesBrian Inglis
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches
2021-02-15Cygwin: pty: Fix a bug in input transfer for GDB.Takashi Yano via Cygwin-patches
2021-02-12Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches
2021-02-12Cygwin: only export tmpfile64 on 32 bitCorinna Vinschen
2021-02-12Cygwin: Have tmpfile(3) use O_TMPFILEMark Geisert
2021-02-10Cygwin: fhandler: clean up 'copyto' logicCorinna Vinschen
2021-02-10Cygwin: check path_conv_handle for NULL before trying to dup itCorinna Vinschen
2021-02-10Cygwin: drop path_conv::reset_conv_handleCorinna Vinschen
2021-02-10Cygwin: don't copy path_conv in fhandler_base::resetCorinna Vinschen
2021-02-09Revert "Cygwin: fstat_helper: always use handle in call to get_file_attribute"Ken Brown
2021-02-09Cygwin: drop ftw.h in favor of new newlib ftw.hCorinna Vinschen
2021-02-02fhandler_serial.cc: MARK and SPACE parity for serial portMarek Smetana
2021-02-01Cygwin: recognize native Windows AF_UNIX sockets as reparse pointsKen Brown
2021-02-01Cygwin: include/cygwin/limits.h: new headerKen Brown
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown
2021-02-01Cygwin: sysconf, getrlimit: don't call getdtablesizeKen Brown
2021-02-01Cygwin: getdtablesize: always return OPEN_MAX_MAXKen Brown
2021-02-01Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().Takashi Yano via Cygwin-patches
2021-02-01Cygwin: console: Align the behaviour against signal with pty.Takashi Yano via Cygwin-patches
2021-02-01Cygwin: pty: Make slave read() thread-safe.Takashi Yano via Cygwin-patches