Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-07-16 Thread Corinna Vinschen
On Jul 15 19:07, Lionel Cons wrote: > Corinna? > > Lionel Well, we're on the cygwin-developers mailing list here. I expect people on this list having checked out the Cygwin repository and being able to check what has been done and what hasn't by themselves. Git is really helpful there. Corinn

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-07-15 Thread Lionel Cons
Corinna? Lionel On Sat, 5 Apr 2025 at 00:20, Lionel Cons wrote: > > On Tue, 1 Apr 2025 at 11:01, Lionel Cons wrote: > > > > On Wed, 26 Mar 2025 at 12:30, Corinna Vinschen > > wrote: > > > > > > On Mar 25 19:21, Lionel Cons wrote: > > > > On Tue, 25 Mar 2025 at 17:19, Thomas Wolff wrote: > > >

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-04-05 Thread Martin Wege
On Wed, Mar 26, 2025 at 12:30 PM Corinna Vinschen wrote: > > On Mar 25 19:21, Lionel Cons wrote: > > On Tue, 25 Mar 2025 at 17:19, Thomas Wolff wrote: > > > > > > [oops, used wrong Reply function] > > > > > > Am 24.03.2025 um 21:58 schrieb Corinna Vinschen: > > > > On Mar 24 21:42, Thomas Wolff w

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-04-05 Thread Lionel Cons
On Wed, 26 Mar 2025 at 12:30, Corinna Vinschen wrote: > > On Mar 25 19:21, Lionel Cons wrote: > > On Tue, 25 Mar 2025 at 17:19, Thomas Wolff wrote: > > > > > > [oops, used wrong Reply function] > > > > > > Am 24.03.2025 um 21:58 schrieb Corinna Vinschen: > > > > On Mar 24 21:42, Thomas Wolff wrot

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-04-04 Thread Lionel Cons
On Tue, 1 Apr 2025 at 11:01, Lionel Cons wrote: > > On Wed, 26 Mar 2025 at 12:30, Corinna Vinschen > wrote: > > > > On Mar 25 19:21, Lionel Cons wrote: > > > On Tue, 25 Mar 2025 at 17:19, Thomas Wolff wrote: > > > > > > > > [oops, used wrong Reply function] > > > > > > > > Am 24.03.2025 um 21:58

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-27 Thread Corinna Vinschen
On Mar 24 21:42, Thomas Wolff wrote: > > > Am 24.03.2025 um 17:08 schrieb Jeffrey Altman: > > On 3/24/2025 10:25 AM, Martin Wege via Cygwin wrote: > > > Hello, > > > > > > another wishlist entry (old one): > > > read/write NTFS alternate data streams via openat(O_XATTR) > > > > From my perspect

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-26 Thread Corinna Vinschen
On Mar 26 12:30, Corinna Vinschen wrote: > Btw., does anybody know how to delete single streams? The > Sysinternals STreams command can do it, but as usual there's no > source code. Weird that it took me so long to find this, but setting the delete disposition on "foo:bar" is supposed to work, ap

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-26 Thread Corinna Vinschen
On Mar 25 19:21, Lionel Cons wrote: > On Tue, 25 Mar 2025 at 17:19, Thomas Wolff wrote: > > > > [oops, used wrong Reply function] > > > > Am 24.03.2025 um 21:58 schrieb Corinna Vinschen: > > > On Mar 24 21:42, Thomas Wolff wrote: > > >> > > >> Am 24.03.2025 um 17:08 schrieb Jeffrey Altman: > > >>>

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-25 Thread Lionel Cons
On Tue, 25 Mar 2025 at 17:19, Thomas Wolff wrote: > > [oops, used wrong Reply function] > > Am 24.03.2025 um 21:58 schrieb Corinna Vinschen: > > On Mar 24 21:42, Thomas Wolff wrote: > >> > >> Am 24.03.2025 um 17:08 schrieb Jeffrey Altman: > >>> On 3/24/2025 10:25 AM, Martin Wege via Cygwin wrote:

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-25 Thread Thomas Wolff
[oops, used wrong Reply function] Am 24.03.2025 um 21:58 schrieb Corinna Vinschen: On Mar 24 21:42, Thomas Wolff wrote: Am 24.03.2025 um 17:08 schrieb Jeffrey Altman: On 3/24/2025 10:25 AM, Martin Wege via Cygwin wrote: Hello, another wishlist entry (old one): read/write NTFS alternate data

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-24 Thread Corinna Vinschen
5 15:25:46 +0100 > > > From: Martin Wege via Cygwin > > > Subject: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via > > > openat(O_XATTR) > > > To: cyg...@cygwin.com > > > Reply-To: Martin Wege > > > > > > He

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-24 Thread Thomas Wolff
Am 24.03.2025 um 17:08 schrieb Jeffrey Altman: On 3/24/2025 10:25 AM, Martin Wege via Cygwin wrote: Hello, another wishlist entry (old one): read/write NTFS alternate data streams via openat(O_XATTR) From my perspective as a filesystem developer, Extended Attributes and Alternate Data Stre

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-24 Thread Martin Wege
On Mon, Mar 24, 2025 at 5:00 PM Corinna Vinschen wrote: > > Redirected to cygwin-developers > > - Forwarded message from Martin Wege via Cygwin - > > > Date: Mon, 24 Mar 2025 15:25:46 +0100 > > From: Martin Wege via Cygwin > > Subject: Cygwin 3.7 wishlis

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-24 Thread Martin Wege
On Mon, Mar 24, 2025 at 5:42 PM Jeffrey Altman wrote: > > On 3/24/2025 10:25 AM, Martin Wege via Cygwin wrote: > > Hello, > > > > another wishlist entry (old one): > > read/write NTFS alternate data streams via openat(O_XATTR) > > From my perspective as a filesystem developer, Extended Attributes

Re: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-24 Thread Jeffrey Altman
On 3/24/2025 10:25 AM, Martin Wege via Cygwin wrote: Hello, another wishlist entry (old one): read/write NTFS alternate data streams via openat(O_XATTR) From my perspective as a filesystem developer, Extended Attributes and Alternate Data Streams are different concepts which I believe are in

Cygwin 3.7 wishlist: read/write NTFS alternate data streams via openat(O_XATTR)

2025-03-24 Thread Corinna Vinschen
Redirected to cygwin-developers - Forwarded message from Martin Wege via Cygwin - > Date: Mon, 24 Mar 2025 15:25:46 +0100 > From: Martin Wege via Cygwin > Subject: Cygwin 3.7 wishlist: read/write NTFS alternate data streams via > openat(O_XATTR) > To: cyg...@cygwin