Re: cleanup of in-use files moved to recycle bin

2025-03-03 Thread David Dyck via Cygwin
My earlier question was triggered by noticing several uses of the null delimiter when reading from /proc/*/mounts and/or /proc/mounts I see now that there is cygwin-3.6.0-dev branch in https://cygwin.com/git/newlib-cygwin.git and I am catching up on the log entries I am aware of other places wher

Exciting Role Available

2025-03-03 Thread Anders Arwefeldt via Cygwin
Hello I hope you are doing well. Soltech Energy, a leading sustainability company from Sweden is looking for a representative/escrow agent in North America. Your expertise aligns perfectly with this role, and we would love to explore this opportunity with you. I'm looking forward to collaboratin

Re: Cygwin 3.6: Supporting 128 POSIX realtime (SIGRTMAX-SIGRTMIN >= 128) signals?

2025-03-03 Thread Corinna Vinschen via Cygwin
On Feb 28 15:36, Lionel Cons via Cygwin wrote: > We've hit a scalability issue in Cygwin today, the application in > question ran out of POSIX realtime signals (i.e. SIGRTMIN-SIGRTMAX). > > Could Cygwin support 128 POSIX realtime signals? Not possible. sigset_t is an unsigned long, thus we can o

Re: Which Cygwin file locking API works over SMB?

2025-03-03 Thread Corinna Vinschen via Cygwin
On Mar 1 01:18, Dan Shelton via Cygwin wrote: > On Fri, 28 Feb 2025 at 20:34, Dan Shelton wrote: > > > > Hello! > > > > Which Cygwin/POSIX file locking API work over SMB? We need file > > locking across multiple SMB clients > > Coworker just said that Cygwin does not support file locking over >

Re: cleanup of in-use files moved to recycle bin

2025-03-03 Thread David Dyck via Cygwin
Is the format of /proc/mounts changing from being space delimited to being null delimited? where can I read more about this change? On Sun, Mar 2, 2025 at 10:57 PM Jeremy Drake via Cygwin wrote: > On Sun, 2 Mar 2025, Jeremy Drake via Cygwin wrote: > > > > 2) assuming there is not, I want to make

Re: cleanup of in-use files moved to recycle bin

2025-03-03 Thread Jeremy Drake via Cygwin
On Mon, 3 Mar 2025, David Dyck wrote: > Is the format of /proc/mounts changing from being space delimited to being > null delimited? No. Fields are still delimited by space, and records are still delimited by newlines. What has changed is that 'special' characters (space, tab, newline, hash, ba

Report Windows bugs related to Cygwin&co to Microsoft?

2025-03-03 Thread Dan Shelton via Cygwin
Hello! Customer question: How can someone report Windows 10 bugs (kernel panic by unprivileged appl, utils bugs etc) related to Cygwin&co to Microsoft? Dan -- Dan Shelton - Cluster Specialist Win/Lin/Bsd -- Problem reports: https://cygwin.com/problems.html FAQ: https://cy

Re: Cygwin 3.6: Supporting 128 POSIX realtime (SIGRTMAX-SIGRTMIN >= 128) signals?

2025-03-03 Thread Lionel Cons via Cygwin
On Mon, 3 Mar 2025 at 12:43, Corinna Vinschen via Cygwin wrote: > > On Feb 28 15:36, Lionel Cons via Cygwin wrote: > > We've hit a scalability issue in Cygwin today, the application in > > question ran out of POSIX realtime signals (i.e. SIGRTMIN-SIGRTMAX). > > > > Could Cygwin support 128 POSIX r

Re: Report Windows bugs related to Cygwin&co to Microsoft?

2025-03-03 Thread Cedric Blancher via Cygwin
On Tue, 4 Mar 2025 at 00:21, Dan Shelton via Cygwin wrote: > > Hello! > > Customer question: How can someone report Windows 10 bugs (kernel > panic by unprivileged appl, utils bugs etc) related to Cygwin&co to > Microsoft? > Start a blog? Just blog the reproducer, because in my experience Microso

Re: [CALL FOR TESTING] Cygwin-3.6.0

2025-03-03 Thread Jeremy Drake via Cygwin
On Fri, 21 Feb 2025, Jeremy Drake via Cygwin wrote: > I rebased msys2's msys2-runtime fork of cygwin on top of cygwin's master > branch, and then rebased git-for-windows' msys2-runtime on top of THAT. > > 1. Git for Windows's test suite still passes with that (which is nice, it > tended to hang wh