RE: Supporting new Windows UDP offload features

2022-05-23 Thread rony.ross
Could you please make such test version? I should be able to verify it. Regard, Rony -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubs

Re: Alignment of .text sections in object files

2022-05-23 Thread LIU Hao
在 2022-05-23 23:21, Richard Campbell 写道: On Mon, May 23, 2022 at 8:03 AM LIU Hao wrote: So my question is, is it really necessary for .text sections in object files to be aligned to 16-byte boundaries? And could you please kindly elaborate it a little? I believe the relevant requirement is

Unable to use SetDefaultDllDirectories/LOAD_LIBRARY_SEARCH_USER_DIRS

2022-05-23 Thread Yclept Nemo
I'm trying to add a new DLL search path. I don't have any problems with 'SetDllDirectory' but I cannot use it as the directory is not permanent; a subsequent call will remove it. The function 'SetDefaultDllDirectories' offers many configuration flags, the ones I care about are: LOAD_LIBRARY_SEARCH

[ANNOUNCEMENT] duplicity 0.8.23-1{i686,x86_64}

2022-05-23 Thread Libor Ukropec via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * duplicity-0.8.23-1 Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and

Re: Cygwin Perl has slowed in recent months

2022-05-23 Thread David Christensen
On 5/23/22 11:47, Lee wrote: On 5/22/22, David Christensen wrote: On 5/21/22 10:55, Hans-Bernhard Bröker wrote: Am 18.05.2022 um 03:53 schrieb David Christensen: > I am working on a Perl module that runs on various Unix-like platforms. > When I 'make test' on similar computers: > > Fre

[ANNOUNCEMENT] ascii 3.18-1{i686,x86_64}

2022-05-23 Thread Libor Ukropec via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * ascii-3.18-1 The ascii utility provides easy conversion between various byte representations and the ASCII character table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang

Re: Cygwin Perl has slowed in recent months

2022-05-23 Thread Lee
On 5/22/22, David Christensen wrote: > On 5/21/22 10:55, Hans-Bernhard Bröker wrote: >> Am 18.05.2022 um 03:53 schrieb David Christensen: >> >> > I am working on a Perl module that runs on various Unix-like platforms. >> > When I 'make test' on similar computers: >> > >> > FreeBSD 12.3-RELEASE

Alignment of .text sections in object files

2022-05-23 Thread LIU Hao
Good evening, cygwin folks. A few days ago, I had noticed that when targeting Windows and optimizing for size, GAS always output object files containing .text sections with an alignment of 16 bytes (which could be increased, but not decreased), unlike when targeting Linux where .text sections h