Autor Thema: Cygwin  (Gelesen 3564 mal)

0 Mitglieder und 2 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.0.5-1
« Antwort #30 am: 01 April, 2019, 09:09 »
Changelog

Fix /proc/version after uname change
Addresses: https://cygwin.com/ml/cygwin/2019-03/msg00467.html
Fix a crash in wcsxfrm_l if destination size is 0.
Addresses: https://cygwin.com/ml/cygwin/2019-03/msg00492.html
Fix a problem in process enumeration which led to `ps -W' showing Cygwin processes twice and potentially with incorrect Windows PID. Addresses: Report on IRC

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
cygwin 3.0.6-1
« Antwort #31 am: 08 April, 2019, 17:45 »
Changelog

Bug Fixes
---------

- Fix the problem that `ps' or `pstree' may show up in their own output twice.
  Addresses: Report on IRC

- Honor setting uc_sigmask in a sigaction signal handler.
  Addresses: https://cygwin.com/ml/cygwin/2019-04/msg00016.html

- Fix signal handling if setcontext is called from a signal handler.
  Addresses: Self-tested.

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.0.7-1
« Antwort #32 am: 01 Mai, 2019, 11:45 »
Changelog

The following packages have been uploaded to the Cygwin distribution:

* cygwin-3.0.7-1
* cygwin-devel-3.0.7-1
* cygwin-doc-3.0.7-1


What changed:
-------------

- Updated era and message locale data, in particular add era data for
  the new TennÅ?.


Bug Fixes
---------

- Fix WinSock error mapping to POSIX error codes.
  Addresses: https://cygwin.com/ml/cygwin/2019-04/msg00160.html

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.1.0-1
« Antwort #33 am: 17 Dezember, 2019, 04:45 »
Changelog

    What's new:

    Add 24 bit color support using xterm compatibility mode in Windows 10 1703 or later. Add fake 24 bit color support for legacy console, which uses the nearest color from 16 system colors.
    Support pseudo console in PTY. Pseudo console is a new feature in Windows 10 1809, which provides console APIs on virtual terminal. With this patch, native console applications can work in PTYs such as mintty, ssh, gnu screen or tmux.
    New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np, pthread_setaffinity_np, plus CPU_SET macros.
    New APIs: dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store.

    What changed:

    FIFOs can now be opened multiple times for writing. Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00047.html
    https://cygwin.com/ml/cygwin/2015-12/msg00311.html
    If a SA_SIGINFO signal handler changes the ucontext_t pointed to by the third parameter, follow it after returning from the handler.
    Eliminate a header file name collision with <X11/XLocale.h> on case insensitive filesystems by reverting <xlocale.h> back to <sys/_locale.h>.
    Allow times(2) to have a NULL argument, as on Linux.
    Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00141.html
    Improve /proc/cpuinfo output and align more closely with Linux.
    Raise stackdump frame limit from 16 to 32.
    Addresses: https://cygwin.com/ml/cygwin/2019-11/msg00038.html

    Bug Fixes

    Fix select() on console in canonical mode. Return after one line is completed, instead of when only one key is typed.
    Make console I/O functions thread-safe.
    Define missing MSG_EOR. It's unsupported by the underlying Winsock layer so using it in send(2), sendto(2), or sendmsg(2) will return -1 with errno set to EOPNOTSUPP and recvmsg(2) will never return it.
    Fix a timerfd deadlock.
    Addresses: https://cygwin.com/ml/cygwin/2019-06/msg00096.html
    Fix sigpending() incorrectly returning signals for unrelated threads.
    Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00051.html
    Fix a hang when opening a FIFO with O_PATH.
    Addresses: https://cygwin.com/ml/cygwin-developers/2019-06/msg00001.html
    Don't append ".lnk" when renaming a socket file.
    Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00139.html
    Make tcsetpgrp() return -1 if its argument is negative.
    Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00166.html
    Avoid mistakenly moving a process under debugger control into theprocess group of the debugger.
    Addresses a problem visible in GDB 8.1.1, related to
    https://cygwin.com/ml/cygwin/2019-07/msg00166.html
    Return ENOEXEC from execve for arbitrary files only if the files are executable.
    Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00054.html
    Fix off-by-one in environment evaluation leading to an abort.
    Addresses: https://cygwin.com/ml/cygwin-patches/2019-q3/msg00069.html
    Make output of /proc/[PID]/stat consistent with getpriority().
    Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00082.html
    64 bit only: Avoid collisions between memory maps created with shmat and Windows datastructures during fork.
    Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00107.html
    Make rmdir fail if its argument is a symlink.
    Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00221.html
    Fix an assertion failure on an invalid path.
    Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00228.html
    If the argument to mkdir(2) or rmdir(2) is 'x:', don't strip the trailing backslash.
    Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00334.html
    Make spawnvp, spawnvpe fail if the executable is not in $PATH.
    Addresses: https://cygwin.com/ml/cygwin/2019-10/msg00032.html
    Fix parent/child relationship after parent dies.
    Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00263.html
    Fix a security problem if Cygwin is installed into a path with spaces in it.
    Addresses: https://cygwin.com/ml/cygwin/2019-11/msg00018.html
    Fix an assertion failure when /cygdrive contains an offline network drive.
    Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00016.html
    Fix return value of ilogbl for 0 input.
    Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00074.html
    Let strtold set errno to ERANGE on underflow per POSIX.
    Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00072.html

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.1.1
« Antwort #34 am: 19 Dezember, 2019, 17:15 »
What's new:>>

    This is a bugfix release. Due to an oversight, Cygwin 3.1.0 does not run
    on Windows Vista and Windows Server 2008. Cygwin 3.1.1 fixes that.

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.1.2
« Antwort #35 am: 22 Dezember, 2019, 11:10 »
What's new:>>

- Fix an infinite loop in the pseudo console code.
  Addresses: https://www.cygwin.com/ml/cygwin/2019-12/msg00173.html.
- Bordercase formatting fixes in fcvt and gcvt.

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.1.4
« Antwort #36 am: 19 Februar, 2020, 12:46 »
Changelog

    Allow symlinks to be opened with O_PATH | O_NOFOLLOW.
    Allow the pathname argument to readlinkat(2) to be an empty string, provided the dirfd argument refers to a symlink opened with O_PATH | O_NOFOLLOW. The readlinkat call then operates on that symlink.
    Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and fstatat(2).
    Allow AF_LOCAL sockets to be opened with O_PATH.
    <signal.h>: New macro _NSIG replacing NSIG. NSIG is now only visible to MISC builds, as on Linux.
    The new locale modifier @cjksingle allows enforcing of single-width character property for usually double-widthed characters. This will be supported by upcoming mintty releases. For the reasoning, see https://gitlab.freedesktop.org/terminal-wg/specifications/issues/9.

    Bug Fixes:

    Define CPU_SETSIZE, as on Linux. Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
    Fix a regression that prevented the root of a drive from being the Cygwin installation root. Addresses: https://cygwin.com/ml/cygwin/2020-01/msg00111.html
    Many fixes in new pseudo console support.

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.1.5
« Antwort #37 am: 01 Juni, 2020, 18:40 »
Changelog

    What changed:

    Support WSL symlinks. Create those by default now.
    FIFOs can now be opened multiple times for reading.

    Bug Fixes:

    Fix accidental evaluation of NUL () characters in xterm console output.
    Don't move cursor to the right in case of a NUL character in the console
    output stream, this is not backed by terminfo.
    Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00162.html
    Fix a segfault when starting, e.g., mintty from a bash in a console
    running xterm emulation.
    Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00197.html
    Fix TIOCINQ to always return number of inbound chars if available.
    Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00258.html
    Fix error handling in raw disk writes and allow full disk writes
    including necessary locking on floppies as well.
    Addresses: https://cygwin.com/pipermail/cygwin/2020-April/244610.html
    Fix several FIFO bugs.
    Addresses: https://sourceware.org/pipermail/cygwin/2020-March/000206.html
    https://sourceware.org/pipermail/cygwin/2020-April/244518.html
    Make sure pseudo tty doesn't hang if cygwin-console-helper.exe is
    non-functional.
    Addresses: https://cygwin.com/pipermail/cygwin-patches/2020q2/010191.html
    Fix a bug causing FIFOs to have incorrect permissions.
    Addresses: https://sourceware.org/pipermail/cygwin/2020-May/245031.html

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.1.6
« Antwort #38 am: 13 Juli, 2020, 16:45 »
Changelog

    This is mainly a bugfix release.

    What changed:

    Support more IPPROTO_TCP socket options: TCP_FASTOPEN, TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVL, TCP_QUICKACK, TCP_USER_TIMEOUT.

    Bug Fixes:

    Fix IPPROTO_TCP option handling, especially in terms of TCP_MAXSEG.
    Fix a buffer overrun in Cygwin-internal string comparison.
    Fixes: https://cygwin.com/pipermail/cygwin/2020-June/245226.html
    Fix microcode registry lookup for /proc/cpuinfo output.
    Fixes: https://cygwin.com/pipermail/cygwin/2020-May/245063.html

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.1.7
« Antwort #39 am: 24 Februar, 2021, 21:50 »
Changelog

    Fix acl_get_* functions in 32-bit Cygwin (pointer sign extension)
    Fix select/poll issue in case a socket connect call fails.
    Addresses: https://cygwin.com/pipermail/cygwin/2020-July/245528.html
    Fix multiple reader support for FIFOs
    Addresses: https://sourceware.org/pipermail/cygwin/2020-July/245456.html
    Fix an mmap issue that could cause failure with errno EFBIG
    Partially addresses: https://sourceware.org/pipermail/cygwin/2020-July/245557.html
    Fix the behavior of C++ apps after an unhandled exception (64-bit only)
    Addresses: https://cygwin.com/pipermail/cygwin/2019-October/242795.html
    https://cygwin.com/pipermail/cygwin/2020-August/245897.html

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.2.0
« Antwort #40 am: 30 März, 2021, 20:20 »
Changelog

    What's NEW:

    Revamped pseudo console support. Conditionally activating it only when a non-cygwin application is run.
    New C11 threads API: call_once, cnd_broadcast, cnd_destroy, cnd_init, cnd_signal, cnd_timedwait, cnd_wait, mtx_destroy, mtx_init, mtx_lock, mtx_timedlock, mtx_trylock, mtx_unlock, thrd_create, thrd_current, thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, thrd_yield, tss_create, tss_delete, tss_get, tss_set.
    In cygwin console, new thread which handles special keys/signals such as Ctrl-Z (VSUSP), Ctrl- (VQUIT), Ctrl-S (VSTOP), Ctrl-Q (VSTART) and SIGWINCH has been introduced. There have been a long standing issue that these keys/signals are handled only when app calls read() or select(). Now, these work even if app does not call read() or select().
    Fchmodat(2) now has limited support for the AT_SYMLINK_NOFOLLOW flag.
    Cygwin now recognizes native Windows AF_UNIX sockets (as regular files, not as socket files). This allows tools like 'ls' and 'rm' to work.

    What changed:

    Allow ~5000 child processes per process on 64 bit, ~1200 child processes per process on 32 bit. So far, only 256 child processes per process were supported.
    A few FAQ updates.
    Have tmpfile(3) make use of Win32 FILE_ATTRIBUTE_TEMPORARY via open(2) flag O_TMPFILE.
    Utilize Windows 10 1809 FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE flag to allow simpler unlink of files with DOS readonly flags set.
    Getdtablesize(3), sysconf(_SC_OPEN_MAX), and getrlimit(RLIMIT_NOFILE) now return the true limit on the number of open descriptors, 3200. Previously they returned the current size of Cygwin's internal file descriptor table, which can grow
    dynamically.
    Facl(2) now fails with EBADF on a file opened with O_PATH.
    Allow to start Windows Store executables via their "app execution aliases". Handle these aliases (which are special reparse points) as symlinks to the actual executables.

    BUG FIXES:

    Iterate at least 4 times over pthread_key_t destructors per POSIX.
    The pthread_yield declaration in pthread is now visible by default or when defining _BSD_SOURCE, too.
    Fix SEGV in modfl call.
    Fix a collision of offical and internally used file flags.
    Fix assertion failure on an invalid path under /proc/<pid>/fd/.
    Fix crash on stat(2)'ing /dev/ptmx on 32 bit.
    Fix return value of sqrtl on negative infinity.
    Fix a path handling problem if there is a WSL symlink in PATH.
    Fix a bug in fstatat(2) on 32 bit that could cause it to return garbage.
    Fix the errno when a path contains .. and the prefix exists but is not a directory.
    Fix the return value when ptsname_r(3) is called with a bad file descriptor
    Addresses: https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00245.html
    Fix path handling in case the Cygwin installation dir is accessed via a Windows junction point.
    Fix potential handle leaks when dup'ing descriptors
    Fix a bug that could cause fstat(2) to return incorrect results on a FIFO.
    Fix some system calls on AF_LOCAL sockets that are not socket files.
    Fix access to block devices under /proc/sys.

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.3.1
« Antwort #41 am: 29 Oktober, 2021, 18:15 »
Changelog

The following packages have been uploaded to the Cygwin distribution:

* cygwin-3.3.1-1
* cygwin-devel-3.3.1-1
* cygwin-doc-3.3.1-1

Bug Fixes
---------

- Fix a fix in 3.3.0 which broke Vista / Server 2008 by using a Windows
  function introduced with Windows 7 only, namely TryAcquireSRWLockExclusive.
  Addresses: https://cygwin.com/pipermail/cygwin/2021-October/249732.html

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.3.2
« Antwort #42 am: 26 November, 2021, 10:20 »
Changelog

    Bug Fixes:

    Fix bug that Ctrl-C sometimes does not work as expected in Windows Terminal.
    Fix a float rounding issue in newlib.
    Fix a permission problem when writing ACLs on Samba.
    Fix the issue that pipe reader falsely detects EOF if the output of the C# program is redirected to the pipe.

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.3.3
« Antwort #43 am: 03 Dezember, 2021, 22:10 »
Changelog

    Fix issue that new pipe code doesn't handle size zero pipe which may be created by non-cygwin apps.
    Make sure that "X:" paths are not handled as absolute DOS paths in fstatat and other ...at calls. "X:/" still is handled as absolute path.
    Fix showing DLL version info from native Windows tools.
    Handle Unicode surrogate pairs in console. Cygwin console does not handle surrogate pairs correctly at the moment. Fix issue that running bash in Windows Terminal and inserting an emoji does not work as expected.
    Fix long-standing problem that fchmod or facl on newly created files screw up the DOS file attributes.
    Fix issue that pipe read()/write() occasionally returns a garbage length when NtReadFile/NtWriteFile returns STATUS_PENDING in non- blocking mode.
    Fix two bugs in raise(2).
    Fix regression in printf introduced with Cygwin 3.3.2.

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190059
  • Ohne Input kein Output
    • DVB-Cube
Cygwin 3.3.4
« Antwort #44 am: 31 Januar, 2022, 20:10 »
Changelog

    Fix a bug in fhandler_dev_clipboard::read() that the second read fails with 'Bad address'.
    Convert UNC path prefix back to drive letter in symlink_info::check(). This solves the following issues:
    Fix a bug in pty code that input is wrongly sent to io_handle_nat rather than io_handle while neither read() nor select() is called after the cygwin app is started from non-cygwin app.
    Avoid a crash when NtQueryInformationProcess returns invalid handle data.
    Ignore INHERIT ACEs when reading the DACL of non-directory files.
    Fix an "Invalid argument" problem in posix_spawn on i686.
    Fix handling of AAAA records in Cygwin resolver code using native windows calls. Also fix various bugs in the resolver.
    Fix a problem creating a dir "foo", if a file (but not a Cygwin symlink) "foo.lnk" already exists.
    Fix double free for archetype, which is caused when open() fails.
    Fix a permission problem when writing DOS attributes on Samba.

[close]

www.cygwin.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )