Re: [PATCH v5 00/28] NT synchronization primitive driver

2024-08-12 Thread Elizabeth Figura
On Monday, 10 June 2024 11:58:48 CDT Elizabeth Figura wrote: > On Sunday, May 19, 2024 3:24:26 PM CDT Elizabeth Figura wrote: > > This patch series implements a new char misc driver, /dev/ntsync, which is > > used to implement Windows NT synchronization primitives. > > > > NT synchronization primi

Re: [PATCH v5 00/28] NT synchronization primitive driver

2024-06-10 Thread Elizabeth Figura
On Sunday, May 19, 2024 3:24:26 PM CDT Elizabeth Figura wrote: > This patch series implements a new char misc driver, /dev/ntsync, which is > used to implement Windows NT synchronization primitives. > > NT synchronization primitives are unique in that the wait functions both are > vectored, operat

[PATCH v5 00/28] NT synchronization primitive driver

2024-05-19 Thread Elizabeth Figura
This patch series implements a new char misc driver, /dev/ntsync, which is used to implement Windows NT synchronization primitives. NT synchronization primitives are unique in that the wait functions both are vectored, operate on multiple types of object with different behaviour (mutex, semaphor